File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## 1.1.9
6
+
7
+ ` 2018-11-26 `
8
+ - 🐞 Fix the ` TreeSelect ` component getPopupContainer does not work [ #265 ] ( https://github.com/vueComponent/ant-design-vue/issues/265 )
9
+ - 🐞 Fix ` Carousel ` component on-demand loading does not work [ #271 ] ( https://github.com/vueComponent/ant-design-vue/issues/271 )
10
+ - 🐞 Fix ` Upload ` component remove event no return value problem [ #259 ] ( https://github.com/vueComponent/ant-design-vue/issues/259 )
11
+
12
+
5
13
## 1.1.8
6
14
7
15
` 2018-11-11 `
Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+ ## 1.1.9
6
+
7
+ ` 2018-11-26 `
8
+ - 🐞 修复` TreeSelect ` 组件getPopupContainer不生效问题 [ #265 ] ( https://github.com/vueComponent/ant-design-vue/issues/265 )
9
+ - 🐞 修复` Carousel ` 组件按需加载不生效问题 [ #271 ] ( https://github.com/vueComponent/ant-design-vue/issues/271 )
10
+ - 🐞 修复` Upload ` 组件remove事件无返回值问题 [ #259 ] ( https://github.com/vueComponent/ant-design-vue/issues/259 )
11
+
12
+
5
13
## 1.1.8
6
14
7
15
` 2018-11-11 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 1.1.8 " ,
3
+ "version" : " 1.1.9 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
177
177
"resize-observer-polyfill" : " ^1.5.0" ,
178
178
"shallow-equal" : " ^1.0.0" ,
179
179
"shallowequal" : " ^1.0.2" ,
180
- "vue-ref" : " ^1.0.1 " ,
180
+ "vue-ref" : " ^1.0.2 " ,
181
181
"warning" : " ^3.0.0"
182
182
}
183
- }
183
+ }
You can’t perform that action at this time.
0 commit comments