Skip to content

Latest commit

 

History

History
171 lines (77 loc) · 6.21 KB

CHANGELOG.md

File metadata and controls

171 lines (77 loc) · 6.21 KB

1.0.3 (2023-03-27)

Bug Fixes

1.0.2 (2023-03-27)

Bug Fixes

  • remove code depending on nanoid lib (0620fe3)

1.0.1 (2023-03-26)

Bug Fixes

  • add missing components to export (11b8250)

1.0.0 (2023-03-26)

Bug Fixes

  • remove keyboard context (7e9881c)
  • remove sharedPortalArea context (cb63603)
  • remove snackbar context (c33b8ca)

0.16.2 (2023-03-24)

Bug Fixes

  • remove fuzzy isUsingPhysicalKeyboard flag (8ee0737)
  • update rimraf (741f205)

Features

  • add devtools to keyboardLayout zustand store (b677843)

0.16.0 (2023-03-16)

Performance Improvements

  • use zustand for keybord layout (eb58d4b)
  • use zustand for shared portal area (663668b)
  • use zustand for snackbars (93c7e42)

0.15.0 (2023-01-15)

Bug Fixes

  • useBooleanWithHaptics, fix some other stuff (82dad4b)

Features

  • reorganize a bit, export more stuff (e080fa0)

0.13.0 (2022-09-14)

Features

  • add status to AuthProvider (4eaf2a6)

0.12.0 (2022-09-13)

Features

0.11.4 (2022-09-06)

Bug Fixes

  • improve snackbar look on web (96203e4)

0.11.3 (2022-09-05)

Bug Fixes

0.11.2 (2022-09-01)

Bug Fixes

  • allow all view props on primitives (7dd879b)

0.11.1 (2022-09-01)

Bug Fixes

  • added index.js to npm package (54cc630)

0.11.0 (2022-08-29)

Bug Fixes

Features

  • add colorize to portals, make it transparent (1222820)

0.10.4 (2022-08-26)

Bug Fixes

  • add DefaultSnackbarWrapper (e9c2541)

0.10.3 (2022-08-26)

Bug Fixes

  • export DefaultSnackbar styles (78f3f6b)

0.10.2 (2022-08-26)

Bug Fixes

0.10.1 (2022-08-26)

Bug Fixes

  • add react-native eslint config (ae1b44e)

0.10.0 (2022-08-25)

Features

  • add inset hook enable flags (e8d907a)

0.9.0 (2022-08-25)

Features

0.8.0 (2022-08-25)

Features

  • add AddSnackbarFn type (9dae127)
  • add commitlint, lets get nice changelogs (d44806d)
  • add more release-it config (77c9cdb)