v3.0.0 🌈
github-actions
released this
14 Feb 20:55
·
43 commits
to refs/heads/main
since this release
Changes
- release: 3.0.0 @YaGRRusso (#122)
- release: 2.6.2 @YaGRRusso (#118)
- release: 2.6.1 @YaGRRusso (#114)
🚀 Features
- Feat toggle @YaGRRusso (#121)
🐛 Bug Fixes
- Fix small fixes @YaGRRusso (#117)
🧰 Maintenance
- chore: removed non sense things, fixes and improvements @YaGRRusso (#120)
- chore: eslint config @YaGRRusso (#119)
- chore: change clsx to cn @YaGRRusso (#116)
- Chore restructure @YaGRRusso (#115)
- feat: close button with close time @YaGRRusso (#113)
Major changes:
- removed unecessary components parts
- removed insistent types
- removed unnecessary hooks (like useMemo on components that never change state or dont need complex validations while running) now more components can work on server side
- classNames always on last position of cn (more priority on cn and user can override styles)
- removed deprecateds (major version)
- changed tests
- changed stories
Main changed components:
- checkbox
- divider
- button
- avatar
- input