tangjinzhou
1572e8e70d
Merge branch 'master' into feat-1.5.0
2020-03-04 17:44:50 +08:00
tangjinzhou
a98f513a24
feat: update mentions
2020-03-04 17:37:53 +08:00
Amour1688
16e075502e
feat: add mentions ( #1790 )
...
* feat: mentions style
* feat: theme default
* feat: add mentions component
* feat: mentions API
* feat: add unit test for mentions
* feat: update mentions demo
* perf: model and inheritAttrs for mentions
* perf: use getComponentFromProp instead of this.$props
* perf: mentions rm defaultProps
* feat: rm rows in mentionsProps
* fix: mentions keyDown didn't work
* docs: update mentions api
* perf: mentions code
2020-03-04 11:34:15 +08:00
tangjinzhou
e7ff6d6602
docs: update doc
2020-03-03 21:49:34 +08:00
tangjinzhou
b2b500f70e
bump 1.4.12
2020-03-03 13:39:34 +08:00
Yoshimasa Obayashi
51812566ba
docs: update introduce of en-US, syncing with zh-CN ( #1802 )
2020-03-03 13:30:41 +08:00
tangjinzhou
a04b35f242
test: update test snap
2020-03-03 11:56:28 +08:00
tangjinzhou
d025dd7e03
Merge branch 'feat-1.5.0' of https://github.com/vueComponent/ant-design-vue into feat-1.5.0
2020-03-03 10:53:24 +08:00
tangjinzhou
738d2f442a
feat: calendar update locale
2020-03-03 10:53:12 +08:00
tanjinzhou
9f7d24dd96
test: update test
2020-03-02 18:13:30 +08:00
tanjinzhou
35ffd2b4a7
test: update table test
2020-03-02 15:17:47 +08:00
tangjinzhou
9077e181fd
feat: update table
2020-03-01 21:40:00 +08:00
tangjinzhou
292e2bc6fe
test: update transfer test
2020-02-28 16:07:10 +08:00
tangjinzhou
8f732fc421
feat: transfer support custom children
2020-02-28 16:04:37 +08:00
tangjinzhou
e0975469bc
docs: update tabs
2020-02-27 19:49:09 +08:00
tangjinzhou
1d5e5b1f7d
feat: time-picker add clearIcon
2020-02-27 11:08:49 +08:00
tangjinzhou
00a41f5ec5
feat: update timeline
2020-02-26 20:58:34 +08:00
tangjinzhou
ab8768b19b
feat: update tooltip
2020-02-26 20:20:35 +08:00
tangjinzhou
05658b7165
docs: update ad doc
2020-02-26 19:57:31 +08:00
tangjinzhou
93cf802b51
feat: update tag
2020-02-26 19:47:02 +08:00
tangjinzhou
c8160867be
docs: updatedoc
2020-02-26 17:20:49 +08:00
tangjinzhou
fce18564ca
test: update snap
2020-02-26 15:05:31 +08:00
tangjinzhou
3caabb6014
docs: add tree demo
2020-02-26 15:04:41 +08:00
tangjinzhou
5cf57f4f28
feat: tree add blockNode selectable
2020-02-26 12:03:27 +08:00
tangjinzhou
a07810568a
docs: update tree-select
2020-02-25 17:52:59 +08:00
tangjinzhou
747d5496e7
feat: update tree-select
2020-02-25 17:51:45 +08:00
tangjinzhou
10b91894f5
docs: update upload
2020-02-24 16:38:26 +08:00
tangjinzhou
548595959d
feat: add download transformFile previewFile actio
2020-02-23 20:18:20 +08:00
tangjinzhou
3e8e90da5e
perf: update select
2020-02-23 16:16:19 +08:00
tangjinzhou
147f1530ed
feat: delete Typography style
2020-02-23 14:39:17 +08:00
tangjinzhou
ec3978e955
feat: delete typography component
2020-02-23 14:37:59 +08:00
tangjinzhou
f88ce93b02
feat: steps add type、 v-model、subTitle
2020-02-23 14:34:11 +08:00
tangjinzhou
7c7b4163d9
fix: input clear icon event
2020-02-23 13:03:30 +08:00
Morphling
f564f6d0dc
fix: nativeEvent is not a complete Event object ( #1811 )
...
* fix: nativeEvent is not a complete Event object
The Spread syntax is only get own property of a Object,but many properties of Event is on it's prototypes chains, so the result is that the passed nativeEvent only has two property: isTrutsed and shiftKey
* fix semicolon
2020-02-23 10:40:39 +08:00
tangjinzhou
98a59074d3
test: update statistic test
2020-02-23 10:11:00 +08:00
tangjinzhou
ed2b541e87
test: add switch test
2020-02-22 20:37:50 +08:00
tangjinzhou
68014c67d9
feat: skeleton add avatar support number type
2020-02-22 20:28:26 +08:00
tangjinzhou
19354b0c19
docs: update rate demo
2020-02-22 20:15:09 +08:00
tangjinzhou
88f2859658
test: update radio test
2020-02-22 20:08:28 +08:00
tangjinzhou
601f9c159b
feat: update radio
2020-02-22 20:06:49 +08:00
tangjinzhou
f7ad7defe5
feat: progress support custom line-gradiend
2020-02-22 19:54:40 +08:00
tangjinzhou
c250fbf60c
test: update popover
2020-02-22 18:59:40 +08:00
tangjinzhou
e7d935cfac
feat: popconfirm add disabled support
2020-02-22 18:55:00 +08:00
tangjinzhou
2200cf0a03
feat: add pagination disabled support
2020-02-22 17:31:19 +08:00
tangjinzhou
b95760b9cd
feat: update notification
2020-02-22 16:28:21 +08:00
tangjinzhou
e43f6905be
feat: modal add closeIcon support
2020-02-22 13:22:24 +08:00
tangjinzhou
078a3e4fff
feat: meaage add key for update content
2020-02-22 10:50:43 +08:00
tangjinzhou
b85bc0e738
feat: update menu
2020-02-21 20:59:02 +08:00
Yoshimasa Obayashi
a47b2bfc6e
docs: update faq of en-US, syncing with zh-CN ( #1801 )
2020-02-21 14:50:06 +08:00
Yoshimasa Obayashi
2beccb5db7
docs: update vue-cli of en-US, syncing with zh-CN ( #1799 )
2020-02-21 14:49:23 +08:00