File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,3 @@ todo-list.md
27
27
* todo-list * .md
28
28
docs
29
29
yarn-error.log
30
- yarn.lock
31
- package-lock.json
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.14] ( https://github.com/ibwei/vue3-base/compare/v0.1.10...v0.1.14 ) (2020-11-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** i18n:** 修复 antd-vue 语言国际化出错问题 ([ 1cd844d] ( https://github.com/ibwei/vue3-base/commit/1cd844d08d51b0dc115dbe47352caadd684380ef ) )
7
+ * ** i18n:** 修复 i18n修改 antdv组件国际化模版出错问题 ([ 003bccf] ( https://github.com/ibwei/vue3-base/commit/003bccfb3047d658a554a32a4dde117aeb5aee59 ) )
8
+ * ** i18n:** 修复safari 不支持先行和后行断言的导致的白屏问题 ([ 384499b] ( https://github.com/ibwei/vue3-base/commit/384499be25429152a10a277049b391eae969e856 ) )
9
+ * ** thme:** 修改 ant-design-vue自定义主题在 build 之后无法覆盖成功的问题 ([ 29a591d] ( https://github.com/ibwei/vue3-base/commit/29a591d0cf17429cb528f485171be3b6ae4f7ff8 ) )
10
+
11
+
12
+ ### Performance Improvements
13
+
14
+ * ** vuex:** 增加 vuex 的模块示例 ([ ed70e47] ( https://github.com/ibwei/vue3-base/commit/ed70e4785538ecf72cc80389cc02d65eefcfe97d ) )
15
+
16
+
17
+
1
18
## [ 0.1.13] ( https://github.com/ibwei/vue3-base/compare/v0.1.10...v0.1.13 ) (2020-11-09)
2
19
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue3-base-type" ,
3
- "version" : " 0.1.14 " ,
3
+ "version" : " 0.1.15 " ,
4
4
"description" : " 一个使用vue3+typescript 搭建的项目基础架构类型声明库" ,
5
5
"author" : {
6
6
"name" : " ibwei" ,
You can’t perform that action at this time.
0 commit comments