mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
12 KiB
12 KiB
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)
- Fix build errors related to isolatedModules (@smithki)
- Replace microbundle with ESBuild (@smithki)
Authors: 1
- Ian K Smith (@smithki)
v6.2.1 (Mon Nov 08 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.2.0 (Fri Oct 22 2021)
🚀 Enhancement
Authors: 1
- Ian K Smith (@smithki)
v6.1.4 (Thu Oct 21 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
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
- Ian K Smith (@smithki)
v6.1.2 (Wed Oct 20 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.1.1 (Tue Oct 19 2021)
🐛 Bug Fix
- Fix bug with
d.generateKey is undefinedbuild bug #228 (@dgerrellsMagic)
Authors: 1
v6.1.0 (Fri Oct 01 2021)
🚀 Enhancement
- Enable SMS login #223 (@dgerrellsMagic)
Authors: 1
v6.0.6 (Thu Sep 23 2021)
🐛 Bug Fix
- Port
@magic-ext/oauth,@magic-ext/react-native-oauth,@magic-ext/webauthnextensions to Magic SDK monorepo #218 (@smithki) - Add
@magic-sdk/pnppackage for out-of-the-box login page UIs #217 (@smithki)
Authors: 1
- Ian K Smith (@smithki)
v6.0.5 (Fri Sep 17 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.0.4 (Fri Sep 17 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.0.3 (Thu Sep 16 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.0.2 (Tue Sep 14 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.0.1 (Tue Sep 14 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v6.0.0 (Tue Sep 14 2021)
💥 Breaking Change
Authors: 1
- Ian K Smith (@smithki)
v5.1.0 (Thu Sep 02 2021)
🚀 Enhancement
- [Feat]: Update type signature of
RpcProviderModuleto implement Web3'sAbstractProvider#201 (@adenekan41 @smithki) - bypass webcrypto on non web platforms #200 (@dgerrellsMagic)
Authors: 3
- @dgerrellsMagic
- Adenekan Wonderful (@adenekan41)
- Ian K Smith (@smithki)
v5.0.0 (Tue Aug 31 2021)
💥 Breaking Change
- Custom session duration #199 (@dgerrellsMagic)
Authors: 1
v4.4.2 (Mon Aug 16 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v4.4.0 (Wed Jul 28 2021)
🚀 Enhancement
Authors: 1
- Ian K Smith (@smithki)
v4.3.0 (Tue May 04 2021)
🚀 Enhancement
Authors: 1
- Ian K Smith (@smithki)
v4.2.0 (Mon Mar 15 2021)
🚀 Enhancement
Authors: 3
v4.1.1 (Thu Jan 28 2021)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v4.1.0 (Sat Jan 23 2021)
🚀 Enhancement
Authors: 2
v4.0.2 (Wed Dec 02 2020)
🐛 Bug Fix
Authors: 1
- Ian K Smith (@smithki)
v4.0.1 (Tue Dec 01 2020)
🐛 Bug Fix
📝 Documentation
Authors: 1
- Ian K Smith (@smithki)
v4.0.0 (Tue Nov 17 2020)
💥 Breaking Change
🐛 Bug Fix
🏠 Internal
Authors: 1
- Ian K Smith (@smithki)
3.0.1 - 10/21/2020
Changed
- Removed the following public methods and functions
BaseExtension.utils.encodeQueryParametersBaseExtension.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.0 - 09/15/2020
Added
- New, optional
redirectURIparameter for theloginWithMagicLinkmethod - New
loginWithCredentialmethod for completing a magic link login with redirect:await magic.auth.loginWithCredential()
2.6.1 - 09/03/2020
- Fix Modal doesn't show up
2.6.0 - 08/24/2020
Added
- New optional
localeparameter to SDK constructor
2.5.7 - 08/20/2020
Added
- New RPC error code for the
loginWithMagicLinkmethod:-10005
2.5.6 - 08/04/2020
- Add
processandbufferto the dependencies
2.5.5 - 07/22/2020
Added
- Export
PromiEventtype andisPromiEventutility from SDK entry-points (magic-sdkand@magic-sdk/react-native).
2.5.1 through 2.5.4 - 07/13/2020
Fixed
- Bug preventing NPM tarball from containing
/distfiles.
2.5.0 - 07/13/2020
Changed
- Updated build system to use TypeScript project references instead of Microbundle.
- Pass
targetOriginparameter topostMessagecalls.
2.4.1 - 07/08/2020
Fixed
- Bug affecting
localforagetype imports causing compilation failure in TypeScript.
2.4.0 - 07/08/2020
Added
- WebAuthn support.
localforageAPIs for Magic SDK Extensions.
2.2.0 - 06/25/2020
Changed
- Update dependencies.
- Marked
encodeQueryParametersanddecodeQueryParametersutility methods for deprecation inv3.0.0.
Added
- Add
MagicExtensionWarningclass. - Add
createWarningandcreateDeprecationWarninghelper methods toBaseExtension. - Add
encodeJSONanddecodeJSONhelper methods toBaseExtension.utils. These are direct aliases forencodeQueryParametersanddecodeQueryParameters(which will be deprecated in the next major version).
2.1.2 - 06/23/2020
Changed
MagicRPCError.codecan now be typed as a plainnumberfor greater flexibility.
2.1.1 - 06/23/2020
Changed
- The argument type given to the default
"error"event ofPromiEventis nowany(in line with native Promise typings).
2.1.0 - 06/23/2020
Added
- Add the
BaseExtension.createErrormethod. - You are now able to attach arbitrary, strongly-typed data to
MagicExtensionErrorobjects.
2.0.0 - 06/22/2020
Added
- The following utilities are now exposed on the
Extensionbase class:createPromiEvent,decodeQueryParameters,encodeQueryParameters.
Changed
- The
createJsonRpcRequestPayloadandstandardizeJsonRpcRequestPayloadutilities are now nested under theutilsfield of theExtensionbase class.
1.0.3 - 06/16/2020
Added
- Introduced
MagicExtensionErrortype to create consistency for errors rising from Magic SDK Extensions. - Add the
BaseExtension.raiseErrormethod.
1.0.2 - 06/12/2020
Changed
- Update dependencies.
- Circle CI tag in readme is broken after namechange from MagicHQ to MagicLabs
1.0.1 - 06/11/2020
Changed
- Update dependencies.
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.