Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 10:55
· 1252 commits to refs/heads/main since this release
8bc9307

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

📚 Documentation