Releases: invertase/react-native-apple-authentication
Releases · invertase/react-native-apple-authentication
v2.4.1 - correctly pass configured scope in android auth
- fix(android): pass the specified scope when creating configuration (#363) a92b64b
- docs: Added steps for Firebase Service ID field in INITIAL_SETUP (#359) 2d57abe
- test(ci): bump runner os versions and node version in workflows d45d086
- style(lint, ios): fix flagged issues from Xcode 6091d42
- docs(example): macOS (with dev team), and visionos work 77b0137
- docs(example): example app updated to rn76 + bridgeless c2241b9
- docs(example): update react-native-test-app to current 1eb20ab
- docs(example): use ccache for ios/macos builds 7822bd1
- docs(example): allow credential status to be refreshed on demand 01ecb5a
- docs(example): fix bundler platform-specific entry point resolution 8a0b2e8
- docs(example): demonstrate email fetch from JWT 53c6dd2
- docs(example): run in single-app mode 3733c6d
- docs(example): add missing entitlements / use unused bundle 501b63b
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)