108 lines
4.9 KiB
Markdown
108 lines
4.9 KiB
Markdown
# Change Log
|
||
|
||
---
|
||
|
||
## 0.6.1
|
||
|
||
`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`
|
||
- đ Add `Anchor` Component
|
||
- `Table`
|
||
- đ Fix show `emptyText` problem when `loading.spinning` [17b9dc](https://github.com/vueComponent/ant-design/commit/17b9dc14f5225eb75542facdb5053f4916b9d77f)
|
||
- đ Fixed `header style` not working [#30](https://github.com/vueComponent/ant-design/pull/30)
|
||
- đ `DatePicker`: Fix the issue of `change` event repeatedly call when `showTime` is `true` [81ab82](https://github.com/vueComponent/ant-design/commit/81ab829b1d0f67ee926b106de788fc5b41ec4f9c)
|
||
- đ `InputNumber`: Fix `placeholder` not working [ce39dc](https://github.com/vueComponent/ant-design/commit/ce39dc3506474a4b31632e03c38b518cf4060cef#diff-c9d10303f22c684e66d71ab1f9dac5f9R50)
|
||
|
||
## 0.5.4
|
||
|
||
`2018-05-26`
|
||
- đ Fix missing `less` file problem in dist directory[ca084b9](https://github.com/vueComponent/ant-design/commit/ca084b9e6f0958c25a8278454c864ac8127cce95)
|
||
|
||
## 0.5.3
|
||
|
||
`2018-05-25`
|
||
- đ Fixed issue with building `antd-with-locales.js` containing test files[90583a3](https://github.com/vueComponent/ant-design/commit/90583a3c42e8b520747d6f6ac10cfd718d447030)
|
||
|
||
## 0.5.2
|
||
|
||
`2018-05-25`
|
||
|
||
- đ `Timeline`: Fix duplicated loading component bug [fa5141b](https://github.com/vueComponent/ant-design/commit/fa5141bd0061385f251b9026a07066677426b319)
|
||
- `Transfer`
|
||
- đ Fix search box clear button does not work Problem [4582da3](https://github.com/vueComponent/ant-design/commit/4582da3725e65c47a542f164532ab75a5618c265)
|
||
- đ Override property change listener logic to avoid unnecessary [0920d23](https://github.com/vueComponent/ant-design/commit/0920d23f12f6c133f667cd65316f1f0e6af27a33)
|
||
- đ `Select`: Optimizing `title` display logic [9314957](https://github.com/vueComponent/ant-design/commit/931495768f8b573d12ce4e058e853c875f22bcd3)
|
||
- `Form`
|
||
- đ Fixed Form component `directive` error [#20](https://github.com/vueComponent/ant-design/issues/20)
|
||
- đ Maintain an ref for wrapped component instance, use `wrappedComponentRef` [c5e421c](https://github.com/vueComponent/ant-design/commit/c5e421cdb2768e93288ce7b4654bee2114f8e5ba)
|
||
- đ `DatePicker`: Fix calendar keyboard event does not work [e9b6914](https://github.com/vueComponent/ant-design/commit/e9b6914282b1ac8d84b4262b8a6b33aa4e515831)
|
||
- `Avatar`: Fixing font size adaptation issues [#22](https://github.com/vueComponent/ant-design/pull/22)
|
||
- đ Added single test for some components
|
||
- đ sorted component library `dependencies` and `devDependencies`, deleted unused packages, and added `peerDependencies`
|
||
|
||
## 0.5.1
|
||
|
||
`2018-05-10`
|
||
|
||
- đ `Table`: Fix `customRow` events not working[#16](https://github.com/vueComponent/ant-design/issues/16)
|
||
|
||
## 0.5.0
|
||
|
||
`2018-05-08`
|
||
|
||
- đ `Form`: add Form component
|
||
- đ `Upload.Dragger`: Modify `name` name to `a-upload-dragger`
|
||
- đ `Upload`: Fix `name` prop not working
|
||
|
||
## 0.4.3
|
||
|
||
`2018-05-02`
|
||
|
||
- đ Fix component style loss problem
|
||
- đ site add babel-polyfill
|
||
|
||
## 0.4.2
|
||
|
||
`2018-04-24`
|
||
|
||
- đ fix menu click bug
|
||
|
||
## 0.4.1
|
||
|
||
#### bug
|
||
|
||
- Transfer Vue's dependencies to devDependencies to avoid unstable bugs caused by inconsistency with business versions
|
||
|
||
## 0.4.0
|
||
|
||
#### Layout
|
||
|
||
- add `layout` component
|
||
|
||
#### Others
|
||
|
||
- support use [Vue.use(antd)](https://github.com/vueComponent/ant-design/issues/3)
|
||
|
||
|
||
## 0.3.1
|
||
|
||
#### Features
|
||
|
||
- first version, provide 45 [components](https://github.com/vueComponent/ant-design/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)
|