Skip to content

0.1.7

Latest

Choose a tag to compare

@clarasb clarasb released this 03 Dec 13:45
· 3 commits to main since this release

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