Releases: strapi/design-system
Releases · strapi/design-system
v1.3.1
⚙️ Chore
- chore: set target to
es2015
@joshuaellis
v1.4.0-beta.0
🚀 New feature
- Refactoring the DateTimePicker and the DatePicker and TimePicker state logic (#703) @simotae14
v1.3.0
⚙️ Chore
- feat: add vite to bundle (#740) @joshuaellis
- fix: releases (#751) @joshuaellis
- chore: give the design-system website a little love (#777) @joshuaellis
- Introduce Vite bundling (#778) @joshuaellis
🔥 Bug fix
- BaseCheckbox: Wrap component into Box to isolate style resets (#755) @gu-stav
- Button: Unify component height with the UI Kit (#758) @gu-stav
- Typography: Fix attribute overwrites of variant styles (#759) @gu-stav
- Chore: Update WYSIWYG icons (#766) @gu-stav
💅 Enhancement
- ProgressBar: Refactor component to use Box as base (#769) @gu-stav
- [Fix] Remove alt as required in Avatar (#771) @ronronscelestes
- Add icons for upload view toggle (#772) @jhoward1994
v1.3.0-beta.2
🚀 New feature
- Refactoring the DateTimePicker and the DatePicker and TimePicker state logic (#703) @simotae14
🔥 Bug fix
v1.2.8
⚙️ Chore
- chore: use yaml templates for issue forms & add feature form (#728) @joshuaellis
- chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /packages/strapi-icons (#762) @dependabot
💅 Enhancement
- [enhancement]: IconButton (#746) @joshuaellis
v1.3.0-beta.0
What's Changed
- feat: Add vite to bundle by @joshuaellis in #740
- feat: Add DateTimePicker component by @simotae14 in #703
- fix: releases by @joshuaellis in #751
v1.2.7
🔥 Bug fix
- fix: dismissible layer closing prematurely (#753) @joshuaellis
v1.2.6
🔥 Bug fix
- [fix][Modal | Dialog]: Add dismissible layer component (#711) @joshuaellis
- fix: link active & hover not affecting Typography (#712) @joshuaellis
- Jest: Respect os specific files for the check-exports test (#737) @gu-stav
- [core:content-manager] fix: set z-index on Label to avoid z-index breaking out of parent (#717) @joshuaellis
- [core:content-manager] [fix][ToggleCheckbox]: responsive behaviour (#720) @joshuaellis
⚙️ Chore
- Cleaning and/or solving the frontend tests (warning/logs) (#716) @simotae14
- Icon: Update Strapi logo icon (#726) @gu-stav
- Remove storyshots (#730) @gu-stav
- Upgrade jest-* to 29.x (#731) @gu-stav
- Chore: Upgrade storybook (#739) @gu-stav
- chore: update playwright (#741) @joshuaellis
📖 Documentation
- Fix theme colors stories (#729) @HichamELBSI
💅 Enhancement
v1.2.5
🔥 Bug fix
- [Popover]: fix position function by using @floating-ui (#699) @joshuaellis
- [KeyboardNavigable & RawTable]: fix keyboard navigation on child elements (#702) @joshuaellis
- Adds the missing forum link (#706) @dharamgollapudi
- Fix Breadcrumb with conditional links (#708) @HichamELBSI
💅 Enhancement
- [KeyboardNavigable & RawTable]: fix keyboard navigation on child elements (#702) @joshuaellis
- Add placement props to Popover component (#709) @HichamELBSI