Releases: byCedric/use-expo
Releases · byCedric/use-expo
2.0.0
1.0.0
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
0.10.1
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
0.9.0
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
- fix font example link (0830cba)
Other chores
0.8.0
0.7.0
0.6.0
0.5.0
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
Documentation changes
- update documentation with proper indentation and examples (a6b3b40)
0.3.0
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
Code refactors
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)