diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 4334a4105..89dfca655 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,16 @@ --- +## 1.6.4 + +`2020-07-21` + +- 🐞 Fix breadcrumb `Breadcrumb` duplicate key problem [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505) +- 🐞 Fix the Tooltip issue when MenuItem title is empty [#2526](https://github.com/vueComponent/ant-design-vue/issues/2505) +- 🐞 Fix the problem that Input textarea cannot be dragged up when allow-clear is activated. [#2563](https://github.com/vueComponent/ant-design-vue/issues/2563) +- 🌟 Add less variables @select-item-selected-color [#2458](https://github.com/vueComponent/ant-design-vue/issues/2458) +- 🌟 Add flex attribute to Col in Grid [#2558](https://github.com/vueComponent/ant-design-vue/issues/2558) + ## 1.6.3 `2020-07-05` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 76439cdb4..e293807c9 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,16 @@ --- +## 1.6.4 + +`2020-07-21` + +- 🐞 修复面包屑 `Breadcrumb` 重复 key 问题 [#2505](https://github.com/vueComponent/ant-design-vue/issues/2505) +- 🐞 修复 MenuItem title 为空时,依然有 Tooltip 问题 [#2526](https://github.com/vueComponent/ant-design-vue/issues/2505) +- 🐞 修复 Input textarea 激活 allow-clear 时无法向上拖动的问题。[#2563](https://github.com/vueComponent/ant-design-vue/issues/2563) +- 🌟 添加 less 变量 @select-item-selected-color [#2458](https://github.com/vueComponent/ant-design-vue/issues/2458) +- 🌟 Grid 中 Col 添加 flex 属性 [#2558](https://github.com/vueComponent/ant-design-vue/issues/2558) + ## 1.6.3 `2020-07-05` diff --git a/antdv-demo b/antdv-demo index 2f5ee1b6c..5ebfa3218 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit 2f5ee1b6c38bdf1c54bf6c5fea8142567a45dd67 +Subproject commit 5ebfa3218ba2fb568f7cb32d2c6fda8eaf5b3c21 diff --git a/components/color-picker/__tests__/__snapshots__/index.test.js.snap b/components/color-picker/__tests__/__snapshots__/index.test.js.snap index 128a41973..488cb5ecf 100644 --- a/components/color-picker/__tests__/__snapshots__/index.test.js.snap +++ b/components/color-picker/__tests__/__snapshots__/index.test.js.snap @@ -1,12 +1,12 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ColorPicker prop locale should works 1`] = ` -
+
- +
@@ -14,20 +14,20 @@ exports[`ColorPicker prop locale should works 1`] = `
-
+
- -
+ +
-
+
-
+
@@ -57,12 +57,12 @@ exports[`ColorPicker prop locale should works 1`] = ` `; exports[`ColorPicker save event should works 1`] = ` -
+
- +
@@ -70,20 +70,20 @@ exports[`ColorPicker save event should works 1`] = `
-
+
- -
+ +
-
+
-
+
@@ -113,12 +113,12 @@ exports[`ColorPicker save event should works 1`] = ` `; exports[`ColorPicker should support default value 1`] = ` -
+
- +
@@ -126,20 +126,20 @@ exports[`ColorPicker should support default value 1`] = `
-
+
- -
+ +
-
+
-
+
@@ -174,7 +174,7 @@ exports[`ColorPicker should support disabled 1`] = `
- +
@@ -182,7 +182,7 @@ exports[`ColorPicker should support disabled 1`] = `
-
+
@@ -225,12 +225,12 @@ exports[`ColorPicker should support disabled 1`] = ` `; exports[`ColorPicker should support format 1`] = ` -
+
- +
@@ -238,7 +238,7 @@ exports[`ColorPicker should support format 1`] = `
-
+
@@ -286,7 +286,7 @@ exports[`ColorPicker should support v-model 1`] = `
- +
@@ -294,7 +294,7 @@ exports[`ColorPicker should support v-model 1`] = `
-
+
diff --git a/components/grid/__tests__/__snapshots__/demo.test.js.snap b/components/grid/__tests__/__snapshots__/demo.test.js.snap index f7bbddb2c..b6045d11d 100644 --- a/components/grid/__tests__/__snapshots__/demo.test.js.snap +++ b/components/grid/__tests__/__snapshots__/demo.test.js.snap @@ -192,6 +192,32 @@ exports[`renders ./antdv-demo/docs/grid/demo/flex-align.md correctly 1`] = `
`; +exports[`renders ./antdv-demo/docs/grid/demo/flex-fill.md correctly 1`] = ` +
+ +
+
2 / 5
+
3 / 5
+
+ +
+
100px
+
auto
+
+ +
+
1 1 200px
+
0 1 300px
+
+
+`; + exports[`renders ./antdv-demo/docs/grid/demo/flex-order.md correctly 1`] = `
diff --git a/examples/App.vue b/examples/App.vue index 535d21598..c661e8747 100644 --- a/examples/App.vue +++ b/examples/App.vue @@ -1,119 +1,24 @@ - diff --git a/package.json b/package.json index 24a7caf07..86b02a0f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-vue", - "version": "1.6.3", + "version": "1.6.4", "title": "Ant Design Vue", "description": "An enterprise-class UI design language and Vue-based implementation", "keywords": [