Skip to content

Releases: buildo/bento-design-system

v0.12.2

01 Aug 15:51
9ae54c6
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

🧹 Chores

  • Allow @types/react 18 as peer dependencies (#325) @gabro
  • Add sideEffects field to package.json to allow bundlers to treeshake (#317) @gabro

📚 Documentation

  • Improve table sorting example (#313) @marcopiii
  • Fix website props generation (#324) @gabro
  • Add SelectField to docs, fix storybook links and cleanup unused imports (#322) @gabro

v0.12.1

27 Jul 17:11
b31c019
Compare
Choose a tag to compare

What’s Changed

  • Add optional tooltipContent to textWithIcon and numberWithIcon columns (#316) @gabro

🐞 Bug fixes

  • #262: Bug: Tables lose their sorting status when interacting with them (#308) @marcopiii

🔧 Dependency updates

v0.12.0

22 Jul 16:53
e94cc3c
Compare
Choose a tag to compare

What’s Changed

💥 Breaking changes

🐞 Bug fixes

🔧 Dependency updates

📚 Documentation

v0.11.4

13 Jul 10:21
7b101e1
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

🔧 Dependency updates

v0.11.3

06 Jul 16:27
17a4ae6
Compare
Choose a tag to compare

What’s Changed

  • add DataViz colors to foreground/border colors (#250) @veej
  • fix print of Table with empty headers (#249) @veej
  • add inverse colors to Title (#248) @veej
  • Modal: add 'kind', deprecate 'isDestructive', add 'size="wide"' (#244) @gabro

🔧 Dependency updates

📚 Documentation

  • Add documentation for useToast and support showToast in Playroom examples (#245) @gabro

v0.11.2

27 Jun 07:47
f1e64c3
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

v0.11.1

17 Jun 14:57
10af905
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Fix Table layout when column is fill-available (#236) @gabro

v0.11.0

16 Jun 16:04
959082e
Compare
Choose a tag to compare

What’s Changed

💥 Breaking changes

  • Add selectAll / clearAll to SelectField (#235) @gabro
    This is breaking because it requires new default messages in DesignSystemProvider

🔧 Dependency updates

v0.10.6

10 Jun 12:47
2473802
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Downgrade ts-pattern to fix runtime bug in Table (#232) @gabro

v0.10.5

09 Jun 13:09
81aeca2
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

📚 Documentation