All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Replaced the state handling. Instead of using React Context, the hook now uses https://www.npmjs.com/package/@xstate/store for state management.
- Replacing the state handling fixed some edge case bugs where the state could become out of sync when switching between different identites.
- Upgraded minimum required versions of @dfinity/xxx dependencies to >=v2.1.2
- Included more options from
AuthClientLoginOptions
inLoginOptions
.
- Login support for
derivationOrigin
- Upgraded minimum required versions of @dfinity/xxx dependencies
- Bug that caused the
isInitializing
state to not be set tofalse
after initialization.
- Moved @dfinity/xxx dependencies from dependencies to peerDependencies to reduce package size.
- Upgraded @dfinity/xxx dependencies to latest versions.
No changes. Upgrader to sync version numbers with ic-use-siwe-identity.
- First release.
ic-use-internet-identity
v0.0.1 should be regarded as alpha software.