diff --git a/.editorconfig b/.editorconfig index 3dce4145f..4c7f8a8ef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,11 @@ +# ๐ŸŽจ editorconfig.org + root = true [*] charset = utf-8 +end_of_line = lf indent_style = space indent_size = 2 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index f70bc287c..9179f766b 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,15 @@ --- +## 1.3.6 +`2019-03-17` +- ๐Ÿž Fix `Select` title attribute to display confusion [#588](https://github.com/vueComponent/ant-design-vue/issues/588) +- ๐Ÿž Fix `InputSearch` does not support slot mode customization addonAfter and addonBefore issues [#581](https://github.com/vueComponent/ant-design-vue/issues/581) +- ๐Ÿž Fix `Input` repeat class question [#faf9ba](https://github.com/vueComponent/ant-design-vue/commit/faf9ba0033eed9ae6ac17879f2e39dd341db847f) +- ๐Ÿž Fix `Message` Customize content by function does not work [#554](https://github.com/vueComponent/ant-design-vue/issues/554) +- ๐ŸŒŸ `Cascader` `option.value` supports `String` `Number` type [#595](https://github.com/vueComponent/ant-design-vue/issues/595) +- ๐Ÿž Fix some TypeScript definitions. + ## 1.3.5 `2019-02-23` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 4d62b1786..306bd98b4 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,14 @@ --- +## 1.3.6 +`2019-03-17` +- ๐Ÿž ไฟฎๅค `Select` titleๅฑžๆ€งๆ˜พ็คบ้”™ไนฑ้—ฎ้ข˜ [#588](https://github.com/vueComponent/ant-design-vue/issues/588) +- ๐Ÿž ไฟฎๅค `InputSearch` ไธๆ”ฏๆŒ slot ๆ–นๅผ่‡ชๅฎšไน‰ addonAfter ๅ’Œ addonBefore ้—ฎ้ข˜ [#581](https://github.com/vueComponent/ant-design-vue/issues/581) +- ๐Ÿž ไฟฎๅค `Input` ้‡ๅค class ้—ฎ้ข˜ [#faf9ba](https://github.com/vueComponent/ant-design-vue/commit/faf9ba0033eed9ae6ac17879f2e39dd341db847f) +- ๐Ÿž ไฟฎๅค `Message` ้€š่ฟ‡ๅ‡ฝๆ•ฐ่‡ชๅฎšไน‰ content ไธ็”Ÿๆ•ˆ้—ฎ้ข˜ [#554](https://github.com/vueComponent/ant-design-vue/issues/554) +- ๐ŸŒŸ `Cascader` ็š„ `option.value` ๅŒๆ—ถๆ”ฏๆŒ `String` `Number` ็ฑปๅž‹ [#595](https://github.com/vueComponent/ant-design-vue/issues/595) +- ๐Ÿž ไฟฎๅค TypeScript ็ฑปๅž‹ๅฎšไน‰ใ€‚ ## 1.3.5 `2019-02-23` diff --git a/package.json b/package.json index cf338ed3e..247bf1f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-vue", - "version": "1.3.5", + "version": "1.3.6", "title": "Ant Design Vue", "description": "An enterprise-class UI design language and Vue-based implementation", "keywords": [