Skip to content

Releases: buildo/bento-design-system

v0.15.3

21 Nov 10:06
3e6b1b7
Compare
Choose a tag to compare

What’s Changed

v0.15.2

18 Nov 14:24
a714046
Compare
Choose a tag to compare

What’s Changed

  • Add several customizations for tableColumn types + allow customzing Feedback size of empty tables (#447) @gabro
  • Force Tooltip position (#379) @federico-ercoles
  • Add baseline option for alignY (#446) @gabro

v0.15.1

16 Nov 17:10
5ae14f3
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Remove stray textTransform: uppercase (#445) @gabro

v0.15.0

16 Nov 09:25
b86871b
Compare
Choose a tag to compare

What’s Changed

  • Add Title as valid typography for Feedback title (#443) @gabro

💥 Breaking changes

Migration strategy

  • #432 deprecates the "default" color value for typography components (except for Label). If you were using <Body color="default" /> it's now recommended to use <Body color="primary" /> instead (which preserves the same behavior). "default" is kept around for compatibility purposes but it will be removed in the future.
  • #432 also introduces a breaking change for the typography "recipes" (bodyRecipe, titleRecipe, and so on). Specifically:
    • bodyRecipe does not accept "default" as value for color anymore (use "primary" instead)
    • displayRecipe, headlineRecipe and titleRecipe now require a color parameter (use "primary" to preserve the previous behavior)
  • #434 reduces the set of valid colors for the Navigation underline configuration. This has no direct replacement since the colors we removed did not make sense semantically for an underline, so we don't expect anyone was using them. If this change breaks your configuration, please open a discussion.
  • #434 also changes the configuration type for Tab's lineHeight configuration. If you were customizing this value you now have to use an object like { medium: 2, large: 2 } instead of a plain value.

🐞 Bug fixes

🔧 Dependency updates

🧹 Chores

  • Add detection of circular dependencies (#426) @gabro
  • Avoid including react-dom in the bundle (#420) @gabro

📚 Documentation

v0.14.0

14 Oct 10:55
8bc9307
Compare
Choose a tag to compare

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

v0.13.6

06 Oct 13:19
74e4383
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

🔧 Dependency updates

🧹 Chores

  • Migrate storybook to new 0.13 API and cleanup formatMessage (#361) @gabro

📚 Documentation

  • Improve documentation about tsup config setup (#388) @gabro

v0.13.5

28 Sep 10:52
5f13007
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Make @vanilla-extract/css a dependency (#382) @gabro

v0.13.4

26 Sep 08:45
ddad7e6
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

v0.13.3

29 Aug 16:35
af43b02
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

v0.13.2

29 Aug 15:38
22b537b
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates