Skip to content

Commit cfd4e33

Browse files
committed
0.21.0
1 parent 0fa46c4 commit cfd4e33

File tree

4 files changed

+654
-831
lines changed

4 files changed

+654
-831
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
- [`balm-ui-pro@legacy`](https://github.com/balmjs/balm-ui-pro/tree/legacy) for Vue 2
44

5+
## v0.21.0 / 2022-12-13
6+
7+
### Feature
8+
9+
- `<ui-list-view>`
10+
- add prop `forceRefreshData`
11+
- add `column-selection` type for list view top action config
12+
- new slot `before-list-view-top-actions`, `after-list-view-top-actions`
13+
14+
```json
15+
{
16+
"type": "column-selection",
17+
"icon": "view_column",
18+
"text": "Column",
19+
"allSelectedLabel": "All"
20+
}
21+
```
22+
23+
### Bug Fixes
24+
25+
- `<ui-switch-box>`: fix switch item label bug
26+
527
## v0.20.0 / 2022-10-23
628

729
### Chore

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
- vue 3.x
1717
- vue-router 4.x
18-
- balm-ui 10.12.0+
18+
- balm-ui 10.13.2+
1919

2020
### Installing
2121

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balm-ui-pro",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "More configuration definition, less code implementation for Vue.js",
55
"keywords": [
66
"balm",
@@ -45,40 +45,40 @@
4545
},
4646
"devDependencies": {
4747
"@babel/eslint-parser": "^7.19.0",
48-
"@babel/runtime-corejs3": "^7.19.0",
48+
"@babel/runtime-corejs3": "^7.20.0",
4949
"@csstools/normalize.css": "^12.0.0",
50-
"@rollup/plugin-alias": "^3.1.0",
51-
"@rollup/plugin-babel": "^5.3.0",
52-
"@rollup/plugin-commonjs": "^22.0.0",
53-
"@rollup/plugin-json": "^4.1.0",
54-
"@rollup/plugin-node-resolve": "^14.0.0",
55-
"@rollup/plugin-replace": "^4.0.0",
50+
"@rollup/plugin-alias": "^4.0.0",
51+
"@rollup/plugin-babel": "^6.0.0",
52+
"@rollup/plugin-commonjs": "^23.0.0",
53+
"@rollup/plugin-json": "^5.0.0",
54+
"@rollup/plugin-node-resolve": "^15.0.0",
55+
"@rollup/plugin-replace": "^5.0.0",
5656
"@vue/compiler-sfc": "^3.2.30",
57-
"axios": "^0.27.2",
57+
"axios": "^1.2.1",
5858
"babel-plugin-prismjs": "^2.1.0",
59-
"balm": "^4.11.0",
60-
"balm-ui": "^10.12.0",
61-
"core-js": "^3.25.0",
59+
"balm": "^4.12.0",
60+
"balm-ui": "^10.13.2",
61+
"core-js": "^3.26.0",
6262
"eslint": "^8.0.0",
6363
"eslint-config-prettier": "^8.0.0",
6464
"eslint-plugin-prettier": "^4.0.0",
6565
"eslint-plugin-vue": "^9.0.0",
6666
"html-loader": "^4.2.0",
6767
"markdown-loader": "^8.0.0",
68-
"miragejs": "^0.1.45",
68+
"miragejs": "^0.1.46",
6969
"miragejs-axios-adapter": "^0.1.1",
70-
"prettier": "^2.7.0",
70+
"prettier": "^2.8.0",
7171
"prismjs": "^1.29.0",
7272
"rollup-plugin-vue": "^6.0.0",
7373
"sanitize.css": "^13.0.0",
7474
"vue": "^3.2.30",
7575
"vue-i18n": "^9.0.0",
7676
"vue-loader": "^17.0.0",
7777
"vue-router": "^4.0.0",
78-
"webpack": "^5.74.0"
78+
"webpack": "^5.75.0"
7979
},
8080
"peerDependencies": {
81-
"balm-ui": "^10.12.0",
81+
"balm-ui": "^10.13.2",
8282
"vue": ">=3",
8383
"vue-router": ">=4"
8484
}

0 commit comments

Comments
 (0)