Skip to content

Releases: buildo/bento-design-system

v0.17.0

06 Mar 15:45
f6427c5
Compare
Choose a tag to compare

What’s Changed

💥 Breaking changes

Migration guide

For users of ESM-aware bundlers, you will need to update the CSS imports as follows

-import "@buildo/bento-design-system/lib/index.css";
+import "@buildo/bento-design-system/index.css";

🔧 Dependency updates

v0.16.4

27 Feb 15:41
1242071
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

v0.16.3

26 Jan 10:58
761f997
Compare
Choose a tag to compare

What’s Changed

v0.16.2

25 Jan 15:54
c2e3bc1
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

v0.16.1

19 Jan 15:58
f92d187
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Fix arrow position when Tooltip is auto-positioned to the left (#514) @gabro

v0.16.0

16 Jan 15:06
bb54674
Compare
Choose a tag to compare

What’s Changed

💥 Breaking changes

Migration guide

#503 introduces new outline tokens to the theme. This is needed to allow setting the outline of an interactive element (like Button or IconButton) to something different than its content color, which was previously the default. The theme needs to be updated to add these token. A most reasonable default is to use the same values from ...TransparentEnabledForeground for their corresponding outline tokens (e.g. use the same value as primaryTransparentEnabledForeground for outlineInteractivePrimaryEnabled and so on)

#500 and #502 allow Feedback and Chip to configure their typography more flexibly. This is breaking because they now accept configurations object where they were accepting a single string previously. The update requires passing such object instead of the plain value.

🐞 Bug fixes

🔧 Dependency updates

v0.15.7

23 Dec 10:18
cd35719
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • ButtonLink Avoid passing "icon" to the link component (#478) @gabro

🔧 Dependency updates

v0.15.6

16 Dec 09:30
770ba95
Compare
Choose a tag to compare

What’s Changed

  • Add rightAccessory to NumberField and NumberInput (#475) @gabro

🐞 Bug fixes

  • Show rightAccessory in ReadOnlyField (#474) @gabro
  • Add missing padding in Table and column cells (#467) @gabro
  • Downgrade @react-aria/focus to fix issue with React strict mode (#466) @gabro

🔧 Dependency updates

v0.15.5

02 Dec 11:50
a1b1921
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Remove IsMulti type parameter from SelectField (#462) @gabro

⚠️ This fixes a bug where SelectField required explicit type annotations to work. If you were doing that, the code won't compile anymore since we removed the second type parameter. The easiest fix is to remove the explicit type annotation.

  • Allow passing Children to CheckboxField label (#461) @gabro
  • Allow deselecting an option when clicking in SelectField (#460) @gabro

🔧 Dependency updates

v0.15.4

29 Nov 13:05
a2e4c65
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Honor bento config for MultiValue message in SelectField (#455) @gabro

🔧 Dependency updates