Skip to content

Releases: byCedric/use-expo

2.0.0

05 Apr 15:38
Compare
Choose a tag to compare

2.0.0 (2020-04-05)

Bug Fixes

  • example: use orientation lock names in example (#188) (49858b8)
  • web-browser: add tests, fix lint errors and finish docs (#187) (3ddd739)

Code Refactoring

BREAKING CHANGES

  • This bumps all peer dependencies to the bundled native modules for SDK 37.

1.0.0

23 Jan 22:15
Compare
Choose a tag to compare

1.0.0 (2020-01-23)

Bug Fixes

  • battery: unify tests and fix callback reuse (#64) (0721bc4)
  • brightness: fetch brighness after new props (af1ce94)
  • brightness: fetch brighness mode after new props (#49) (56f2ff5)
  • example: add example navigation listener unmount (fdcf98d)
  • font: reinitialize fonts in map after initial render (#50) (a249b19)
  • permissions: use callbacks and dependencies (#51) (8e55791)

Features

  • screen-orientation: add manual callback and listen option (#52) (106f62e)

0.10.1

28 Sep 15:52
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

0.10.1 (2019-09-24)

New features

Bug fixes

  • use same react types for hoisting (#41) (221734b)
  • add commitlint to ci and remove path filtering (#37) (0f0bdd1)
  • update eslint-utils to 1.4.1 (#34) (f64d7a8)

Code refactors

  • example: decouple eslint from monorepo (#39) (0bae198)
  • upgrade all dependencies for expo sdk 35 (6d90e88)
  • use new github workflow syntax (#36) (8ff9b33)
  • example: upgrade dependencies and expo to sdk 35 (#35) (57be078)
  • example: update use-expo to 0.9.0 (2176ee6)

Other chores

  • example: upgrade to use expo 0.10.1 (#43) (23b2921)
  • add publish command to avoid future publish issues (3335ec5)
  • example: upgrade to use expo 0.10.0 (#42) (52f98da)

0.9.0

31 Jul 13:05
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

0.9.0 (2019-07-31)

Bug fixes

  • allow latest expo modules as peer dependencies (#27) (e0ff765)
  • example: add missing dependencies for react navigation (#26) (c50eb0a)

Code refactors

  • example: update app and decouple it from lerna (#33) (33831e4)
  • update expo modules to newer v6 (#32) (fc45930)
  • move typescript to root for improved performance (#31) (bf1d361)
  • move jest to root for improved performance (#30) (5656314)
  • move eslint to root for improved performance (#29) (86ceccf)
  • add example to lerna for local dependencies (#28) (ba61556)
  • upgrade to expo sdk 34 (#25) (c8fb79a)
  • upgrade all dependencies to fix audit warnings (#24) (d91eebd)
  • upgrade to expo github actions v3 (#23) (e926c34)
  • example: rewrite overview and navigation for maintainability (e8983d6)

Documentation changes

Other chores

  • run lerna for final pre-publish (bc5ab81)
  • example: add react hooks eslint rules (e07c432)
  • example: add github url to expo builds (afee07d)
  • example: add use fonts example (4fb7983)

0.8.0

07 Jul 16:03
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

0.8.0 (2019-07-07)

New features

  • add first draft of fonts hook (#20) (14c42fa)
  • example: add screen orientation lock example (#19) (50fc423)

0.7.0

26 Jun 17:53
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

0.7.0 (2019-06-26)

New features

  • screen-orientation: add screen orientation lock hook (#18) (be39b5a)
  • example: add example app to play with hooks (#17) (6bf4133)

Bug fixes

  • sensors: export pedometer history hook (3b64f24)

0.6.0

16 Jun 13:51
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

0.6.0 (2019-06-16)

New features

  • screen-orientation: add first draft of screen orientation hooks (6376e1f)

0.5.0

12 Jun 22:00
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

0.5.0 (2019-06-12)

New features

  • add eslint to all packages (#8) (7008607)
  • brightness: add system brightness mode hook (748ec7c)
  • brightness: add system brightness hook (2d089ce)
  • brightness: add first draft of brightness hook (f0d9379)

Bug fixes

  • add brightness to use expo package (1920cad)
  • add tests to tsconfig for development (b944eb0)
  • permissions: replace lodash array casting with native (0facc3c)

Code refactors

  • sensors: simplify sensors options (a09c972)
  • permissions: simplify permissions options (0ab7a34)

Documentation changes

  • update documentation with proper indentation and examples (a6b3b40)

0.3.0

10 Jun 23:49
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

0.3.0 (2019-06-11)

New features

  • add eslint to all packages (272a2ad)
  • add use expo alias library to install all (#6) (98bcdf7)
  • permissions: add first draft of expo permissions hooks (#1) (8466764)
  • sensors: add historical pedometer hook (6404fb8)
  • sensors: add first draft of expo sensors hooks (7a25849)

Bug fixes

  • add public access scope to lerna (6ccb42c)
  • sensors: remove react from dependencies (028551c)

Code refactors

  • sensors: add availability checks to the sensors (1ef16a9)
  • sensors: use latest npm version (b1e50fb)

Styling changes

  • permissions: use trailing commas and capitals for types (57cf38b)

Documentation changes

  • permissions: add documentation for permissions (cb6a46c)
  • sensors: add documentation for sensors (2d21156)

Other chores

  • initial project setup using lerna and typescript (fa2ff59)