Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Releases: 5app/base5-ui

v10.4.0

25 Jun 13:17
Compare
Choose a tag to compare

10.4.0 (2020-06-25)

Features

  • New layout component Stack (507e9f5)

v10.3.2

24 Jun 15:19
Compare
Choose a tag to compare

10.3.2 (2020-06-24)

Bug Fixes

  • PopOver: Pass through adaptivePositioning prop (b49c00c)

v10.3.1

24 Jun 14:37
Compare
Choose a tag to compare

10.3.1 (2020-06-24)

Bug Fixes

  • PopOver: Disable adaptive positioning (f8c9730)

v10.3.0

24 Jun 09:31
Compare
Choose a tag to compare

10.3.0 (2020-06-24)

Bug Fixes

  • Fix JSDoc comment syntax, noissue (0f9927f)

Features

  • usePopOver: Prevent popOvers from overflowing viewport (486d429)

v10.2.0

18 Jun 15:30
Compare
Choose a tag to compare

10.2.0 (2020-06-18)

Bug Fixes

  • Prevent custom props from reaching DOM (fe9a17e)

Features

  • styleProps: Accept function for themeProps (5af3b6e)

v10.1.2

16 Jun 13:18
Compare
Choose a tag to compare

10.1.2 (2020-06-16)

Bug Fixes

  • usePopOver: Pass popper.js attr's through popperly (473e606)

v10.1.1

16 Jun 11:57
Compare
Choose a tag to compare

10.1.1 (2020-06-16)

Bug Fixes

  • usePopOverState: Remove onClickOutside function (16f42c3)

v10.1.0

16 Jun 09:10
Compare
Choose a tag to compare

10.1.0 (2020-06-16)

Features

  • PopOver: New usePopOverState hook (5d63de9)

v10.0.0

12 Jun 12:54
Compare
Choose a tag to compare

10.0.0 (2020-06-12)

Code Refactoring

  • Update react-popper to latest version, #75 (e157a87)

BREAKING CHANGES

  • Changed props on PopOver:
  • renderer now requires an attributes prop that
    needs to be spread to the popover element
  • renderer doesn't receive refMeasurements
    and resizeWatcher anymore
  • new machReference prop on PopOver

v9.5.0

11 Jun 10:06
Compare
Choose a tag to compare

9.5.0 (2020-06-11)

Features

  • Modal: Add PreventModalAriaHidden component (0f1be28)