Version 7.14.1
🐛 Bug Fix
chameleon-react
- Fixed an issue with the
onMonthChange
prop in<DatePicker />
. !2230
🏠 Internal
- Updates to dependencies:
- @types/node: 24.0.10 -> 24.2.0
- @vitejs/plugin-react: 4.2.1 -> 4.7.0
- docusaurus/*: 3.7.0 -> 3.8.1
- dotenv: 16.4.5 -> 17.2.1
- express: 4.21.0 -> 5.1.0
- globals: 16.0.0 -> 16.3.0
- pnpm: 10.13.1 -> 10.14.0
- react-docgen: 7.1.1 -> 8.0.0
- storybook/*: 9.0.12 -> 9.1.1
- turbo: 2.3.0 -> 2.5.5
- vike: 0.4.228 -> 0.4.236
- vite: 6.2.1 -> 7.0.6
- Replace
classnames
withclsx
. !2258