Skip to content

v0.48.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 13:27

⚠️ Breaking Changes

  • Decompose Modal into Modal, ModalHead, ModalBody, ModalContent and ModalFooter and extend its documentation (#306) (PR #387)
  • Rewrite ScrollView API to limit the number of customization approaches (#303) (PR #396)
  • Limit Grid gap props to accept only available spacing values (#402) (PR #407)
  • Prefer defaultProps over theme defaults (#308) (PR #403)
  • Move ref forwarding from HoC to components, unify imports (#385) (PR #405)

🌟 Features

  • Add support for <optgroup> to the Select component (#395) (PR #401)

🐞 Bug Fixes

  • Do not let auto-sized Modal overflow the viewport when min/max limits are too large (PR #399)
  • Fix Tabs border color (PR #391)
  • Auto-size Popover and prevent it from inheriting typography (PR #392)

📖 Documentation

  • Document pitfalls of combining horizontal FormLayout with small Modal (#386) (PR #398)

🔧 Maintenance

  • Update supported browser versions (PR #400)