Skip to content

Releases: bcdev/chartlets

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)