Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 08:35
· 748 commits to refs/heads/main since this release
cb83a82

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

🧹 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

📚 Documentation