Skip to content

Releases: buildo/bento-design-system

v0.22.7

23 Feb 10:45
b4c881d
Compare
Choose a tag to compare

What’s Changed

  • Add Table configs for header/footer size and default cells options (#825) @veej

v0.22.6

21 Feb 16:40
0b034f2
Compare
Choose a tag to compare

What’s Changed

v0.22.5

19 Feb 17:06
a8b75e1
Compare
Choose a tag to compare

What’s Changed

  • Search lastStickyColumnIndex by column id if set; search headers only inside tableContainer (#827) @federico-ercoles

v0.22.4

25 Jan 17:31
99a44a7
Compare
Choose a tag to compare

What’s Changed

v0.22.3

16 Jan 16:24
c715851
Compare
Choose a tag to compare

What’s Changed

v0.22.2

14 Dec 12:28
9b1b545
Compare
Choose a tag to compare

What’s Changed

  • Add clearable prop to single-select SelectField (#822) @gabro

v0.22.1

30 Nov 16:35
df39574
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

v0.22.0

30 Nov 10:45
f9dc56e
Compare
Choose a tag to compare

What’s Changed

💥 Breaking changes

Migration guide

New versions of input components have been added.

  • NumberInput has been renamed to BaseNumberInput.
  • New NumberInput, TextInput and SelectInput components have been added, providing the same functionality as the *Field component, but without automatically having a label or support for error and descriptive messages.
  • New BaseTextInput and BaseSelect components have been added, which include only the graphical part of the previous components, allowing the user to manually control the input functionality (similarly to BaseNumberInput).

🐞 Bug fixes

  • Bugfix: TextField discards type other than "text" or "password" (#815) @gabro

🔧 Dependency updates

v0.21.2

22 Nov 14:36
3acfe3f
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Fix withBentoTheme types (#810) @gabro
  • Fix config types for navigation.activeNavigation (#809) @gabro

v0.21.1

19 Oct 16:37
7108dec
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates