Skip to content

Releases: strapi/design-system

v1.8.0

06 Jun 13:23
81283e7
Compare
Choose a tag to compare

🚀 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

02 Jun 13:29
30ae458
Compare
Choose a tag to compare

🔥 Bug fix

  • [design-system] Fix: Button start and end icon size (#1089) @gu-stav
  • [design-system] Fix: CarouselInput - fix slide rendering (#1097) @gu-stav
  • [primitives] fix: combobox filtering / race-condition and flash rendering (#1085) @joshuaellis

⚙️ Chore

  • [design-system] Fix: Optimize Alert component for size and align styles with UI Kit (#1092) @gu-stav

v1.7.9

26 May 12:55
b759858
Compare
Choose a tag to compare

🔥 Bug fix

  • [design-system] Chore: ActionLayout - fix actions condition (#1087) @gu-stav

v1.7.8

25 May 13:45
3a7d8b8
Compare
Choose a tag to compare

⚙️ Chore

💅 Enhancement

🔥 Bug fix

  • [design-system] Fix: Use theme values for lineHeight (#1081) @gu-stav

v1.7.6

19 May 06:55
953be74
Compare
Choose a tag to compare

🔥 Bug fix

💅 Enhancement

⚙️ Chore

v1.7.5

11 May 12:18
Compare
Choose a tag to compare

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

10 May 08:10
Compare
Choose a tag to compare

💅 Enhancement

🔥 Bug fix

⚙️ Chore

v1.7.3

04 May 08:32
Compare
Choose a tag to compare

💅 Enhancement

v1.7.2

28 Apr 13:11
c6ad1a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

28 Apr 11:37
8e4014a
Compare
Choose a tag to compare

⚙️ Chore

🔥 Bug fix

  • Infer the multi prop on Option based on the value passed to Select (#971) @joshuaellis