Skip to content

Latest commit

 

History

History
466 lines (252 loc) · 12.4 KB

File metadata and controls

466 lines (252 loc) · 12.4 KB

v14.1.0 (Wed Jan 25 2023)

🚀 Enhancement

  • Bump Version of @magic-sdk/connect to 6.2.0, Again #441 (@Ariflo)

🐛 Bug Fix

  • 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)

📝 Documentation

Authors: 1


v14.0.0 (Thu Jan 19 2023)

💥 Breaking Change

  • Replaces WebView View wrapper with SafeAreaView #431 (@Ariflo)

🐛 Bug Fix

  • 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)

Authors: 1


v13.1.1 (Wed Jan 18 2023)

🐛 Bug Fix

  • 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)

🔩 Dependency Updates

Authors: 3


v13.1.0 (Fri Jan 06 2023)

🚀 Enhancement

  • Bare React Native / Expo React Native Package Split #412 (@Ariflo)

🐛 Bug Fix

  • 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)

Authors: 1


v10.0.1 (Fri Sep 09 2022)

🐛 Bug Fix

  • Add RN TypedArray stringify conversion logic #357 (@Ethella)

Authors: 1


v10.0.0 (Fri Aug 05 2022)

💥 Breaking Change

🐛 Bug Fix

  • 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)

Authors: 2


v8.2.0 (Mon Mar 07 2022)

🐛 Bug Fix

  • Update READMEs with outdated context/hyperlinks (@smithki)
  • Merge branch 'master' into smithki/better-build-system-documentation (@smithki)

🏠 Internal

  • Internal documentation updates (BUILD_SYSTEM.md) #283 (@smithki)

Authors: 1


v8.1.0 (Mon Jan 31 2022)

🚀 Enhancement

  • Add special parsing logic to handle typed array in payload #275 (@Ethella)

Authors: 1


v8.0.0 (Tue Jan 25 2022)

💥 Breaking Change

🐛 Bug Fix

  • Merge with master (@smithki)
  • Merge branch 'master' into feat/faster-builds (@smithki)
  • Remove comments from README files (@smithki)

Authors: 1


v6.1.4 (Thu Oct 21 2021)

🐛 Bug Fix

  • Revert to .js extension for ES module builds targeting webpack/CRA #232 (@smithki)

Authors: 1


v6.1.3 (Wed Oct 20 2021)

⚠️ Pushed to master

  • Fix dist files glob in package.json (@smithki)
  • Merge branch 'master' of github.com:magiclabs/magic-js (@smithki)
  • Force re-publish (@smithki)

Authors: 1


v6.1.2 (Wed Oct 20 2021)

🐛 Bug Fix

Authors: 1


v6.0.6 (Thu Sep 23 2021)

🐛 Bug Fix

  • 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)

Authors: 1


v6.0.2 (Tue Sep 14 2021)

🐛 Bug Fix

  • Import regeneratorRuntime in Magic JS (non-CDN version) #210 (@smithki)

Authors: 1


v6.0.1 (Tue Sep 14 2021)

🐛 Bug Fix

  • Fix SemVer cyclic dependency issues with some hacks #209 (@smithki)

Authors: 1


v6.0.0 (Tue Sep 14 2021)

💥 Breaking Change

Authors: 1


v4.4.2 (Mon Aug 16 2021)

🐛 Bug Fix

Authors: 1


v4.4.0 (Wed Jul 28 2021)

🚀 Enhancement

  • Add explicit JSDelivr entry-point for magic-sdk #191 (@smithki)

Authors: 1


v4.3.1 (Fri Jun 11 2021)

🐛 Bug Fix

  • Upgrade @aveq-research/localforage-asyncstorage-driver #183 (@Ethella)

Authors: 1


v4.0.1 (Tue Dec 01 2020)

🐛 Bug Fix

  • Add 'importHelpers: true' to base tsconfig.json #152 (@smithki)

📝 Documentation

  • Fix incorrect TypeScript project references and update READMEs with changelog links #151 (@smithki)

Authors: 1


v4.0.0 (Tue Nov 17 2020)

💥 Breaking Change

  • [All packages] Internal API changes & Cleanups #149 (@smithki)

🐛 Bug Fix

🏠 Internal

Authors: 1


3.0.1 - 10/21/2020

Changed

  • Removed the following public methods and functions
    • BaseExtension.utils.encodeQueryParameters
    • BaseExtension.utils.decodeQueryParameters

2.8.0 - 09/24/2020

Added

  • Adds a Magic SDK extensions runtime compatibility check, ensuring you're version of Magic SDK is designed for the extensions you have in use.

2.7.1 - 09/18/2020

Fixed

  • Fix missing BigInt dependency #131

2.7.0 - 09/15/2020

Added

  • New, optional redirectURI parameter for the loginWithMagicLink method
  • New loginWithCredential method for completing a magic link login with redirect: await magic.auth.loginWithCredential()

2.6.0 - 08/24/2020

Added

  • New optional locale parameter to SDK constructor

2.5.1 - 08/20/2020

Added

  • New RPC error code for the loginWithMagicLink method: -10005

2.4.6 - 07/22/2020

Added

  • Export PromiEvent type and isPromiEvent utility from SDK entry-points (magic-sdk and @magic-sdk/react-native).

2.4.1 through 2.4.5 - 07/13/2020

Fixed

  • Bug preventing NPM tarball from containing /dist files.

2.4.0 - 07/13/2020

Changed

  • Updated build system to use TypeScript project references instead of Microbundle.
  • Pass targetOrigin parameter to postMessage calls.

2.3.1 - 07/08/2020

Fixed

  • Bug affecting localforage type imports causing compilation failure in TypeScript.

2.3.0 - 07/08/2020

Added

  • WebAuthn support.
  • localforage APIs for Magic SDK Extensions.

2.1.0 - 06/25/2020

Changed

  • Update dependencies.

Added

  • Add ExtensionWarning class.

2.0.5 - 06/23/2020

Changed

  • Update dependencies.

2.0.4 - 06/23/2020

Changed

  • Update dependencies.

2.0.3 - 06/23/2020

Changed

  • Update dependencies.

2.0.2 - 06/22/2020

Changed

  • Update dependencies.

2.0.1 - 06/16/2020

Added

  • Introduce the ExtensionError type to ease handling of errors rising from Magic SDK Extensions.

2.0.0 - 06/12/2020

Changed

  • Move "react-native-webivew" to peer dependencies

1.0.1 - 06/11/2020

Changed

  • Update dependencies.
  • Circle CI tag in readme is broken after namechange from MagicHQ to MagicLabs

1.0.0 - 06/02/2020

This is the first release our changelog records. Future updates will be logged in the following format:

Fixed

  • Bug fixes and patches will be described here.

Changed

  • Changes (breaking or otherwise) to current APIs will be described here.

Added

  • New features or APIs will be described here.