Compare commits

..
18 Commits
Author SHA1 Message Date
github-actions[bot] fda1826308 [CI Skip] release/stable 2.9.5
skip-checks: true
2022-08-13 08:16:49 +00:00
Jaco c66e4a3bf4 2.9.5 (#674)
* 2.9.5

* Bumps
2022-08-13 11:14:37 +03:00
github-actions[bot] 9adae7c2bf [CI Skip] release/stable 2.9.4
skip-checks: true
2022-08-06 06:00:21 +00:00
Jaco 4f20237240 2.9.4 (#673) 2022-08-06 08:58:01 +03:00
github-actions[bot] a7a3a559ea [CI Skip] release/stable 2.9.3
skip-checks: true
2022-07-30 04:41:07 +00:00
Jaco a7228422e4 2.9.3 (#671) 2022-07-30 07:38:44 +03:00
github-actions[bot] 6a13c62eab [CI Skip] release/stable 2.9.2
skip-checks: true
2022-07-24 08:43:45 +00:00
Jaco 874a7f17ff 2.9.2 (#670) 2022-07-24 11:40:50 +03:00
github-actions[bot] b008094f30 [CI Skip] bump/beta 2.9.2-0-x
skip-checks: true
2022-07-23 13:16:10 +00:00
Viki Val 5396b8f73f 🐛 identicon has isAlternative both as data and prop (#668)
* 🐛 identicon has isAlternative both as data and prop

* 🏷️ Identicon has isAlternativeIcon as data
2022-07-23 16:13:11 +03:00
github-actions[bot] 96b0470ee7 [CI Skip] release/stable 2.9.1
skip-checks: true
2022-07-21 07:17:27 +00:00
Jaco 0a5bea1d4a 2.9.1 (#669) 2022-07-21 10:14:49 +03:00
github-actions[bot] 573f92f00d [CI Skip] bump/beta 2.8.3-2-x
skip-checks: true
2022-07-12 13:40:18 +00:00
Jaco d0bac4cfb1 Bump deps (#667) 2022-07-12 16:37:53 +03:00
github-actions[bot] e00e1b8d6d [CI Skip] bump/beta 2.8.3-1-x
skip-checks: true
2022-07-12 04:58:50 +00:00
Jaco 9705f1de4a Bump deps (#666) 2022-07-12 07:56:03 +03:00
github-actions[bot] bd849e317a [CI Skip] bump/beta 2.8.3-0-x
skip-checks: true
2022-07-11 05:15:58 +00:00
Jaco 69754474f2 Bump dev (#665) 2022-07-11 08:13:04 +03:00
28 changed files with 1323 additions and 1249 deletions
-1
View File
@@ -1 +0,0 @@
2.8.2
-32
View File
@@ -1,32 +0,0 @@
3
0.57.2
0.57.3
0.66.2
0.66.3
0.71.2
0.71.3
0.84.2
0.84.3
0.85.2
0.85.3
0.85.4
0.85.5
0.86.2
0.86.3
0.86.4
0.86.5
0.86.6
0.86.7
0.87.2
0.87.3
0.87.4
0.87.5
0.87.6
0.87.7
0.89.2
0.89.3
2.6.2
2.7.2
2.8.2
+1 -3
View File
@@ -1,7 +1,5 @@
build/
build-cjs/
build-esm/
build-docs/
build-*/
coverage/
node_modules/
tmp/
+35
View File
@@ -1,5 +1,40 @@
# CHANGELOG
## 2.9.5 Aug 13, 2022
Changes:
- Bump to `@polkadot/util` 10.1.4
## 2.9.4 Aug 6, 2022
Changes:
- Bump to `@polkadot/util` 10.1.3
## 2.9.3 Jul 30, 2022
Changes:
- Bump to `@polkadot/util` 10.1.2
## 2.9.2 Jul 24, 2022
Contributed:
- Adjust vue-identicon with no props/data duplication (Thanks to https://github.com/vikiival)
## 2.9.1 Jul 21, 2022
Changes:
- Bump to `@polkadot/util` 10.1.1
## 2.8.2 Jul 10, 2022
Changes:
+2 -1
View File
@@ -1,4 +1,4 @@
628 Jaco 2.8.2 (#664)
636 Jaco 2.9.5 (#674)
7 YJ fix #224: decrease frame size to 1024, set multipart bool (#225)
4 Antoine Estienne Refactor logic to better use prefix (#491)
4 kwingram25 fix ff api url issue (#289)
@@ -27,6 +27,7 @@
1 Nantian fix bigint type (#510)
1 Nikhil Ranjan Updated to valid javascript (#271)
1 Shawn Tabrizi Add a new `notification` setting (#498)
1 Viki Val :bug: identicon has isAlternative both as data and prop (#668)
1 Wei Tang Add Kulupu to the network selection list (#254)
1 WoeOm add darwinia ss58 (#379)
1 yuhui1208 [Stores] make FileStroe read key safely (#338)
+13 -9
View File
@@ -11,7 +11,11 @@
},
"sideEffects": false,
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"versions": {
"git": "2.9.5",
"npm": "2.9.5"
},
"workspaces": [
"packages/*"
],
@@ -28,11 +32,11 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@polkadot/dev": "^0.67.68",
"@polkadot/x-bundle": "^10.0.2",
"@types/jest": "^28.1.4",
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@polkadot/dev": "^0.67.94",
"@polkadot/x-bundle": "^10.1.4",
"@types/jest": "^28.1.6",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
@@ -40,10 +44,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.69.1",
"react-native": "^0.69.4",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.73.0",
"vue-template-compiler": "^2.7.8",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-serve": "^4.0.0"
},
+2 -2
View File
@@ -14,9 +14,9 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6"
"@babel/runtime": "^7.18.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '2.9.5' };
+2 -2
View File
@@ -14,9 +14,9 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6"
"@babel/runtime": "^7.18.9"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '2.9.5' };
+9 -9
View File
@@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/keyring": "^10.0.2",
"@polkadot/ui-settings": "2.8.2",
"@polkadot/ui-shared": "2.8.2",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.4",
"@polkadot/ui-settings": "2.9.5",
"@polkadot/ui-shared": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
@@ -33,9 +33,9 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.25",
"@types/styled-components": "^5.1.26",
"styled-components": "^5.3.5",
"xmlserializer": "^0.6.1"
},
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '2.9.5' };
+6 -6
View File
@@ -17,20 +17,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/ui-settings": "2.8.2",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@babel/runtime": "^7.18.9",
"@polkadot/ui-settings": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.4",
"@types/styled-components": "^5.1.25"
"@types/styled-components": "^5.1.26"
},
"peerDependencies": {
"@polkadot/util": "*",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '2.9.5' };
+7 -7
View File
@@ -17,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/ui-shared": "2.8.2",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"react-native-svg": "^12.3.0"
"@babel/runtime": "^7.18.9",
"@polkadot/ui-shared": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"react-native-svg": "^12.4.4"
},
"devDependencies": {
"@types/react-native": "^0.69.2"
"@types/react-native": "^0.69.5"
},
"peerDependencies": {
"@polkadot/util": "*",
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '2.9.5' };
+3 -3
View File
@@ -13,10 +13,10 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/util": "^10.0.2"
"@babel/runtime": "^7.18.9",
"@polkadot/util": "^10.1.4"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '2.9.5' };
+7 -7
View File
@@ -16,16 +16,16 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/keyring": "^10.0.2",
"@polkadot/ui-settings": "2.8.2",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.4",
"@polkadot/ui-settings": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"mkdirp": "^1.0.4",
"rxjs": "^7.5.5",
"rxjs": "^7.5.6",
"store": "^2.0.12"
},
"devDependencies": {
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '2.9.5' };
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/networks": "^10.0.2",
"@polkadot/util": "^10.0.2",
"@babel/runtime": "^7.18.9",
"@polkadot/networks": "^10.1.4",
"@polkadot/util": "^10.1.4",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '2.9.5' };
+5 -5
View File
@@ -17,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@babel/runtime": "^7.18.9",
"color": "^3.2.1"
},
"devDependencies": {
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.2",
"@types/xmlserializer": "^0.6.3",
"xmlserializer": "^0.6.1"
},
"peerDependencies": {
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '2.9.5' };
+6 -6
View File
@@ -17,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.8.2",
"version": "2.9.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/ui-shared": "2.8.2",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@babel/runtime": "^7.18.9",
"@polkadot/ui-shared": "2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"jdenticon": "3.1.1"
},
"devDependencies": {
"vue": "^2.6.14"
"vue": "^2.7.8"
},
"peerDependencies": {
"@polkadot/util": "*",
+5 -5
View File
@@ -18,7 +18,7 @@ interface Account {
interface Data {
address: string;
iconSize: number;
isAlternative: boolean;
isAlternativeIcon: boolean;
publicKey: string;
type: 'beachball' | 'empty' | 'jdenticon' | 'polkadot' | 'substrate';
}
@@ -60,7 +60,7 @@ export const Identicon = Vue.extend({
return {
address: '',
iconSize: DEFAULT_SIZE,
isAlternative: false,
isAlternativeIcon: false,
publicKey: '0x',
type: 'empty'
};
@@ -69,7 +69,7 @@ export const Identicon = Vue.extend({
createData: function (): void {
this.iconSize = this.size as number || DEFAULT_SIZE;
this.type = this.theme as 'empty';
this.isAlternativeIcon = this.isAlternative as boolean || false;
this.recodeAddress();
},
recodeAddress: function (): void {
@@ -81,7 +81,7 @@ export const Identicon = Vue.extend({
},
props: ['prefix', 'isAlternative', 'size', 'theme', 'value'],
render (h): VNode {
const { address, iconSize, isAlternative, publicKey, type } = this.$data as Data;
const { address, iconSize, isAlternativeIcon, publicKey, type } = this.$data as Data;
if (type === 'empty') {
return h('Empty', { attrs: { key: address, size: iconSize } }, []);
@@ -92,7 +92,7 @@ export const Identicon = Vue.extend({
// TODO: substrate
const cmp = type.charAt(0).toUpperCase() + type.slice(1);
return h(cmp, { attrs: { address, isAlternative, key: address, size: iconSize } }, []);
return h(cmp, { attrs: { address, isAlternative: isAlternativeIcon, key: address, size: iconSize } }, []);
}
},
watch: {
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '2.8.2' };
export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '2.9.5' };
+1206 -1137
View File
File diff suppressed because it is too large Load Diff