tangjinzhou
1d9a521669
fix: floatbutton animation not work
2023-03-03 17:25:11 +08:00
tangjinzhou
516b2e5a0c
refactor: rename _style to style
2023-02-27 16:00:05 +08:00
tangjinzhou
37b5d02b6d
fix: use open, remove visible
2023-02-23 11:58:23 +08:00
tangjinzhou
f39d4894e4
refactor: form
2023-02-21 23:11:05 +08:00
果冻橙
7ddf882a99
Feat v4 fix type errors ( #6285 )
...
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
2023-02-17 22:01:30 +08:00
zkwolf
31ca070a18
refactor: grid ( #6220 )
...
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
2023-01-31 22:20:43 +08:00
tangjinzhou
8110d8cbbd
refactor: rename locale
2023-01-28 08:39:47 +08:00
tangjinzhou
b5d7d582cd
refactor: configprovider
2023-01-27 16:00:17 +08:00
tangjinzhou
94c2887c81
fix: button classname error
2023-01-26 22:13:01 +08:00
tangjinzhou
d64c6a8d53
Merge remote-tracking branch 'origin/main' into feat-v3.3
2023-01-17 18:39:55 +08:00
Nguyen Ba Hung
058bc3622a
doc: Add "format" prop for time-picker demo ( #6197 )
...
The `format` prop is used to format the display value of the time-picker.
Reference from AntDesign official docs: https://github.com/ant-design/ant-design/blob/master/components/time-picker/demo/hide-column.tsx
2023-01-17 16:55:16 +08:00
tangjinzhou
6bd8a9b984
test: update snap
2022-11-25 09:55:31 +08:00
tangjinzhou
040956819f
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-11-24 19:28:21 +08:00
Remx Xu
2a30de162c
fix typo ( #6047 )
2022-10-28 08:58:35 +08:00
Garret MH
a2f7d6d062
feat: Vue 3 Migration Build support ( #5973 ), close #5765
...
closes vueComponent/ant-design-vue#5765
Add `compatConfig: { MODE: 3 }` to all component definitions to signal to `@vue/compat` not to use any Vue 2 compatibility features.
2022-09-26 21:33:41 +08:00
tangjinzhou
07907ca7f3
test: snap
2022-09-02 16:51:56 +08:00
tangjinzhou
24c4c84576
test: update snap
2022-09-02 16:16:03 +08:00
bqy_fe
2a3798e9b4
docs(form): fix typo ( #5896 )
2022-08-22 08:59:35 +08:00
tangjinzhou
8d0155878e
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-08-07 20:03:09 +08:00
tangjinzhou
4c8131bd70
test: update snap
2022-07-25 08:41:38 +08:00
舜岳
151555b7b7
doc(site): fix Login Form style ( #5797 )
2022-07-24 09:04:22 +08:00
tangjinzhou
3d77a1c1d4
test: update snap
2022-07-07 14:39:15 +08:00
tangjinzhou
901811bc43
chore: update jest to 28
2022-07-06 17:40:21 +08:00
tangjinzhou
bb4b86a82e
feat: merge main
2022-06-13 11:07:06 +08:00
tangjinzhou
033e55af5d
test: update snap
2022-06-11 21:58:12 +08:00
tangjinzhou
e5b9308374
fix: global form message not work, close #5693
2022-06-11 21:56:41 +08:00
tangjinzhou
e907ffd759
doc: update useInjectFormItemContext, close #5667
2022-06-06 09:50:33 +08:00
tangjinzhou
44e1f020c8
fix: useForm style error, close #5635
2022-05-24 14:39:40 +08:00
tangjinzhou
efe600e89e
test: update snap
2022-05-23 10:42:09 +08:00
tangjinzhou
dd1a535943
test: update test
2022-05-22 17:01:43 +08:00
tangjinzhou
c6f692222d
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-05-19 17:20:31 +08:00
tangjinzhou
03c41177a3
fix: form clearValidate & resetValidate support array, close #5619
2022-05-19 17:13:06 +08:00
tangjinzhou
093fa555ba
feat: input add clearIcon & status
2022-05-18 22:51:45 +08:00
tangjinzhou
7a91110326
fix: global validateMessages no work, close #5599
2022-05-15 10:22:23 +08:00
tangjinzhou
5bc17f0578
feat: cascader add status & showCheckedStrategy
2022-05-14 15:40:17 +08:00
tangjinzhou
6e1f30666b
refactor: form
2022-05-11 21:52:51 +08:00
tangjinzhou
ebc2082934
fix: menu support scoped style, close #5578
2022-05-10 14:26:24 +08:00
tangjinzhou
0c879fc22d
feat: select option add title
2022-04-23 13:28:00 +08:00
tangjinzhou
7d9edbfde0
doc: update form demo
2022-04-06 16:48:23 +08:00
bqy_fe
dd0653249d
fix(FormItem): append a trigger field to the rule type ( #5439 )
2022-04-06 16:11:26 +08:00
tangjinzhou
a7ea9bbe34
test: update snap
2022-04-06 10:48:46 +08:00
tangjinzhou
797a1c6c8f
doc: update next to main
2022-03-30 19:36:12 +08:00
tangjinzhou
def6a72a77
fix: form scrollToField not work form nest field, close #5404 , #5407
2022-03-26 23:00:21 +08:00
tangjinzhou
00dc2add94
chore: update ts type ( #5408 )
...
* feat: update prop type
* feat: update ts type
* feat: update ts type
* feat: update ts type
* feat: update ts type
* test: update snap
* feat: update ts type
2022-03-26 22:52:54 +08:00
tangjinzhou
e81abe39ee
fix: form htmlFor not work, close #5384
2022-03-23 17:28:04 +08:00
tangjinzhou
ee6d489bf4
fix: formItem error repeat show, close #5349
2022-03-17 21:53:14 +08:00
tangjinzhou
4b9fe8242e
style: less typo
2022-03-17 10:23:09 +08:00
tangjinzhou
4471520e35
fix: item error when not use in form, close #5343
2022-03-16 20:39:25 +08:00
tangjinzhou
a8d5dad362
revert: formItem errorlist animate
2022-03-15 14:34:25 +08:00
tangjinzhou
cf37535d22
test: update snap
2022-03-13 16:21:16 +08:00