Releases: michalchudziak/react-native-geolocation
Releases · michalchudziak/react-native-geolocation
Release v3.0.1
Fixes an Android bug with missing default config.
- fix(andorid): fix missing config issue 100086e
Release v3.0.0
Library revamps that include:
- Turbomodules support ⚡️
- Play Services API support 📍
- TypeScript migration ʦ
- Other fixes & improvements 📈
What's Changed
- v#{s.version}, by @wods in #65
- docs: update documentation links to reactnative.dev by @lucianomlima in #96
- Minor correction to authorizationLevel description by @dacre-denny in #109
- Updated README.md examples to use Geolocation instead of the incorrec… by @benjaminpiggott in #117
- chore(deps): bump ini from 1.3.5 to 1.3.7 by @dependabot in #133
- chore(deps): bump y18n from 3.2.1 to 3.2.2 by @dependabot in #143
- Add copyright notice by @SegoviaDiego in #151
- chore(deps): bump handlebars from 4.7.3 to 4.7.7 by @dependabot in #148
- chore(deps): bump lodash from 4.17.19 to 4.17.21 by @dependabot in #149
- chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 by @dependabot in #150
- chore(deps): bump normalize-url from 4.3.0 to 4.5.1 by @dependabot in #153
- chore(deps): bump tar from 2.2.1 to 2.2.2 by @dependabot in #158
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #159
- chore(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #164
- chore(deps): bump ajv from 6.10.0 to 6.12.6 by @dependabot in #172
- chore(deps): bump plist from 3.0.1 to 3.0.4 by @dependabot in #173
- chore(deps): bump async from 2.6.2 to 2.6.4 by @dependabot in #175
- mock position detection for iOS15+ by @hmcheu in #180
- chore(deps): bump simple-plist from 1.0.0 to 1.3.1 by @dependabot in #181
- Release 3.0.0 by @michalchudziak in #188
- feat(ci): migrate to GH actions by @michalchudziak in #192
New Contributors
- @wods made their first contribution in #65
- @lucianomlima made their first contribution in #96
- @dacre-denny made their first contribution in #109
- @benjaminpiggott made their first contribution in #117
- @SegoviaDiego made their first contribution in #151
- @hmcheu made their first contribution in #180
Full Changelog: v2.1.0...v3.0.0
v2.1.0
Xcode 12 & iOS 14 support
v2.0.2
BREAKING
Migrate to Android X to support RN 0.60