Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 803 Bytes

File metadata and controls

42 lines (23 loc) · 803 Bytes

Changelog for @aaronpowell/react-foldable

[0.3.0] - 2021-01-15

Changed

  • New release pipeline with approval workflow

Added

  • render-props option on FoldableScreen
  • Can pass children and function-child to FoldableScreen

[0.2.2] - 2021-01-07

Fixed

  • Not including the output in the release package, this is now fixed

[0.2.1] - 2021-01-06

Fixed

  • Release pipeline couldn't push to npm as a scoped package

[0.2.0] - 2021-01-06

Released under a new package name

Added

  • Basic support to detect if device could be dual screen using user agent sniffing

[0.1.2]

Initial Release 🎉

Added

  • Component to hide/show depending on the foldable state
  • Context to get the foldable state info
  • Hooks to access useful information about foldability