v0.19.0
·
748 commits
to refs/heads/main
since this release
What’s Changed
- Fix extra paddings in Calendar (#625) @gabro
- Allow setting different label sizes per button size (#617) @gabro
- Allow to configure border radiuses separately for each corner (#605) @veej
💥 Breaking changes
- [Navigation] Allow to configure Destination's borderRadius and activeVisualElement line width (#604) @veej
- Fix default hint icon size (#603) @veej
Migration guide
#603 and #604 introduce changes to the default config, to better align with the new default theme introduced in v0.18.0.
If you want to upgrade without noticeable changes you can reset to the previous defaults by adding
{
field: {
tip: {
iconSize: 12,
}
},
navigation: {
radius: {
medium: 0,
large: 0,
},
},
}
to the config override in BentoProvider
.
🐞 Bug fixes
🔧 Dependency updates
- Update babel monorepo to v7.22.4 (#618) @renovate-bot
- Update dependency @types/node to v18.16.16 (#619) @renovate-bot
- Update dependency @vanilla-extract/css to v1.11.1 (#620) @renovate-bot
- Update dependency @floating-ui/core to v1.2.6 (#621) @renovate-bot
- Update dependency style-loader to v3.3.3 (#612) @renovate-bot
- Update dependency postcss to v8.4.24 (#611) @renovate-bot
- Update babel monorepo (#613) @renovate-bot
🧹 Chores
- Migrate to Storybook 7 (#623) @gabro
- Patch sprinkles to export SprinklesProperties (#624) @gabro
- Switch from Algolia to local search (#614) @gabro
- Add example code for empty Playroom (#615) @gabro
- Downgrade webpack plugin to fix Playroom (#609) @gabro