Releases: bcdev/chartlets
0.1.7
What's Changed
chartlets.js
-
Updated dependencies
canvas: ^3.2.0glob: ^11.1.0react-vega: ^7.7.1vega: ^6.2.0vega-embed: ^7.1.0vega-lite: ^6.4.1
-
Updated
eslintto v9 with related dependencies and configuration. -
Omitted multiple VegaTheme options. While using
react-vegav7 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
Tabscomponent and added
demo panel H, that showcases the use ofTabscomponent. (#129).
chartlets.py
- Updated dependencies
altair>=5.5.0,<6.0.0
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
What's Changed
- Select component: add prop
multipleby @clarasb in #102 - Add memoization for invoking callbacks by @b-yogesh in #110
- Memoize computation of property references by @forman in #114
- Support Python 3.13 by @b-yogesh in #116
- Add compile step to frontend CI workflows by @b-yogesh in #119
- Prepare for
0.1.5release by @b-yogesh in #120
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
0.1.3
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.
Version 0.1.0 (from 2025/01/14, not released via Github)
- Split lib and demo by @forman in #66
- Changed the yet unused descriptor type
CbFunctionby @forman in #67 - More tests by @forman in #68
- Fix vega signal handlers by @forman in #69
- Even more tests by @forman in #70
- Tiny renaming by @forman in #71
- Actions test #1 by @forman in #73
- Added
Switchcomponent by @forman in #72 - Added
Tooltipcomponent (as property) by @forman in #74 - API tests by @forman in #80
- Update README.md by @b-yogesh in #77
- Add codecov to frontend and backend CI by @b-yogesh in #78
- Added
RadioGroupandRadiocomponents by @forman in #82 - Added
Tabscomponent by @forman in #81 - Update codecov config by @b-yogesh in #85
- Split publish ci by @b-yogesh in #65
- Add Codecov Badge by @b-yogesh in #83
- Add
codecov.ymlby @b-yogesh in #87 - Added
Slidercomponent by @b-yogesh in #79 - Added
Dividercomponent by @forman in #88 - Update CI by @b-yogesh in #94
- Remove NPM 16.x by @b-yogesh in #96
- Fix Demo Build Error by @b-yogesh in #97
- Update directory for codecov by @b-yogesh in #98
- Fix demo build CI by @b-yogesh in #99
- Preparing v0.1.0 by @forman in #95