Skip to content

Commit bbb32fb

Browse files
committed
update CHANGES.md
1 parent f6c6f94 commit bbb32fb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

chartlets.js/CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* In `chartlets.js` we no longer emit warnings and errors in common
44
situations to avoid too much spam in the browser console.
55

6+
* New (MUI) components
7+
- `DataGrid`
8+
- `Dialog`
9+
610
## Version 0.1.3 (from 2025/01/28)
711

812
* **Chore:** Version bump to align CI process with GitHub release flow.
@@ -55,8 +59,6 @@
5559
- `Switch`
5660
- `Tabs`
5761
- `Slider`
58-
- `DataGrid`
59-
- `Dialog`
6062

6163
* Supporting `tooltip` property for interactive MUI components.
6264

chartlets.py/CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
## Version 0.1.4 (in development)
2+
3+
* New (MUI) components
4+
- `DataGrid`
5+
- `Dialog`
6+
7+
18
## Version 0.1.3 (from 2025/01/28)
29

310
* **Chore:** Version bump to align CI process with GitHub release flow.
411
No functional changes. This release ensures proper triggering of the CI
512
pipeline for publishing to PyPI.
613

14+
715
## Version 0.1.0 (from 2025/01/14)
816

917
* Reorganised Chartlets project to better separate demo from library code.
@@ -30,8 +38,6 @@
3038
- `Switch`
3139
- `Slider`
3240
- `Tabs` and `Tab`
33-
- `DataGrid`
34-
- `Dialog`
3541

3642
## Version 0.0.29 (from 2024/11/26)
3743

0 commit comments

Comments
 (0)