Releases: invertase/react-native-apple-authentication
Releases · invertase/react-native-apple-authentication
v2.4.0 - visionOS support
- build: decouple example:prepare from prepare package run script b104725
- build: refactor publish tasks 5d64511
- chore: do not run tests on publish 06bb4a9
- build(deps): updated np version to current for publish b2b4192
- chore(ios): updated example Podfile.locks 11ab022
- fix(macos): only use UIKit (from visionOS support) on non-mac targets 7f29dac
- feat: support for visionOS (#352) 975b7d0
- docs(README, expo): Add steps to enable Apple Sign-in with Expo (#351) ddc30aa
- docs(README): add note about possible need to run Expo prebuild (#349) 8702b44
- docs(README): use current jwt-decode style (#348) cde56ac
v2.3.0 - works with react-native 0.73 now, android button text too
- chore: add engines field to package.json c7a517d
- feat: add optional custom button text on Android #332 (#333) d2ac4b5
- fix(android): declare namespace / buildconfig options for gradle plugin 8+ compatibility (#329) 834fd47
- chore: switch to react-native-test-app for example 336707e
- docs(Auth0): reordered requested scopes to place FULL_NAME first (#330) b593f02
- docs: Fix URL for apple configuration in docs (#319) 029ce50
- docs(README): note that full_name scope should be first in scope order 38759e2
- test: ios 16 simulator finally works for apple auth. Purge ios13 items 0ee9c43
- docs(CHANGELOG): add note about kotlinVersion for 2.2.1+ 6b75ff8
v2.2.2 - use modern kotlin version by default
- docs(CHANGELOG): release notes for 2.2.2 cff8339
- build(deps): bump kotlin default to 1.7.0 (#289) 6118592
- chore: note that np seemingly needs to be run directly 9040e0e
What's Changed
- build(deps): bump kotlin default to 1.7.0 by @mikehardy in #289
UNINTENTIONAL BREAKING CHANGE: older android build toolchains, as are in use in react-native 0.66 and below, require kotlinVersion = "1.6.21"
in your android/build.gradle
ext block to compile
Full Changelog: v2.2.1...v2.2.2
v2.2.1 - remove jcenter from android build
- fix(android, build): remove jcenter from build repo list (#281) 2fb9c8f
- build(deps): example podfile.lock bump ff58edb
- docs(CHANGELOG): 2.2.1 release notes 29d7748
- docs: update CHANGELOG 48cb9a4
- chore: add homepage to package.json 8cf92c8
What's Changed
- chore: add homepage to package.json by @radko93 in #276
- jCenter() is closed and deprecated by @maheshwarimrinal in #281
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0 - react-native-macos support
Thanks to @asabhaney for contributing react-native-macos support in #268 !
Other than that, just piles of doc updates and devDependency + example updates, nothing that affected the shipped package, Cheers
2.2.0
- feat: react-native-macos support! (thanks @asabhaney!)
- docs(example, android): include logos in all example buttons (thanks @mikehardy)
- chore(example): update podfile.lock with results of yarn in root (thanks @mikehardy)
- fix: default branch is now main (thanks @mikehardy)
- build(deps): bump workflow action versions to current (thanks @mikehardy)
- build(deps): yarn upgrade --latest except typedoc (thanks @mikehardy)
- docs: regenerate typedoc (thanks @mikehardy)
- docs(typedocs): forward-port to current typedocs, separate docs (thanks @mikehardy)
- chore(example, deps): use modern android versions in random values (thanks @mikehardy)
- docs: fix typo (thanks @pvinis!)
- docs(example): update example to rn68 (thanks @mikehardy)
- chore(ci): bump node in workflows to 16, JDK to temurin (thanks @mikehardy)
- build(android): remove buildToolsVersion (thanks @dulmandakh)
- build(deps): bump javascript dependencies (thanks @mikehardy)
- chore: ignore typedocs directory for npm publish (thanks @mikehardy)
- chore: update README (thanks @Ehesp!)
v2.1.5 - android use requireContext() to avoid lint warning
v2.1.4 - babel compatible android button export syntax
v2.1.3 - type fixes
Some typescript fixes courtesy of @doublethefish - thank you!
v2.1.2 - remove jcenter from android build
2.1.2
- fix(android): add mavenCentral, remove jcenter before it stops (#206, thanks @maheshwarimrinal!)
- chore: bump dependencies to current stable everywhere possible (@mikehardy)
- chore: add basic quality assurance CI workflows (@mikehardy)
v2.1.1 - fix crash on Android showing sign in
- fix(android, crash): call sign in with Apple service on UI thread (#196) 8cfdc59
- docs(CHANGELOG): prepare for 2.1.1 release 8e806d1
- chore(example): bump gradle to current stable 0fa36ac
- docs(README): add FAQ getting email etc from identity token (#183) eb6cfdf
- docs: update Error handling documentation for v2 (#180) 0cd5b8b
- Add Auth0 Information to README (#179) 732e317
- chore: update dependencies b3962c3
- docs(example, ios): fix incorrect import after type rearrangement aecbc67
- Update MIGRATION.md d39eefc