Releases: polkadot-js/extension
Releases · polkadot-js/extension
v0.52.3
Changes:
- Upgrade polkadot-js/api to 12.4.1
- Upgrade polkadot-js/phishing to 0.23.4
v0.52.2
v0.52.1
Contributed:
- Send ping before subscriptions (Thanks to https://github.com/F-OBrien) (#1441)
- Fix SignArea and ToastProvider timeout (Thanks to https://github.com/F-OBrien) (#1444)
Changes:
v0.51.1
Contributed:
- Update XCM Analyser to v1.3.1 (Thanks to https://github.com/dudo50) (#1419)
- Fix: ensure the service worker is awake before every port message (Thanks to https://github.com/F-OBrien) (#1433)
- NOTE: The extension-base now exposes a set of functions for port connection stability.
setupPort
wakeUpServiceWorker
ensurePortConnection
Changes:
v0.50.1
Contributed:
- Update subscribed accounts when connected site authorizations are modified (Thanks to https://github.com/F-OBrien)
- Deprecates
public udateCurrentTabsUrl
inclass State
in favor ofpublic updateCurrentTabsUrl
.
- Deprecates
Changes:
- Add support for the Ledger Generic App (Thanks to https://github.com/bee344)
- Add support for the Ledger Migration App (Thanks to https://github.com/bee344)
- Note: In order to use the ledger migration app, you must toggle the setting inside of settings. That will enable the migration app for use.
- Fix extension stuck in ... loading ... screen after service_worker got terminated (Thanks to https://github.com/bee344)
v0.49.3
Changes:
- Fix ID used in manifest_firefox.json by adding brackets
- The previous patch required brackets arount the ID...
v0.49.2
Changes:
- Fix ID used in manifest_firefox.json
- This is internal, and is only necessary for publishing to the store
v0.49.1
Breaking Changes:
- Update from Manifest v2 to v3 for Chrome
- Update from Manifest v2 to v3 for Firefox
Note: These are very large breaking changes. Please review the following PR's to see exactly what has changed and for any additional information that can assist you in your migration.
Changes:
- Update xcm analyzer to 1.3.0
- Upgrade Polkadot.js Deps
- @polkadot/common -> 13.0.2 (Introduces the interface for the new ledger app. This will be implemented in the next release)
- @polkadot/api -> 12.2.1
- @polkadot/phishing -> 0.23.1
- @polkadot/ui -> 3.7.1
- Update module resolution to bundler
- Clean the manifest build process
v0.48.2
Contributed:
- Fix: forget account for legacy account without authorizedAccounts (Thanks to https://github.com/Tbaut)
Changes:
- Adjust ui imports for deterministic bundling
v0.48.1
- Important Not published to the stores, aligns with latest released packages.
Changes:
- Bump @polkadot/api to 12.0.2
- NOTE: We are doing a minor bump because the api in this version now gives the option
to modify payloads forsignAndSend
,signAsync
, anddryRun
which the extension does not use. That being said, for any user that digests that package it will be available to use as a feature.
- NOTE: We are doing a minor bump because the api in this version now gives the option
- Bump @polkadot/phishing to 0.22.10