v0.15.0
What's Changed
Deprecates @dfinity/authentication
, moving the isDelegationValid
check into `@dfinity/identity.
Also moves Secp256k1KeyIdentity
out of @dfinity/identity
to its own package, @dfinity/identity-secp256k1
in order to keep package sizes down for other packages.
@dfinity/identity-ledgerhq
is deprecated, and had already been out of use for some time. @zondax/ledger-icp
is the maintained tool for integrating with the Ledger hardware wallet.
- chore: links assets docs in index by @krpeacock in #651
- feat: fetchOptions, callOptions for React Native by @wackyleo459 in #652
- feat: React Native support with fetchOption and callOptions by @wackyleo459 in #653
- chore: test size-limit automation for CI by @krpeacock in #658
- test: lowering identity limit from baseline by @krpeacock in #659
- test: enabling comparison job by @krpeacock in #660
- chore: deprecates @dfinity/authentication by @krpeacock in #661
- chore: replaces smartcontracts references by @krpeacock in #662
- feat: separate secp256k1 library by @krpeacock in #663
- chore: release/v0.15.0 by @krpeacock in #664
Full Changelog: v0.14.1...v0.15.0