Commit Graph

2774 Commits (74133d18af3093ea34c159d8da4a4831c3b23239)

Author SHA1 Message Date
tangjinzhou 74133d18af fix: remove transfer warning #4574 2021-08-26 09:57:37 +08:00
CandyTong f1488e1545
fix(auto-complete): cannot use configProvider prefixCls #4566 (#4568)
Co-authored-by: candychuang <candychuang@tencent.com>

close #4566
2021-08-24 23:01:20 +08:00
tangjinzhou 72b1312209 release 1.7.7 2021-08-07 15:26:34 +08:00
tangjinzhou e99e382ce6 docs: update publicPath 2021-08-07 15:17:38 +08:00
BeADre 89c134a7b7
fix(icon): ensure icon data is valid (#4460)
close #2745
2021-08-04 23:02:56 +08:00
zkwolf b0d226d33e
feat(table): support expandIcon slot (#4448)
close #4444
2021-08-02 17:09:22 +08:00
John 4c559c86ab
docs(space): update `space` document layout #4426 (#4454) 2021-07-31 11:10:50 +08:00
青沛 66219e2b86
docs(update): update documents (#4453)
Co-authored-by: zhangxuelin@xd.com <zhangxuelin@xd.com>
2021-07-31 07:40:55 +08:00
John 6953698385
fix(empty): cannot get `prefixCls` in `configProvider` #4446 (#4447)
close #4446
2021-07-30 16:12:27 +08:00
Darma1106 a4ce890dd6
perf(tabs): active tab color(#4241) (#4417) 2021-07-30 16:05:20 +08:00
tangjinzhou 74007fbb16 Merge branch '1.x' of github.com:vueComponent/ant-design-vue into 1.x 2021-07-14 11:36:35 +08:00
tangjinzhou 833cd47955 docs: update doc 2021-07-14 11:36:25 +08:00
zkwolf 72ca67b103
feat: tree-select support showArrow (#4360) 2021-07-14 10:32:49 +08:00
tangjinzhou 9b5a36186b docs: update anchor feature 2021-07-11 14:54:56 +08:00
zkwolf 4eb26eaec3
feat(input-password): accept global prefixCls (#4280)
* fix(input-password): accept global prefixCls

* fix(input-password): suffix icon style
2021-07-08 09:51:37 +08:00
zkwolf 5c8b82ccf4
feat(tree): support global title slot (#4299)
* feat: global tree title slot

* docs: add context menu demo

* test: update snapshot
2021-07-01 15:21:48 +08:00
tangjinzhou 56991e5488 doc: update table resize demo #4285 2021-06-28 21:09:05 +08:00
undefined e1ac8ce6f0 release 1.7.6 2021-06-26 21:01:17 +08:00
undefined e218afd787 test: update snap 2021-06-26 21:00:58 +08:00
undefined d0c7c0b128 fix: table expanded error #4223 2021-06-26 20:35:53 +08:00
John fb94e7c119
docs(popover): update style #4167 (#4196) 2021-06-10 22:19:19 +08:00
Ken 2f1eb4bbb7
fix: TimePicker input should be readonly like DatePicker. fix #4084 (#4085) 2021-05-23 20:17:24 +08:00
vuthanhbayit 9bb90e78d1
fix: input-number type not work (#4049) 2021-05-10 10:41:32 +08:00
Archer03 23ab83c533
fix: set false as default to validateOnRuleChange in FormModel (#4040) 2021-05-09 20:48:26 +08:00
tangjinzhou 23fb9fae7c release 1.7.5 2021-05-09 15:00:33 +08:00
tangjinzhou f4d8db07fa docs: add ad link 2021-05-09 14:18:09 +08:00
donley 45c7163b58
fix: mode='month' a-date-picker disabledDate prop is invalid (#3988)
* fix: mode='month' a-date-picker disabledDate prop is invalid

* chore: code-factory errors

* chore: remove example codes

* fix: the date-picker disabledDate is invalid when mode is year
2021-05-08 15:09:19 +08:00
Michael Long 3e617bd4d2
docs(table): require `Column.key` in certain cases (#4019)
Prop `Column.key` is required if using template style api (#2501)
2021-05-07 13:38:54 +08:00
zkwolf c0c3b93f0f
chore: remove ci token (#3992)
* chore: remove ci token

* test: update snapshot

* test: update snapshot
2021-04-26 22:17:32 +08:00
John 958e5e488e
fix: input-number ready not work #2971 (#3968) 2021-04-21 15:10:27 +08:00
John bb56898edc
test: update table test case (#3967) 2021-04-21 14:53:25 +08:00
John cc257200e5
fix(1.x/radio): replace 'outline' with 'box-shadow' (#3954)
* fix(radio): replace 'outline' with 'box-shadow'

Closes #3671

* style: remove comment
2021-04-17 08:02:59 +08:00
tangjinzhou 5cec702e0c fix: menu flash #3951 2021-04-17 07:53:08 +08:00
John c2449f568e
docs: keep current path when switching versions (#3927) 2021-04-12 12:33:10 +08:00
John 96709926e8
fix(input): `v-model` modifiers not work (#3817)
* fix(input): `v-model` modifiers not work

* refactor: update
2021-04-11 08:27:39 +08:00
Mr小刘 e95eb61bcb
feat(tbale): 分组表头支持固定-1.x (#3896)
* feat(table): 分组表头支持固定

* docs(table): 增加分组表头固定的英文文档
2021-04-10 21:22:08 +08:00
代娃~ 663aa34d84
docs(table): change rowSelection.selections's default value in chinese docs (#3908) 2021-04-08 11:21:45 +08:00
viruscamp 3761eddb4b
feat: add event update:filterDropdownVisible for Table.Column (#3893)
It's same as event filterDropdownVisibleChange, but can be used with prop as ':filterDropdownVisible.sync="filterDropdownVisible"' for short.
It's the base of other props in Table.Column to add event update:prop to use ':prop.sync' shorthand.
Next events for other props will be update:filteredValue and update:sortDirections.
2021-04-05 10:37:04 +08:00
viruscamp 6fca13fb2c
feat: add event update:expandedRowKeys for Table (#3892)
It's same as event expandedRowsChange, but can be used with prop as ':expandedRowKeys.sync="expandedRowKeys"' for short.
2021-04-04 22:20:34 +08:00
zkwolf 61fa2cfdf6
fix: select trigger disabled option (#3867) 2021-03-28 20:29:45 +08:00
Young 8fc617a4d7
fix:upload component method props not work (#3843)
Co-authored-by: zhenyangliu <liuzhenyang@cfilmcloud.com>
2021-03-27 22:14:57 +08:00
ajuner e0967d9d7e
fix: Microsoft input triggers onchange twice (#3825) 2021-03-20 14:29:23 +08:00
Ken cdde89b17e
fix 'ABackTop visible issue under KeepAlive' (#3802) 2021-03-15 18:17:33 +08:00
tanjinzhou 7c1a14bb5e chore: opensource v1-doc 2021-03-12 15:48:30 +08:00
tanjinzhou 28325c0507 chore: opensource v1-doc 2021-03-12 15:47:29 +08:00
zkwolf 5e139a13e8
fix: revert the default ttab size of card (#3788) 2021-03-12 14:54:07 +08:00
John 976b0b409c
feat: add `dialogStyle` prop (#3794) 2021-03-12 14:52:35 +08:00
zkwolf dfcdf92f7a
fix: drawer esc keydown #3148 (#3790) 2021-03-12 14:51:06 +08:00
Kaworus dced59c65c
feat: add prop tab-size for card (#3762)
* feat: add param tab-size for card

* feat: add param tab-size for card
2021-03-09 15:52:18 +08:00
tangjinzhou 48181af9d6 release 1.7.4 2021-02-28 23:50:22 +08:00