Skip to content

Releases: strapi/design-system

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

v1.7.0

26 Apr 15:09
396ee39
Compare
Choose a tag to compare

🚀 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 the option element with a particular name.
    • This update uses PointerEvents which may not be implemented in your testing environment, you can see how to implement this here
  • 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

17 Mar 11:22
be5ac8a
Compare
Choose a tag to compare

💅 Enhancement

🔥 Bug fix

  • BaseButton: Merge background prop with falsy values (#922) @gu-stav
  • IconButton: Allow passing background and borderWidth as props (#925) @gu-stav

v1.6.5

07 Mar 15:43
0c136e2
Compare
Choose a tag to compare

💅 Enhancement

⚙️ Chore

v1.6.4

22 Feb 11:16
6c4710e
Compare
Choose a tag to compare

💅 Enhancement

⚙️ Chore

🔥 Bug fix

📖 Documentation