Skip to content

Releases: invertase/react-native-apple-authentication

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

v2.0.2 - fix android compile for API>=30 compileSdk

23 Sep 01:10
a9aceab
Compare
Choose a tag to compare
  • fix(android, compile): assert webview context non-null for API30 compile (#143, thanks @dburdan!) dcf8837
  • docs(CHANGELOG): prepare 2.0.2 release notes f1a521e

v2.0.1...v2.0.2

v2.0.1 - export types

18 Sep 14:18
7888493
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0 - Android support released!

17 Sep 21:52
392b3ac
Compare
Choose a tag to compare

2.0.0

**See the v1 -> v2 migration guide! **

It's easy! Just reference the types a little differently, and update your kotlinVersion in android/build.gradle. The guide has the info.

(all beta entries copied here so they are in one spot)

  • feat!: add android support (#136, thanks @dburdan!)
  • fix(android: add isSupported check, API19 required for android (thanks @dburdan!)
  • fix(ios): depend on React-Core directly, not React (#139, thanks @mikehardy!))
  • docs(android): document kotlinVersion requirement (thanks @nastyakitsune!)
  • docs(README): add info about 1000 error to troubleshouting section (#132, thanks @SnowLew!)
  • docs: update troubleshooting error 1000 (#131, thanks @bell-steven!)
  • docs: add comment that height style is required (#128, thanks @saintplay)
  • docs: add missing installation instruction (#124, thanks @hwrdtm)

commit log for this actual release follows:


  • docs(CHANGELOG): prepare 2.0.0 release notes 7c52f21
  • fix(ios): depend on React-Core directly, not React (#139) 392b3ac
  • docs(android): document kotlinVersion requirement d63d383
  • docs(CHANGELOG): 2.0.0-beta.1 release notes 208ac63

v2.0.0-beta.1...v2.0.0

v2.0.0-beta.1 - Android Support Refined!

12 Sep 22:35
6e84e9e
Compare
Choose a tag to compare

Android support is receiving focused testing now (courtesy again of @dburdan 🏆 )

It was discovered API19 was required, this refinement adds an isSupported check to Android implementation and documents the API19 requirement to use it.

Otherwise, it's the same as 2.0.0-beta.0 - enjoy!

  • fix(android): add isSupported check, API19+ required (#137) d3b2f99
  • chore(CHANGELOG): update changelog in prep for 2.0.0 822b689

v2.0.0-beta.0...v2.0.0-beta.1

v2.0.0-beta.0 - Android Support!

11 Sep 17:02
84d4b48
Compare
Choose a tag to compare
Pre-release

🏆 Everyone needs to award @dburdan their internet points today, he has brought you Android support with PR #136 🏆

BREAKING CHANGE: the types are all scoped now. Easy migration but you will import things differently in v2. See the migration guide

This is planned for release as 2.0.0 stable in 7 days. Any reports of success or problems (with PRs to fix 🙏) will be greatly appreciated.

  • feat!: add android support (#136) 5a93801
  • docs(README): patch up troubleshooting images links 0b98670
  • docs(README): add info about 1000 error to troubleshouting section (#132) b483793
  • docs: add another fix for people troubleshooting error 1000 (#131) 1fd172d
  • docs(README): note that height/width required on button (#128) ea0abcd
  • Add missing installation instruction 2452304

v1.1.2...v2.0.0-beta.0

v1.1.2 - move 'np' to 'devDependencies' (sorry!)

06 Jul 16:16
9cd5790
Compare
Choose a tag to compare

This release is a change that simply moves 'np' from dependencies to devDependencies, sorry about that!

CHANGELOG

Commit list

  • chore: yarn upgrade --latest / moved np to devDepenencies b795259
  • docs(CHANGELOG): prepare for v1.1.2 release 102018a

v1.1.1...v1.1.2

v1.1.1 - minor type fix, docs

19 Jun 19:09
0715c3d
Compare
Choose a tag to compare

Release Notes

1.1.1

  • fix(types): performRequest can accept state parameter (#94, thanks @skantus!)
  • docs: warn getCredentialStateForUser is real device only (#97, thanks @magrinj!)
  • chore: npm ignore, formatting, changelog (thanks @Salakar!)
  • release: add "shipit" run script to automate release (thanks @mikehardy!)

Commits:

  • docs(CHANGELOG): prepare for release 1.1.1 b49bd7e
  • release: add np module, run script "shipit" to release aab9f7b
  • chore: yarn upgrade --latest in project 9d466b7
  • Fix 'Invalid params found...state' bc885cd
  • Update Module page 9ffd374
  • Update README 58fa195

Commit Range:
v1.1.0...master

v1.0.0 - official release!

28 Apr 21:57
2de4ef3
Compare
Choose a tag to compare

1.0.0

  • initial official release (but it's been in use months)
  • fix(ios): add missing import (#50, thanks @nhnam!)
  • docs(README): add width+height in example button style (#55, thanks @jonstuebe!)
  • chore: upgrade module dependencies (yarn upgrade --latest) (@mikehardy)
  • chore: add typescript analyzer (yarn analyze) (@mikehardy)

v0.1.1

09 Dec 14:07
Compare
Choose a tag to compare

Documentation only.