Releases: mkobit/bases-chartkit
Releases · mkobit/bases-chartkit
Release list
bases-chartkit 0.1.0 (broken — missing build assets)
Immutable
release. Only release title and notes can be modified.
Warning
This release is missing its build assets (main.js, manifest.json, styles.css) due to a CI bug (release.yml's tag trigger didn't match release-please's tag format) and cannot be backfilled because GitHub's immutable-releases setting blocks re-uploading assets to a published release.
Do not use this release. Install from 0.2.0 or later instead.
0.1.0 (2026-07-20)
Features
- Add axis configuration options (labels, rotation, flip) (#47) (f942202)
- add basic ECharts view for Obsidian Bases (2070143)
- add ECharts view for Obsidian Bases (6f49e54)
- Add Graph (Network) Chart type (#18) (8d6c62b)
- add Lines and EffectScatter chart types (#56) (27f42ff)
- add Polar Scatter chart support (#99) (3d3839d)
- add radial bar chart support (#82) (033ad6b)
- add support for echarts line and bar charts (#7) (7e75879)
- Add support for Scatter, Bubble, Radar, Funnel, and Gauge charts (#10) (bb4f68a)
- Add Treemap chart support (#14) (8b7dd6a)
- add typed vault builder utility (#184) (27c0931)
- bullet: add qualitative range support (#81) (c9cd3ba)
- charts: add example .base files for 14 uncovered chart types (#301) (335daa8)
- ci: publish versioned build artifacts on every push (#155) (ae1f657)
- e2e: add getChartOption helper and test case (#316) (e45e1de)
- Enable functional/no-conditional-statements in views and tests (#66) (3abca60)
- enable functional/prefer-immutable-types lint rule (#67) (9a37317)
- ensure CI runs all check steps even if one fails (#77) (da5bf80)
- example-vault: add Chicago map-chart example, sentence-case view names (#328) (cfc4e9f)
- implement bullet chart type (#80) (0e093ad)
- improve CI workflow and expand linting coverage (#139) (b928627)
- integrate i18next with type-safe configuration (#94) (47e66f8)
- make upColor and downColor user configurable settings (#251) (08273f8)
- modernize template with pnpm, strict ts, and tooling upgrades (c9239aa)
- modernize template with pnpm, strict ts, and tooling upgrades (155d10a)
- scripts: cdp tooling for vault:dev — eval, reload, screenshot (#291) (acb5a0a)
- Setup WebdriverIO for Automated E2E Testing (#124) (6a526e8)
- Support ECharts Legend Positioning and Orientation (#52) (563bdba)
Bug fixes
- cd: downgrade semantic-release to support bun's mocked node version (#232) (67a1331)
- cd: patch semantic-release plugin to remove package-lock.json requirement and execute with bun (#237) (719c3b9)
- charts: add gauge chart aggregation option (sum/avg/min/max/last) (#312) (500039c)
- charts: aggregate duplicate categories in funnel and pie charts (#307) (2bbef15)
- charts: build real nested hierarchy for treemap, fix blank sunburst (#306) (560067d)
- charts: consolidate polar-bar-chart into radial-bar-chart (#313) (5275ecc)
- charts: hide overlapping axis labels on scatter/polar-scatter charts (#315) (3b208e4)
- charts: resolve 5 chart rendering bugs from fs4 epic survey (#308) (5836fb0)
- charts: unwrap Bases Value wrapper, fix blank/broken charts across 6 chart types (#295) (16f65d4)
- ci: fix build failures and type checks (#263) (27699c6)
- correct e2e testing setup and documentation (#128) (a056a3f)
- e2e: pin Obsidian appVersion/installerVersion instead of 'latest' (#318) (b166ed0)
- lint: migrate to eslint-plugin-obsidianmd 0.4.1's stricter policy (#333) (bd3bcd1)
- lint: pin typescript-eslint to 8.61.1, revert 8.62.0 regression (#326) (0bf2267)
- resolve build and linting issues including E2E activeWindow support (#257) (dc9096f)
- resolve linting errors and switch to pnpm (7eb416f)
- resolve typescript build errors by removi...