docs: add 0.6.1 changelog
parent
53334ff491
commit
a13980f368
|
@ -2,6 +2,21 @@
|
|||
|
||||
---
|
||||
|
||||
`2018-06-17`
|
||||
- ๐ Add `List` Component
|
||||
- `Table`
|
||||
- ๐ Fix `'querySelectorAll` error when updating height[#33](https://github.com/vueComponent/ant-design/issues/33)
|
||||
- ๐ fix `defaultChecked` not working[ec1999](https://github.com/vueComponent/ant-design/commit/ec1999dea4cea126b78e3fd84bef620b876e9841)
|
||||
- `columns key` support `number` type[9b7f5c](https://github.com/vueComponent/ant-design/commit/9b7f5c2f81b6f83190e5b022b2b1e28de3f68a2b)
|
||||
- `Tooltip`: ๐ update events API `change` to `visibleChange`
|
||||
- `Textarea`: ๐ Fix `autoFoucs` not working[787927](https://github.com/vueComponent/ant-design/commit/787927912307db7edb9821a440feacd216e3a6a2)
|
||||
- `InputSearch`: ๐ Add `focus` `blur` methods[3cff62](https://github.com/vueComponent/ant-design/commit/3cff62997d16811ae17618f9b41617973d805d7d)
|
||||
- `InputNumber`: ๐ Fix `autoFoucs` not working[88f165](https://github.com/vueComponent/ant-design/commit/88f165edb5c3993f4dba90c3267a1ea037e0869b)
|
||||
- `DatePicker`: ๐ Fix `autoFoucs` not working[264abf](https://github.com/vueComponent/ant-design/commit/264abff59791181b9190ca0914b780a8df6aa81a)
|
||||
- `Cascader`: ๐ Fix `autoFoucs` not working[be69bd](https://github.com/vueComponent/ant-design/commit/be69bd9af1bae184a4ebe8c4ef9560479ab11027)
|
||||
- `Rate`: ๐ Fix `autoFoucs` not working๏ผand `blur` error[c2c984](https://github.com/vueComponent/ant-design/commit/c2c9841eb9b8e5ce4decff57a925e60d4bd7d809)
|
||||
- `RangePicker`: ๐ Fix value type check error problem[228f44](https://github.com/vueComponent/ant-design/commit/228f4478a5d169d22960c97d1d8a8320c58da9cc)
|
||||
|
||||
## 0.6.0
|
||||
|
||||
`2018-06-04`
|
||||
|
|
|
@ -2,6 +2,25 @@
|
|||
|
||||
---
|
||||
|
||||
## 0.6.1
|
||||
|
||||
`2018-06-17`
|
||||
- ๐ ๆฐๅข`List`ๅ่กจ็ปไปถ
|
||||
- `Table`
|
||||
- ๐ ไฟฎๅคๆดๆฐ้ซๅบฆๆถๆฅ้้ฎ้ข[#33](https://github.com/vueComponent/ant-design/issues/33)
|
||||
- ๐ ไฟฎๅค`defaultChecked`ไธ็ๆ้ฎ้ข[ec1999](https://github.com/vueComponent/ant-design/commit/ec1999dea4cea126b78e3fd84bef620b876e9841)
|
||||
- `columns key`ๆฏๆๆฐๅญ็ฑปๅ[9b7f5c](https://github.com/vueComponent/ant-design/commit/9b7f5c2f81b6f83190e5b022b2b1e28de3f68a2b)
|
||||
- `Tooltip`
|
||||
- ๐ ๆดๆฐไบไปถAPI`change`ไธบ`visibleChange`
|
||||
- `Textarea`: ๐ ไฟฎๅค`autoFoucs`ไธ็ๆ้ฎ้ข[787927](https://github.com/vueComponent/ant-design/commit/787927912307db7edb9821a440feacd216e3a6a2)
|
||||
- `InputSearch`: ๐ ๆทปๅ `focus` `blur`ๆนๆณ[3cff62](https://github.com/vueComponent/ant-design/commit/3cff62997d16811ae17618f9b41617973d805d7d)
|
||||
- `InputNumber`: ๐ ไฟฎๅค`autoFoucs`ไธ็ๆ้ฎ้ข[88f165](https://github.com/vueComponent/ant-design/commit/88f165edb5c3993f4dba90c3267a1ea037e0869b)
|
||||
- `DatePicker`: ๐ ไฟฎๅค`autoFoucs`ไธ็ๆ้ฎ้ข[264abf](https://github.com/vueComponent/ant-design/commit/264abff59791181b9190ca0914b780a8df6aa81a)
|
||||
- `Cascader`: ๐ ไฟฎๅค`autoFoucs`ไธ็ๆ้ฎ้ข[be69bd](https://github.com/vueComponent/ant-design/commit/be69bd9af1bae184a4ebe8c4ef9560479ab11027)
|
||||
- `Rate`: ๐ ไฟฎๅค`autoFoucs`ไธ็ๆ้ฎ้ข๏ผๅ`blur`ๆฅ้้ฎ้ข[c2c984](https://github.com/vueComponent/ant-design/commit/c2c9841eb9b8e5ce4decff57a925e60d4bd7d809)
|
||||
- `RangePicker`: ๐ ไฟฎๅคๅผ็ฑปๅๆ ก้ชๅบ้้ฎ้ข[228f44](https://github.com/vueComponent/ant-design/commit/228f4478a5d169d22960c97d1d8a8320c58da9cc)
|
||||
|
||||
|
||||
## 0.6.0
|
||||
|
||||
`2018-06-04`
|
||||
|
|
Loadingโฆ
Reference in New Issue