Commit Graph

1471 Commits (905bfd586f310e8851b2e13bf180ce48d4aeb0a2)

Author SHA1 Message Date
tanjinzhou 4cc762d6cb feat: treeSelect add replaceFields #2253 2020-05-19 14:40:41 +08:00
tanjinzhou 0466a39b5a test: update snap 2020-05-19 11:33:00 +08:00
tangjinzhou ea0f436eac fix: collapsed menu wrong mode responsively #2265 2020-05-19 07:36:19 +08:00
tangjinzhou a53ebca41d fix: drawer throw error when destroy #2254 2020-05-18 22:22:27 +08:00
tangjinzhou be8db722b9 fix: drawer throw warning #2264 2020-05-18 22:21:38 +08:00
tangjinzhou 1a595d5568 Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2020-05-17 22:41:38 +08:00
tangjinzhou 02f6fda430 fix: drawer throw error when use v-if #2254 2020-05-17 22:31:35 +08:00
super918180 55bbf94040
fix: removeTab support 0 as key
fix: removeTab support 0 as key
2020-05-17 11:25:36 +08:00
tangjinzhou ca36ffdb42 fix: date-picker input string not correct #2246 2020-05-16 22:20:26 +08:00
tangjinzhou af69044a67 style: rename getDerivedStateFromProps to getDerivedState 2020-05-16 22:18:53 +08:00
tanjinzhou d499fe031e release 1.6.0 2020-05-15 14:11:58 +08:00
tangjinzhou 741897be67 feat: custom component support tooltip 2020-05-14 22:30:46 +08:00
tanjinzhou 529f81cb54 refactor: portal 2020-05-13 18:36:53 +08:00
xrkffgg 8d050f1f49
style: fix select focused in input group (#2224) 2020-05-11 21:49:50 +08:00
xrkffgg 181d6adf6d
style: fix cascader icon disabled color (#2223) 2020-05-11 21:49:27 +08:00
xrkffgg 1d446c3c3e
style: fix datepicker disabled color (#2222) 2020-05-11 21:49:02 +08:00
tanjinzhou 96fb014b15 test: update snapshot 2020-05-08 18:00:03 +08:00
tangjinzhou c167740f63 fix: input not work at firefox #2151 #2215 2020-05-08 17:36:24 +08:00
tanjinzhou abd1b7f499 fix: input not work at firefox && sogou #2151 2020-05-08 14:24:44 +08:00
tanjinzhou 352eb84eff fix: input box cursor error #2207 2020-05-08 14:03:07 +08:00
Ozan Barsal 90131e93d9
feat(style): add @modal-header-border-color-split variable (#2179)
* add @modal-footer-border-color-split to modal.less

* add @modal-header-border-color-split to default.less
2020-05-07 13:46:35 +08:00
tanjinzhou 668f93a508 fix: tabs cannot be displayed in Safari 13 #2199 2020-05-06 18:06:03 +08:00
tanjinzhou aa63a8b68d fix: firefox trigger input change when reflow #2151 2020-05-06 18:02:30 +08:00
tangjinzhou e5391de807 fix: input trigger change at ie #2203 2020-05-06 15:05:08 +08:00
tanjinzhou 25a14d6dba test: udpate snap 2020-04-30 16:16:28 +08:00
tanjinzhou 0c8951ab5a feat: date-picker ok calendar support string value 2020-04-30 16:16:07 +08:00
tanjinzhou ff07ecd3e7 feat: cascader add search event 2020-04-30 16:15:05 +08:00
Jerik Chan 0d84ed1534
fix: table-prefix-cls is not work in class 'ant-table-thead' (#2166) 2020-04-30 10:52:53 +08:00
tanjinzhou ed528e68b7 feat: datepicker timepicker calendar support string value #718 2020-04-29 18:44:11 +08:00
tanjinzhou a28962bfe7 fix: tabs key support 0 as key #2167 2020-04-29 11:35:25 +08:00
PanStar fd28043172
fix: renderTabBar not work #2157 (#2158)
close #2157
2020-04-27 13:52:11 +08:00
tanjinzhou 5aad5681e5 test: update snap 2020-04-26 16:37:33 +08:00
tanjinzhou 138eae594d feat: date-picker add inputreadonly 2020-04-26 16:37:15 +08:00
tanjinzhou c4a72238c0 Merge remote-tracking branch 'origin/master' into 2.0 2020-04-23 15:45:01 +08:00
tanjinzhou b55fa75b93 feat: table add transformCellText for custom render cell #2109 2020-04-23 15:40:17 +08:00
tanjinzhou a9bcdc4c94 Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2020-04-23 11:45:28 +08:00
tanjinzhou c018b7ec06 fix: badge dot status position not correct #2121 2020-04-23 11:45:05 +08:00
varHarrie 39bf296b7a
feat: form-model add validateMessages prop (#2130)
close #2130
2020-04-22 11:52:24 +08:00
tanjinzhou bf52f73c5c perf: trigger animation 2020-04-21 16:13:17 +08:00
tanjinzhou f9b233f39d fix: treeNode cannot get origin column 2020-04-21 16:11:43 +08:00
tanjinzhou 7f1072aa3d test: update table 2020-04-21 16:10:37 +08:00
tangjinzhou 3995f25484 fix: select-tree throw error when showSearch #2082 2020-04-18 13:53:46 +08:00
tanjinzhou 4a0d35fb92 fix: treeNode customTitle cannot get selected state #2006 2020-04-17 18:29:44 +08:00
cubemoon 32f669bd48
fix: treeNode customTitle cannot get selected prop
* Tree组件中,treeNode配置scopedSlots: {title: 'customeTitle' },无法获取title插槽的slot-scope值

需要定制tree的title时,具体的值在treeNode的数据上,但现在无法获取title处的插槽参数。经过查看ant-design-vue源码,发现TreeNode.jsx文件在title处配置错误,希望能尽快修复

* Update TreeNode.jsx
2020-04-17 18:27:51 +08:00
tanjinzhou 1112f2f791 feat: date-picker support align 2020-04-17 17:26:32 +08:00
tanjinzhou 41a37f238c fix: slider style error #2097
close #2097
2020-04-16 16:44:54 +08:00
tangjinzhou 594256558a chore: update getSlot 2020-04-15 22:56:58 +08:00
tangjinzhou 1836b2e7f4 Merge branch 'master' into 2.0 2020-04-15 22:05:10 +08:00
tangjinzhou 13b678d68c test: update snap 2020-04-15 21:59:55 +08:00
zkwolf dc8306bea9
fix: input search style bug #2077 (#2081)
close #2077
2020-04-15 20:38:58 +08:00
baojie223 603dcec087
fix: tabBarGutter not work
* fix: #2083

* fix: #2083

Co-authored-by: baojie <baojie223@qq.com>
2020-04-15 20:26:17 +08:00
tanjinzhou 81eb401a88 fix: dropdown not update when slot change 2020-04-10 18:32:20 +08:00
tangjinzhou dd5df852ef feat: update skeleton support multiple chilren 2020-04-09 22:53:53 +08:00
tangjinzhou d10ae9c533 Merge branch 'master' of https://github.com/vueComponent/ant-design-vue 2020-04-09 22:40:59 +08:00
tangjinzhou e0bf26182b test: update snap 2020-04-09 22:40:06 +08:00
wangxueliang 62828bc2f6 fix: skeketon components show error when multiple children 2020-04-09 22:35:56 +08:00
tangjinzhou 4446dec9a6 fix: tabClick not work #2030 2020-04-08 22:58:20 +08:00
tangjinzhou 60c248d1cb style: format FolderOutlined 2020-04-06 11:18:26 +08:00
tangjinzhou 60dff2b528 Merge branch 'master' into 2.0 2020-04-05 22:44:37 +08:00
tangjinzhou 602c879879 test: update sanp 2020-04-05 22:23:19 +08:00
tangjinzhou 518cc852af Merge remote-tracking branch 'origin/master' into 2.0
# Conflicts:
#	antdv-demo
#	components/alert/__tests__/__snapshots__/demo.test.js.snap
#	components/auto-complete/__tests__/__snapshots__/demo.test.js.snap
#	components/avatar/__tests__/__snapshots__/demo.test.js.snap
#	components/badge/__tests__/__snapshots__/demo.test.js.snap
#	components/calendar/__tests__/__snapshots__/demo.test.js.snap
#	components/calendar/__tests__/__snapshots__/index.test.js.snap
#	components/card/__tests__/__snapshots__/demo.test.js.snap
#	components/cascader/__tests__/__snapshots__/demo.test.js.snap
#	components/cascader/__tests__/__snapshots__/index.test.js.snap
#	components/collapse/__tests__/__snapshots__/demo.test.js.snap
#	components/date-picker/__tests__/__snapshots__/DatePicker.test.js.snap
#	components/date-picker/__tests__/__snapshots__/demo.test.js.snap
#	components/date-picker/__tests__/__snapshots__/other.test.js.snap
#	components/dropdown/__tests__/__snapshots__/demo.test.js.snap
#	components/empty/__tests__/__snapshots__/demo.test.js.snap
#	components/form-model/__tests__/__snapshots__/demo.test.js.snap
#	components/form/__tests__/__snapshots__/demo.test.js.snap
#	components/icon/__tests__/__snapshots__/index.test.js.snap
#	components/icon/index.js
#	components/input-number/__tests__/__snapshots__/demo.test.js.snap
#	components/input/__tests__/__snapshots__/demo.test.js.snap
#	components/input/__tests__/__snapshots__/index.test.js.snap
#	components/locale-provider/__tests__/__snapshots__/demo.test.js.snap
#	components/locale-provider/__tests__/__snapshots__/index.test.js.snap
#	components/modal/__tests__/__snapshots__/Modal.test.js.snap
#	components/page-header/__tests__/__snapshots__/demo.test.js.snap
#	components/page-header/index.jsx
#	components/pagination/__tests__/__snapshots__/demo.test.js.snap
#	components/rate/__tests__/__snapshots__/demo.test.js.snap
#	components/select/__tests__/__snapshots__/demo.test.js.snap
#	components/select/__tests__/__snapshots__/index.test.js.snap
#	components/slider/__tests__/__snapshots__/demo.test.js.snap
#	components/spin/__tests__/__snapshots__/demo.test.js.snap
#	components/steps/__tests__/__snapshots__/demo.test.js.snap
#	components/switch/__tests__/__snapshots__/demo.test.js.snap
#	components/table/__tests__/__snapshots__/Table.filter.test.js.snap
#	components/table/__tests__/__snapshots__/Table.sorter.test.js.snap
#	components/table/__tests__/__snapshots__/demo.test.js.snap
#	components/tabs/__tests__/__snapshots__/demo.test.js.snap
#	components/tabs/__tests__/__snapshots__/index.test.js.snap
#	components/time-picker/__tests__/__snapshots__/demo.test.js.snap
#	components/time-picker/__tests__/__snapshots__/index.test.js.snap
#	components/timeline/__tests__/__snapshots__/demo.test.js.snap
#	components/tree-select/__tests__/__snapshots__/demo.test.js.snap
#	components/tree/__tests__/__snapshots__/demo.test.js.snap
#	components/upload/__tests__/__snapshots__/demo.test.js.snap
#	components/upload/__tests__/__snapshots__/uploadlist.test.js.snap
#	types/message.d.ts
2020-04-05 15:09:21 +08:00
tangjinzhou 6925c92212 test: update snapshot 2020-04-05 14:19:12 +08:00
tangjinzhou 35433667d4 feat: update icon 2020-04-04 22:03:18 +08:00
Jy 94b701c077
fix: defaultActiveFirstOption is true and activeKey is Falsy will ret… (#1979)
* fix: defaultActiveFirstOption is true and activeKey is Falsy will return the next child key #1727

* fix: defaultActiveFirstOption is true and activeKey is undefined #1727
2020-04-04 15:07:59 +08:00
tangjinzhou 8466ee816e
feat: update table icon
feat: update table icon
2020-04-03 17:09:28 +08:00
tangjinzhou 06573dd5d4
feat: switch steps tabs icon
Feat switch steps icon
2020-04-03 17:06:50 +08:00
tangjinzhou 4314d97632 release 1.5.1 2020-04-02 22:32:47 +08:00
tangjinzhou 34ab34a135 fix: table customRender set class and style not work #2004 2020-04-02 22:09:26 +08:00
tangjinzhou 0b7481e8ab fix: textarea shake #2005 #1964 2020-04-02 21:20:52 +08:00
cydiacen 576851da85 feat:update progress icon 2020-04-02 14:42:50 +08:00
cydiacen 108447e801 feat:update popconfirm icon 2020-04-02 12:01:54 +08:00
cydiacen c5e71f3c63 feat:update pagination icon 2020-04-02 11:57:56 +08:00
cydiacen ec50149085 feat:update page-header icon 2020-04-02 11:50:30 +08:00
tanjinzhou 3d3884bef3 fix: form.create lose slots #1998 2020-04-01 12:08:53 +08:00
tanjinzhou 33175eca19 fix: tree-select placeholder not hide when composing #1994 2020-04-01 10:48:25 +08:00
tangjinzhou c66177be6a
fix: page-header backIcon not hide when set false
fix: page-header组件设置backIcon为false,隐藏backIcon失败问题
2020-03-31 15:28:29 +08:00
tanjinzhou 5c3d7329e1 fix: remove warning 2020-03-31 15:11:55 +08:00
tanjinzhou 73fce5fc88 fix: pagnitation not work when total change #1989 2020-03-31 13:48:01 +08:00
wangxueliang 4868da0564 feat: update switch steps icon 2020-03-31 00:02:28 +08:00
wangxueliang 035e152292 feat: update tabs icon 2020-03-30 23:43:35 +08:00
mingtianyihou33 f8dbe516d9 fix: page-header组件设置backIcon为false,隐藏backIcon失败问题 2020-03-30 17:43:56 +08:00
wangxueliang 687e65d04b feat: update table icon 2020-03-29 23:54:24 +08:00
tangjinzhou f087f9d4af docs: update backers 2020-03-29 17:19:21 +08:00
tangjinzhou 41ad4c2ada test: update mentions test 2020-03-29 16:08:39 +08:00
tangjinzhou 1b60606832 fix: form-model throw error when use v-model and change at the same time #1971 2020-03-29 16:07:02 +08:00
三点包子 b7b8b01434
feat: update timer-picker tag icon (#1977) 2020-03-29 13:17:25 +08:00
三点包子 55e85a9f50
feat: feat upload new icon (#1953)
* feat: feat upload new icon

* fix: format code

* fix: upload icon code

* fix: upload bug

* test: update snapshots

* fix: gitignore
2020-03-29 13:16:41 +08:00
tangjinzhou 2dcaf5d4ab test: update snap 2020-03-28 17:52:57 +08:00
三点包子 eb67050e6d
feat: update timeline icon (#1970) 2020-03-28 15:54:31 +08:00
三点包子 2f4281a227
feat: update transfer icon (#1969) 2020-03-28 15:52:26 +08:00
三点包子 3950bdae8d
feat: update tree icon (#1963) 2020-03-28 15:50:01 +08:00
三点包子 b30faf8520
feat: tree-select icon (#1962) 2020-03-28 15:47:48 +08:00
zkwolf abeb7cfa67
feat: datepicker use new icon (#1961) 2020-03-28 15:45:37 +08:00
Amour1688 4e26496697
feat: avatar, breadcrumb and cascader use new icon (#1943)
* feat: avatar, breadcrumb and cascader use new icon

* feat: avatar icon string --> VNode | slot
2020-03-28 15:28:06 +08:00
tanjinzhou 80ca9b0644 fix: textarea scroll at firfox 2020-03-26 18:32:42 +08:00
tanjinzhou caabe4208f test: update snapshots 2020-03-26 17:26:53 +08:00
tanjinzhou e5f0a5f7e1 fix: countdown remove cloneElement 2020-03-26 17:26:23 +08:00
tanjinzhou e249b085d2 refactor: icon to normal component #1947 2020-03-26 17:25:10 +08:00
tanjinzhou ff9f408879 fix: tabs keydown event trigger twice #1947 2020-03-26 17:24:13 +08:00
zkwolf b21ec4f4dc
feat: drawer use new icon (#1955) 2020-03-26 12:39:39 +08:00