- Release RN packages (@Ariflo)
- Bumps
react-native-webview
peer dependency Requirement to>=11.0.0
#440 (@Ariflo) - sets react-native-webview peer to >=11.0.0 (@Ariflo)
- Prevents Relayer from Overriding Status Bar Color #436 (@Ariflo)
- Sets autoManageStatusBarEnabled to false (@Ariflo)
- Upgrades react-native-webview to latest (@Ariflo)
- Add link to RN Demo Apps to READMEs (@Ariflo)
- Arian Flores (@Ariflo)
- Update Yarn.lock (@Ariflo)
- Adds react-native-safe-area-context as peer and updates README (@Ariflo)
- Fix tests (@Ariflo)
- Replaces WebView wrapper with SafeAreaView (@Ariflo)
- Arian Flores (@Ariflo)
- Adds react-native-inappbrowser-reborn as peer to Bare RN OAuth #432 (@Ariflo)
- README Updates (@Ariflo)
- [CHORE] Clean up magic-js Deployment Stages #429 (@kgrubb)
- sync with master branch (@kgrubb)
- Bump qs from 6.5.2 to 6.5.3 #400 (@dependabot[bot])
- Bump decode-uri-component from 0.2.0 to 0.2.2 #399 (@dependabot[bot])
- @dependabot[bot]
- Arian Flores (@Ariflo)
- Keli (Madison) Grubb (@kgrubb)
- Update core package versions (@Ariflo)
- Expo README Update (@Ariflo)
- fix lint errors (@Ariflo)
- Upates @magic-sdk/react-native-expo patch version (@Ariflo)
- Adds version patch to new SDKs (@Ariflo)
- Updates @magic-sdk/types SDK (@Ariflo)
- Create @magic-sdk/react-native-expo SDK (@Ariflo)
- Arian Flores (@Ariflo)
- Jerry Liu (@Ethella)
- Merge branch 'master' into early-access (@bcleary06)
- Update Readme and manual version bump for releases #339 (@Ethella)
- Revert "Enable bundle Id in Expo" #337 (@Ethella)
- Brian Cleary (@bcleary06)
- Jerry Liu (@Ethella)
- Update READMEs with outdated context/hyperlinks (@smithki)
- Merge branch 'master' into smithki/better-build-system-documentation (@smithki)
- Ian K Smith (@smithki)
- Jerry Liu (@Ethella)
- Merge with master (@smithki)
- Merge branch 'master' into feat/faster-builds (@smithki)
- Remove comments from README files (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Fix dist files glob in package.json (@smithki)
- Merge branch 'master' of github.com:magiclabs/magic-js (@smithki)
- Force re-publish (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Port
@magic-ext/oauth
,@magic-ext/react-native-oauth
,@magic-ext/webauthn
extensions to Magic SDK monorepo #218 (@smithki) - Add
@magic-sdk/pnp
package for out-of-the-box login page UIs #217 (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Jerry Liu (@Ethella)
- Ian K Smith (@smithki)
- Ian K Smith (@smithki)
- Removed the following public methods and functions
BaseExtension.utils.encodeQueryParameters
BaseExtension.utils.decodeQueryParameters
- Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use.
- Fix missing BigInt dependency #131
- New, optional
redirectURI
parameter for theloginWithMagicLink
method - New
loginWithCredential
method for completing a magic link login with redirect:await magic.auth.loginWithCredential()
- New optional
locale
parameter to SDK constructor
- New RPC error code for the
loginWithMagicLink
method:-10005
- Export
PromiEvent
type andisPromiEvent
utility from SDK entry-points (magic-sdk
and@magic-sdk/react-native
).
- Bug preventing NPM tarball from containing
/dist
files.
- Updated build system to use TypeScript project references instead of Microbundle.
- Pass
targetOrigin
parameter topostMessage
calls.
- Bug affecting
localforage
type imports causing compilation failure in TypeScript.
- WebAuthn support.
localforage
APIs for Magic SDK Extensions.
- Update dependencies.
- Add
ExtensionWarning
class.
- Update dependencies.
- Update dependencies.
- Update dependencies.
- Update dependencies.
- Introduce the
ExtensionError
type to ease handling of errors rising from Magic SDK Extensions.
- Move "react-native-webivew" to peer dependencies
- Update dependencies.
- Circle CI tag in readme is broken after namechange from MagicHQ to MagicLabs
This is the first release our changelog records. Future updates will be logged in the following format:
- Bug fixes and patches will be described here.
- Changes (breaking or otherwise) to current APIs will be described here.
- New features or APIs will be described here.