Skip to content

Releases: bcdev/chartlets

0.2.0

11 Mar 15:08
5157ca4

Choose a tag to compare

What's Changed

chartlets.js

  • Updated dependencies

    • glob: ^13.0.1
    • react-vega: ^8.0.0
    • vega-lite: ^6.4.1
    • @vitest/coverage-istanbul: ^3.2.4
    • vite: ^7.1.11
    • vitest: ^3.2.4
  • Removed canvas from the test setup. vitest.setup.ts now
    uses vitest-canvas-mock instead. (#143)

  • Added icon support for Button, IconButton and Tabs components.
    (#124).

  • Added (MUI) component Accordion. (#41, #134)
    (#124)

  • Adjusted VegaChart component, due to react-vega upgrade
    from v7 to v8. (#132)

  • Fixed handling of style prop in Tabs component and added prop
    iconPosition. (#135, #136)

chartlets.py

  • Added size and removed variant property from IconButton
    component to align with component in chartlets.js. (#124)

  • Added (MUI) component Accordion. (#41, #134)

  • Added iconPosition to Tabs Component. (#135, #136)

  • Updated dependencies

    • altair>=6.0.0,<7.0.0 (#132)

Full Changelog: v0.1.7...v0.2.0

0.1.7

03 Dec 13:45

Choose a tag to compare

What's Changed

chartlets.js

  • Updated dependencies

    • canvas: ^3.2.0
    • glob: ^11.1.0
    • react-vega: ^7.7.1
    • vega: ^6.2.0
    • vega-embed: ^7.1.0
    • vega-lite: ^6.4.1
  • Updated eslint to v9 with related dependencies and configuration.

  • Omitted multiple VegaTheme options. While using react-vega v7 the
    vegaTheme needs to be restricted to: "dark" | "excel" | "ggplot2" |
    "quartz" | "vox" | "default" | "system" | undefined .

  • Typology component now allows color and text arguments.
    If a user uses text and children, the text argument replaces the
    children.

  • Applied changes to the return value of Tabs component and added
    demo panel H, that showcases the use of Tabs component. (#129).

chartlets.py

  • Updated dependencies
    • altair>=5.5.0,<6.0.0

Full Changelog: v0.1.6...v0.1.7

v0.1.6

18 Jun 09:15
4873af5

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

21 Mar 13:55
7f34d9e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

06 Mar 16:28
fe89934

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

0.1.3

28 Jan 11:41
d3174d2

Choose a tag to compare

What's Changed

Version 0.1.3 (from 2025/01/28)

  • Chore: Version bump to align CI process with GitHub release flow.
    No functional changes. This release ensures proper triggering of the CI
    pipeline for publishing and NPM.

  • Preparing v0.1.3 release by @b-yogesh in #100

Version 0.1.0 (from 2025/01/14, not released via Github)