We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f776ebd commit 989ced4Copy full SHA for 989ced4
CHANGELOG.md
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
4
+2.0.0
5
+-----
6
+重要更新 :tada: :tada: :tada:
7
+
8
+### Features & Improvements
9
+* 升级**create-react-app**到最新v2版本
10
+* 使用**customize-cra**覆盖cra默认配置
11
+* 兼容**ie10**及以上浏览器
12
+* 重新优化的`Form`&`ScarchBar`,更易于扩展
13
+* `Form`增加`upload`类型
14
+* `modelEnhance`增加`@change`类型
15
+* 增加`Coming Page`示例
16
17
1.1.0
18
-----
19
提供更多实用的组件,提升性能及稳定性
package.json
@@ -1,6 +1,6 @@
{
"name": "dva-boot-admin",
- "version": "1.2.0",
+ "version": "2.0.0",
"description": "dva-boot-admin",
"homepage": "/dva-boot-admin",
"repository": {
0 commit comments