Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 0.36

* CHANGELOG

* Date
  • Loading branch information
jacogr authored Jan 5, 2021
1 parent 060b03d commit 8407f2a
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 25 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# CHANGELOG

## 0.36.1 Jan 5, 2021

Contributed:

- Allow for the management of per-site approvals (Thanks to https://github.com/Tbaut)
- Add support for Ethereum account imports (Thanks to https://github.com/Tbaut)
- Split account derivation and from-seed creation flows (Thanks to https://github.com/Tbaut)
- Fix overlapping error labels (Thanks to https://github.com/Tbaut)
- Rework JSON restoration for consistency (Thanks to https://github.com/Tbaut)
- Leverage cache for phishing detection (Thanks to https://github.com/Tbaut)
- Allow ecdsa accounts to be injected (Thanks to https://github.com/Tbaut)
- Adjust display for overly long names (Thanks to https://github.com/Tbaut)
- Ensure that attached chain/prefix is always used on accounts (Thanks to https://github.com/Tbaut)
- Show account name (as entered) in creation screens (Thanks to https://github.com/Tbaut)
- show wrong password error on export screen (Thanks to https://github.com/Tbaut)
- Add new UI tests and fix skipped tests (Thanks to https://github.com/Tbaut)
- Additional fr translations (Thanks to https://github.com/Tbaut)

Changes:

- Swap to using Webpack 5 for reproducible builds
- Swap to using TypeScript type imports
- Hide parent/derivation-path when account is not derived


## 0.35.1 Nov 29, 2020

Contributed:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repository": "https://github.com/polkadot-js/extension",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"version": "0.35.2-29",
"version": "0.36.0",
"private": true,
"workspaces": [
"packages/*"
Expand All @@ -23,7 +23,7 @@
"build:extra": "yarn build:i18n && yarn build:ui",
"build:i18n": "i18next-scanner --config i18next-scanner.config.js",
"build:release": "polkadot-ci-ghact-build",
"build:ui": "cd packages/extension && yarn webpack --config webpack.extension.js --mode production",
"build:ui": "cd packages/extension && NODE_ENV=production yarn webpack --config webpack.extension.js --mode production",
"build:zip": "yarn build:zip:dst && yarn build:zip:src",
"build:zip:dst": "rm -rf ./master-build.zip && cd packages/extension/build && zip -r -FS ../../../master-build.zip .",
"build:zip:src": "rm -rf ./master-src.zip && zip -r -x '*build/*' -x '*node_modules*' -FS ./master-src.zip packages .babelrc.js .editorconfig .eslintignore .eslintrc.js babel.config.js CHANGELOG.md CONTRIBUTING.md i18next-scanner.config.js jest.config.js lerna.json LICENSE package.json README.md tsconfig.json yarn.lock",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@polkadot/extension-base",
"description": "Functions, classes and other utilities used in @polkadot/extension",
"version": "0.35.2-29",
"version": "0.36.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/api": "^3.3.1",
"@polkadot/extension-inject": "^0.35.2-29",
"@polkadot/extension-inject": "^0.36.0",
"@polkadot/keyring": "^5.2.3",
"@polkadot/phishing": "^0.3.7",
"@polkadot/ui-keyring": "^0.65.2-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-chains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-chains",
"description": "Definitions for all known chains as exposed by the extension.",
"version": "0.35.2-29",
"version": "0.36.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@polkadot/extension-dapp",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"version": "0.35.2-29",
"version": "0.36.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/extension-inject": "^0.35.2-29",
"@polkadot/extension-inject": "^0.36.0",
"@polkadot/util": "^5.2.3",
"@polkadot/util-crypto": "^5.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-inject",
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
"version": "0.35.2-29",
"version": "0.36.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.35.2-29",
"version": "0.36.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
Expand All @@ -10,8 +10,8 @@
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@polkadot/extension-base": "^0.35.2-29",
"@polkadot/extension-inject": "^0.35.2-29",
"@polkadot/extension-base": "^0.36.0",
"@polkadot/extension-inject": "^0.36.0",
"@polkadot/keyring": "^5.2.3",
"@polkadot/react-identicon": "^0.65.2-0",
"@polkadot/react-qr": "^0.65.2-0",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.35.2-29",
"version": "0.36.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/extension-base": "^0.35.2-29",
"@polkadot/extension-inject": "^0.35.2-29",
"@polkadot/extension-ui": "^0.35.2-29"
"@polkadot/extension-base": "^0.36.0",
"@polkadot/extension-inject": "^0.36.0",
"@polkadot/extension-ui": "^0.36.0"
},
"devDependencies": {
"@polkadot/dev": "^0.61.22",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1920,13 +1920,13 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/extension-base@^0.35.2-29, @polkadot/extension-base@workspace:packages/extension-base":
"@polkadot/extension-base@^0.36.0, @polkadot/extension-base@workspace:packages/extension-base":
version: 0.0.0-use.local
resolution: "@polkadot/extension-base@workspace:packages/extension-base"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/api": ^3.3.1
"@polkadot/extension-inject": ^0.35.2-29
"@polkadot/extension-inject": ^0.36.0
"@polkadot/keyring": ^5.2.3
"@polkadot/phishing": ^0.3.7
"@polkadot/ui-keyring": ^0.65.2-0
Expand All @@ -1949,15 +1949,15 @@ __metadata:
resolution: "@polkadot/extension-dapp@workspace:packages/extension-dapp"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/extension-inject": ^0.35.2-29
"@polkadot/extension-inject": ^0.36.0
"@polkadot/util": ^5.2.3
"@polkadot/util-crypto": ^5.2.3
peerDependencies:
"@polkadot/api": "*"
languageName: unknown
linkType: soft

"@polkadot/extension-inject@^0.35.2-29, @polkadot/extension-inject@workspace:packages/extension-inject":
"@polkadot/extension-inject@^0.36.0, @polkadot/extension-inject@workspace:packages/extension-inject":
version: 0.0.0-use.local
resolution: "@polkadot/extension-inject@workspace:packages/extension-inject"
dependencies:
Expand All @@ -1969,7 +1969,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/extension-ui@^0.35.2-29, @polkadot/extension-ui@workspace:packages/extension-ui":
"@polkadot/extension-ui@^0.36.0, @polkadot/extension-ui@workspace:packages/extension-ui":
version: 0.0.0-use.local
resolution: "@polkadot/extension-ui@workspace:packages/extension-ui"
dependencies:
Expand All @@ -1978,8 +1978,8 @@ __metadata:
"@fortawesome/free-regular-svg-icons": ^5.15.1
"@fortawesome/free-solid-svg-icons": ^5.15.1
"@fortawesome/react-fontawesome": ^0.1.13
"@polkadot/extension-base": ^0.35.2-29
"@polkadot/extension-inject": ^0.35.2-29
"@polkadot/extension-base": ^0.36.0
"@polkadot/extension-inject": ^0.36.0
"@polkadot/keyring": ^5.2.3
"@polkadot/react-identicon": ^0.65.2-0
"@polkadot/react-qr": ^0.65.2-0
Expand Down Expand Up @@ -2016,9 +2016,9 @@ __metadata:
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/dev": ^0.61.22
"@polkadot/extension-base": ^0.35.2-29
"@polkadot/extension-inject": ^0.35.2-29
"@polkadot/extension-ui": ^0.35.2-29
"@polkadot/extension-base": ^0.36.0
"@polkadot/extension-inject": ^0.36.0
"@polkadot/extension-ui": ^0.36.0
babel-loader: ^8.2.2
browser-resolve: ^2.0.0
buffer: ^6.0.3
Expand Down

0 comments on commit 8407f2a

Please sign in to comment.