Releases: strapi/design-system
Releases · strapi/design-system
v1.7.0
🚀 New feature
- Refactor Select and Combobox (#897) @joshuaellis
- This update changed the DOM structure of the components so you may find tests fail, e.g. instead of trying to get the
list
element, look for theoption
element with a particularname
. - This update uses
PointerEvents
which may not be implemented in your testing environment, you can see how to implement this here
- This update changed the DOM structure of the components so you may find tests fail, e.g. instead of trying to get the
- Add nesting to Simple Menu (v2) (#920) @joshuaellis
🔥 Bug fix
- Fix decimal and number i18n formatting issue (#945) @marob
- Fixes issue with date picker icon not being visible in dark mode (#954) @PritamSangani
v1.6.6
💅 Enhancement
- Convert DateTimePicker and associated components to TS (#911) @joshuaellis
- Remove field hint type check for string (#918) @MonsterDeveloper
- TextButton: Cleanup component (#923) @gu-stav
🔥 Bug fix
v1.6.5
💅 Enhancement
- Convert Field component to TS (#910) @joshuaellis
- Convert Tag, RawTable & FocusTrap to TS (#912) @joshuaellis
- [design-system] No length limit on the name for the API token or transfer token (#905) @simotae14
⚙️ Chore
- Move all hooks to a hooks folder (#908) @joshuaellis
- replace stack with flex (#909) @joshuaellis
v1.6.4
💅 Enhancement
- BaseButton: Extend Flex instead of plain button (#878) @gu-stav
- [ts]: Tooltip / Portal / IconButton / Link / LinkButton / Loader (#886) @joshuaellis
- [enh] Typography textDecoration (#893) @ronronscelestes
- LinkButton(v2): Convert component to use Typescript (#896) @gu-stav
⚙️ Chore
- GitHub: Run bundle-size reporter on every PR (#889) @gu-stav
- Migrate JSONInput to TypeScript (#894) @markkaylor
🔥 Bug fix
- Chore: Update svgr to v6, fix width/ height attributes (#892) @gu-stav
- [fix] IconButton no border (#898) @ronronscelestes
📖 Documentation
- Add deprecate notice to v1 components (#900) @joshuaellis
v1.6.3
🔥 Bug fix
- [fix] Visually center Play icon (#888) @ronronscelestes
- [design-system] Fix missing proptype validation (#885) @markkaylor
💅 Enhancement
- [Popover] expose primitives via composition (#887) @joshuaellis
⚙️ Chore
- Create .gitattributes (#890) @joshuaellis
v1.6.2
⚙️ Chore
- [chore] Remove prefix usage in useId (#853) @ronronscelestes
- [design-system] [chore] Add connecting to Strapi section to CONTRIBUTING (#836) @markkaylor
🔥 Bug fix
- [fix] Inputs hint accessibility (#864) @ronronscelestes
- [fix] Remove component with unnecessary computeScrollIntoView (#871) @markkaylor
- [fix] borderRadius on json input (#876) @markkaylor
- [fix] Focus the editor when clicking the label (#877) @markkaylor
📖 Documentation
- [chore] update contributing (#875) @markkaylor
v1.6.1
🔥 Bug fix
- fix: button colors with X-light (#857) @joshuaellis
v1.6.0
🚀 New feature
- Convert codebase to Typescript (#792) @joshuaellis
- [design-system] [feature] add json input (#854) @markkaylor
💅 Enhancement
- [design-system] [enh] Update Avatar size (#847) @ronronscelestes
⚙️ Chore
- [Storybook] Update & Move (#848) @joshuaellis
- chore: add onReachEnd popover callback to SimpleMenu v2 component (#849) @mazzucchelli
v1.5.0
🔥 Bug fix
- [fix] DateTimePicker and Select accessibility (#815) @ronronscelestes
- [fix] MainNav scrollable (#842) @ronronscelestes
⚙️ Chore
- chore: use esnext (#828) @joshuaellis
v1.4.2
🔥 Bug fix
- [fix] Bold & BulletList svg viewbox (#821) @ronronscelestes
- [fix] minDate not working for DatePicker component (#824) @simotae14
⚙️ Chore
💅 Enhancement
- [enh] Initials customization (#835) @ronronscelestes