Releases: droztech/droz-visu
Releases · droztech/droz-visu
v3.6.2 🌈
Changes
- Release 3.6.0 @YaGRRusso (#161)
- Feat/Combobox @gabrielh-silvestre (#158)
- feat: drawer @YaGRRusso (#157)
- release: 3.5.0 @YaGRRusso (#159)
🚀 Features
- DatePicker component creation @Ftarganski (#155)
- feat: table @YaGRRusso (#156)
🐛 Bug Fixes
- Add scrollable option to Select component @Ftarganski (#165)
- maledeto datepicker @Ftarganski (#162)
- Update DatePicker Component Width Based on Internal Popover @Ftarganski (#160)
v3.4.1 🌈
Changes
- release: 3.4.1 @YaGRRusso (#154)
- Feature/chip component @inaciogu (#152)
🚀 Features
- Feat calendar @YaGRRusso (#153)
v3.4.0 🌈
v3.3.1 🌈
v3.3.0 🌈
Changes
- Chore(deps-dev): Bump express from 4.18.3 to 4.19.2 @dependabot (#143)
- Chore(deps-dev): Bump vite from 5.1.5 to 5.1.7 @dependabot (#145)
🧰 Maintenance
- chore: toast colors @YaGRRusso (#146)
- chore: small fixes @YaGRRusso (#144)
v3.2.0 🌈
Changes
🚀 Features
- Popover frontend component creation @Ftarganski (#140)
🧰 Maintenance
- fix: form group type @YaGRRusso (#141)
v3.1.1 🌈
Changes
🐛 Bug Fixes
- fix: toggle styles @YaGRRusso (#138)
🧰 Maintenance
- Bug - Adjust css side spacing in collapsed sidebar @Ftarganski (#136)
v3.1.0 🌈
Changes
- release: 3.1.0 @YaGRRusso (#135)
- chore: remove a command that is not necessary anymore @inaciogu (#128)
🚀 Features
- Feat form @YaGRRusso (#134)
- Adjust collapsed sidebar component to show Avatar component @Ftarganski (#133)
- Feat: added the option to have a search in the select component @Ftarganski (#131)
- Feat input tag @YaGRRusso (#132)
🧰 Maintenance
- Chore libs update @YaGRRusso (#130)
- chore: variant example @YaGRRusso (#129)
v3.0.1 🌈
Changes
- chore: change trigger to release @inaciogu (#126)
- chore: storybook deploy action (test) @inaciogu (#123)
🐛 Bug Fixes
- fix: storybook @YaGRRusso (#125)
🧰 Maintenance
- Chore small details @YaGRRusso (#124)
v3.0.0 🌈
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