v0.14.0
·
1252 commits
to refs/heads/main
since this release
What’s Changed
- Deprecate IllustrationProps "style" in favor of "kind" (#411) @gabro
- Allow customizing Table column header background/foreground (#407) @gabro
- Make it easier to customize the default Navigation active element (#408) @gabro
- Add TimeField component (#391) @gabro
- Add 0 to radius allowed values (#399) @gabro
💥 Breaking changes
- Make sure Toast action Bleed matches the action button size (#406) @gabro
- Remove unused iconSize from InputConfig (#410) @gabro
⏩ Migration strategy
The breaking changes above remove two config options, specifically config.toast.smallButtonPaddingY
and config.input.iconSize
.
config.toast.smallButtonPaddingY
isn't needed anymore since we're now able to infer it from the Button
config automatically, you just need to remove it from your custom config, if you were using it.
config.input.iconSize
was simply unused, so it wasn't already having any effect and it can be safely removed. If you need to customize the size of icons inside input fields, look for more specific options like passwordIconSize
.
🐞 Bug fixes
- Make sure Toast action Bleed matches the action button size (#406) @gabro
- Add Outline/Container border to SelectField Menu (#404) @gabro
- Use sprinkles from context instead of bentoSprinkles (#396) @gabro
🔧 Dependency updates
- Update dependency postcss to v8.4.17 (#392) @renovate-bot
- Update dependency ts-jest to v28.0.8 (#393) @renovate-bot