Skip to content

Releases: polkadot-js/extension

v0.52.3

20 Aug 01:43
Compare
Choose a tag to compare

Changes:

  • Upgrade polkadot-js/api to 12.4.1
  • Upgrade polkadot-js/phishing to 0.23.4

v0.52.2

16 Aug 12:28
Compare
Choose a tag to compare

NOTE: This is strictly a patch release for the store.

Changes:

  • Remove Alarm permissions (#1449)

v0.52.1

14 Aug 22:05
Compare
Choose a tag to compare

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#1442)
  • Enable "Chain Specific App" setting (#1445)
    • This allows for ledger apps that are not included in the Polkadot Generic App to work with their specific Ledger App
  • Fix setting rawMetadata as registry metadata (#1446)

v0.51.1

07 Aug 18:12
Compare
Choose a tag to compare

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:

  • Bump yarn to 4.3.1 (#1426)
  • Add CI script to check for diffs in src vs build for store release (#1429) (#1436)
  • Change Connected to Connect Accounts (#1430)
  • Upgrade Polkadot-js deps (#1434) (#1435)
    • polkadot/api 12.3.1
    • polkadot/phishing 0.23.3
    • polkadot/ui 3.8.3

v0.50.1

30 Jul 23:04
Compare
Choose a tag to compare

Contributed:

  • Update subscribed accounts when connected site authorizations are modified (Thanks to https://github.com/F-OBrien)
    • Deprecates public udateCurrentTabsUrl in class State in favor of public updateCurrentTabsUrl.

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

19 Jul 14:11
Compare
Choose a tag to compare

Changes:

  • Fix ID used in manifest_firefox.json by adding brackets
    • The previous patch required brackets arount the ID...

v0.49.2

18 Jul 14:58
Compare
Choose a tag to compare

Changes:

  • Fix ID used in manifest_firefox.json
    • This is internal, and is only necessary for publishing to the store

v0.49.1

15 Jul 15:45
Compare
Choose a tag to compare

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.

(#1367)
(#1388)
(#1399)

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

03 Jul 12:23
Compare
Choose a tag to compare

Contributed:

Changes:

  • Adjust ui imports for deterministic bundling

v0.48.1

27 Jun 22:30
Compare
Choose a tag to compare
  • 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 for signAndSend, signAsync, and dryRun 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.
  • Bump @polkadot/phishing to 0.22.10