Skip to content

Releases: polkadot-js/extension

v0.53.1

25 Sep 02:35
Compare
Choose a tag to compare

Contributed:

Changes:

  • Upgrade polkadot-js deps (#1462)
    • This contains breaking changes in the API that was released in 13.0.1. The release changed the way AssetId is returned from toPayload in the Signer interface. Option<TAssetConversion> is now returned as a SCALE encoded hex.

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:

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:

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