Releases: strapi/design-system
Releases · strapi/design-system
v1.8.0
🚀 New feature
- [design-system] feat: make DatePicker & TimePicker comboboxes (#985) @joshuaellis
⚙️ Chore
- [dependencies] chore(deps-dev): bump lerna from 6.6.1 to 6.6.2 (#1099) @dependabot
- [dependencies] chore(deps): bump @radix-ui/react-visually-hidden from 1.0.2 to 1.0.3 (#1103) @dependabot
- [dependencies] chore(deps-dev): bump nx from 15.9.2 to 16.3.2 (#1105) @dependabot
- [dependencies] chore(deps): bump @uiw/react-codemirror from 4.19.16 to 4.20.4 (#1106) @dependabot
- [dependencies] chore(deps): bump qs from 6.11.1 to 6.11.2 (#1108) @dependabot
- [dependencies] chore(deps): bump @radix-ui/react-id from 1.0.0 to 1.0.1 (#1110) @dependabot
- [dependencies] chore(deps): bump @radix-ui/react-use-controllable-state from 1.0.0 to 1.0.1 (#1111) @dependabot
- [dependencies] chore(deps-dev): bump vite from 4.3.3 to 4.3.9 (#1112) @dependabot
v1.7.10
v1.7.9
v1.7.8
⚙️ Chore
- [design-system] Convert Grid to Typescript (#1020) @christiancp100
- [design-system] Chore: Convert Layout to Typescript (#1043) @gu-stav
- [design-system] Chore: Convert Pagination (v2) to Typescript (#1067) @gu-stav
- [design-system] Chore: Flatten Layout component (#1075) @gu-stav
- [design-system] Convert Table to Typescript (#1080) @Minecraftschurli
💅 Enhancement
- [design-system] Convert v2/MainNav to Typescript (#1068) @Minecraftschurli
- [design-system] Convert v2/SubNav to Typescript (#1069) @Minecraftschurli
🔥 Bug fix
v1.7.6
🔥 Bug fix
- fix: the focus-trap should be on the primitive trigger (#1051) @joshuaellis
- [design-system] fix: Content Manager, Click outside the filter popover does not close it (#982) @gitstart @joshuaellis
- [primitives] fix: prevent default with tab if context.open is truthy (#1060) @joshuaellis
💅 Enhancement
⚙️ Chore
- Flatten CrossCircle icon (#1056) @mazzucchelli
v1.7.5
What's Changed
- When combobox has no items show the creatable option by @joshuaellis in #1033
- Bring primitive/Combobox popover behaviour to be in line with Select by @joshuaellis in #1035
Full Changelog: v1.7.4...v1.7.5
v1.7.4
💅 Enhancement
- Add the ability to manage the open state of the combobox externally (#992) @joshuaellis
- Combobox tweaks (#999) @joshuaellis
🔥 Bug fix
- Select & Combobox in the DS should accept nullish values (#994) @joshuaellis
- Use specific intersection ids (#998) @joshuaellis
- Use an isomorphic layout effect in
@strapi/ui-primitives
(#1015) @joshuaellis
⚙️ Chore
v1.7.3
💅 Enhancement
- Select/Combobox improvements (#984) @joshuaellis
v1.7.2
v1.7.1
⚙️ Chore
- Move to Yarn3 & Update minor deps (#962) @joshuaellis
- Update major deps (#963) @joshuaellis
- Update to react18 internally & allow in peer-deps (#964) @joshuaellis
- Refactor DismissibleLayer & Portal (#968) @joshuaellis
- Add
@preserve
to JSDOCs (#972) @joshuaellis
🔥 Bug fix
- Infer the
multi
prop onOption
based on the value passed toSelect
(#971) @joshuaellis