parent
67c31867d2
commit
0f7d77830a
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.3.1
|
||||||
|
`2019-01-15`
|
||||||
|
|
||||||
|
- 🐞 Fixed the `Table` component could not be scrolled under ie.。[#390](https://github.com/vueComponent/ant-design-vue/issues/390)。
|
||||||
|
- 🐞 Fix `Form` does not clear that does not need to check the field.[#367](https://github.com/vueComponent/ant-design-vue/issues/367)。
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
`2019-01-12`
|
`2019-01-12`
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.3.1
|
||||||
|
`2019-01-15`
|
||||||
|
|
||||||
|
- 🐞 修复Table组件在ie下滚轮失效的问题。[#390](https://github.com/vueComponent/ant-design-vue/issues/390)。
|
||||||
|
- 🐞 修复Form没有清除不在需要校验字段问题。[#367](https://github.com/vueComponent/ant-design-vue/issues/367)。
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
`2019-01-12`
|
`2019-01-12`
|
||||||
|
|
||||||
|
|
|
@ -406,10 +406,10 @@ describe('RangePicker', () => {
|
||||||
);
|
);
|
||||||
await asyncExpect(() => {
|
await asyncExpect(() => {
|
||||||
wrapper.find('.ant-calendar-picker-input').trigger('click');
|
wrapper.find('.ant-calendar-picker-input').trigger('click');
|
||||||
});
|
}, 0);
|
||||||
await asyncExpect(() => {
|
await asyncExpect(() => {
|
||||||
$$('.ant-calendar-range-quick-selector .ant-tag')[0].click();
|
$$('.ant-calendar-range-quick-selector .ant-tag')[0].click();
|
||||||
}, 0);
|
}, 1000);
|
||||||
await asyncExpect(() => {
|
await asyncExpect(() => {
|
||||||
expect(handleOpenChange).toBeCalledWith(false);
|
expect(handleOpenChange).toBeCalledWith(false);
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue