Skip to content

Releases: invertase/react-native-apple-authentication

v2.3.0 - works with react-native 0.73 now, android button text too

05 Nov 00:07
13c7150
Compare
Choose a tag to compare
  • 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...v2.3.0

v2.2.2 - use modern kotlin version by default

14 Jul 15:58
86d3fba
Compare
Choose a tag to compare
  • 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

v2.2.1...v2.2.2

What's Changed

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

07 Jun 19:53
efa3d24
Compare
Choose a tag to compare
  • 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

v2.2.0...v2.2.1

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0 - react-native-macos support

17 May 01:21
1701d85
Compare
Choose a tag to compare

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

v2.1.5...v2.2.0

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

14 Sep 18:17
e646c87
Compare
Choose a tag to compare
  • fix(android): use Fragment.requireContext to fetch context (#236) f56f1de

v2.1.4...v2.1.5

v2.1.4 - babel compatible android button export syntax

08 Sep 04:41
6a2d7f5
Compare
Choose a tag to compare
  • fix(android): use function vs arrow for babel compat in AppleButton export (#234) 4d6dd00 (thanks @EIrwin!)

v2.1.3...v2.1.4

v2.1.3 - type fixes

07 Sep 14:32
819d383
Compare
Choose a tag to compare

Some typescript fixes courtesy of @doublethefish - thank you!

  • chore(example): allow test runs without react-native global install a1e2836
  • chore: Adds rn's testID to the valid props, avoiding common type warnings 6cebbfe
  • chore: Exports enums for build-time typescript static analysis e4ec82a

v2.1.2...v2.1.3

v2.1.2 - remove jcenter from android build

19 Apr 22:53
bd81201
Compare
Choose a tag to compare

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

12 Mar 14:59
672cfd3
Compare
Choose a tag to compare
  • 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

v2.1.0...v2.1.1

v2.1.0 Android nonce generation

20 Oct 16:38
2c09815
Compare
Choose a tag to compare
  • feat(android): Nonce return and optional nonce generation 618057e
  • chore(CHANGELOG): prep for 2.1.0 release 624e7ed
  • docs(android): Added new nonce options 01de17f
  • 📚 docs(README): add info showing how to add pure web support (#148) ac6fa6f
  • docs(README): add missing appleAuthAndroid import to sample code (#147) f28053e
  • docs(README, logout): updated logout usage to match v2 API (#146) a5e7b7a

v2.0.2...v2.1.0