Skip to content

Releases: buildo/bento-design-system

v0.10.4

31 May 09:45
809c54f
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Add explicit grid-auto-rows: max-content to Table rows (#227) @gabro
  • Use border instead of outline for Card, Menu, and Toast (#226) @gabro

v0.10.3

31 May 08:14
6ec3fd9
Compare
Choose a tag to compare

What’s Changed

  • #5211496: Add all Icons and Illustrations (#225) @veej
  • allow to pass complex Children to StepperStep label (#220) @veej

🐞 Bug fixes

  • #5097621: DateField - date picker grows when there are too many shortcuts (#224) @veej
  • #5191301: Disclosure title has the same color in level 1 and 2 (#223) @veej

🔧 Dependency updates

v0.10.2

23 May 13:03
2cb2f8e
Compare
Choose a tag to compare

What’s Changed

  • Add icon to LinkButton + fix onPress type (#219) @veej
  • export Stepper Step component (#218) @veej

🔧 Dependency updates

v0.10.1

17 May 11:19
8258fd2
Compare
Choose a tag to compare

What’s Changed

  • Allow Children in List labels (#215) @gabro
  • #5017558: Remove body default margin (#213) @veej

v0.10.0

09 May 14:12
bd4b1bd
Compare
Choose a tag to compare

What’s Changed

💥 Breaking changes

  • #5014271: Edit breakpoints + add wide (#210) @veej

🔧 Dependency updates

  • Update dependency @react-types/button to v3.4.5 (#206) @renovate
  • Update dependency @types/lodash.orderby to v4.6.7 (#207) @renovate

📚 Documentation

  • Docs: use ReactMarkdown for components description (#203) @veej
  • Support stateful components and strip TypeScript syntax in Playroom (#204) @gabro
  • Add Algolia search (#208) @gabro
  • Add missing imports in MDX (#205) @gabro

v0.9.2

05 May 17:10
7b5c0bb
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

v0.9.1

05 May 15:24
Compare
Choose a tag to compare

What’s Changed

🐞 Bug fixes

  • Fix: wrong type for the Table header onPress prop

🧹 Chores

  • #4965975: Fix playroom autocomplete (#199) @veej

📚 Documentation

  • Fix a weird glitch with background: cover on iOS (#200) @gabro

v0.9.0

05 May 09:00
3db59a9
Compare
Choose a tag to compare

What’s Changed

  • #4972335: Trailing switch (#194) @veej
  • #4965437: Field - add negative icon to error messages (#193) @veej
  • #4980202: Table - add default sorting (#198) @veej
  • #3087357: Chip - limit to a max number of characters (show ellipsis in case of overflow) (#190) @veej
  • #4809857: Tab - Handle tabs overflowing the available width (#189) @veej
  • #4972850: Slider - add configurations for thumb and trail sizes (#192) @veej

💥 Breaking changes

  • #4862669: Banner, Modal: separate padding config into paddingX/paddingY (#195) @veej

📚 Documentation

v0.8.1

03 May 10:34
eefa178
Compare
Choose a tag to compare

What’s Changed

  • Remove number from LocalizedString (#185) @gabro

 Documentation

v0.8.0

03 May 07:04
103414a
Compare
Choose a tag to compare

What’s Changed

  • #4956598: Menu - Voci active e inactive dello stesso colore (#179) @veej
  • #3692685: Implement DatePicker (#131) @veej
  • #3129679: Allow to configure the selected locale in DesignSystemProvider (#180) @veej
  • #4887422: Table column hints shall support onClick (#173) @veej
  • Make LocalizedString type configurable via module augmentation (#165) @gabro
  • use friendlier names for CSS variables (#157) @veej
  • Default theme (#156) @veej
  • #4822507: Implement the vertical divider and make the dividers configurable (#153) @veej
  • #3087366: Select List - Fix (#154) @veej
  • #4820492: Slider should allow to drag with a different granularity (#150) @veej
  • #4853823: FunctionComponent in configs doesn't work well with Object.Partial / OptionalDeep from ts-toolbelt (#151) @veej
  • #3696376: Update all Configurations (#147) @veej

🔧 Dependency updates

🧹 Chores

  • Improve storybook build (#155) @veej
  • Showcase: render AreaLoader in an absolute div instead of an iframe (#152) @veej

 Documentation