Commit Graph

3868 Commits (f7b39e2d92978900c7aa21a82f0a36cdd4e406fe)

Author SHA1 Message Date
tangjinzhou 93380d6b4e fix: dist locale file lose #3684 2021-03-04 21:39:11 +08:00
zkwolf 1780dba2de
chore: update state.yml (#3733) 2021-03-03 19:26:38 +08:00
tangjinzhou bf717f1226 revert: steps 2021-02-27 23:24:09 +08:00
tangjinzhou 0a58c0800d release 2.0.1 2021-02-27 23:18:09 +08:00
tangjinzhou 9dbc46cfa6 Merge branch 'next' of github.com:vueComponent/ant-design-vue into next 2021-02-27 22:50:42 +08:00
tangjinzhou e6b7aa47ae perf: table #3531 2021-02-27 22:50:21 +08:00
ajuner f78d9aae4d
fix: update data before callback (#3725) 2021-02-27 13:50:59 +08:00
xrkffgg 4c05c46cb4
ci: update translation helper (#3727) 2021-02-27 13:49:50 +08:00
ajuner f589c8f723
fix: use window clearTimeout (#3716) 2021-02-25 17:03:19 +08:00
xrkffgg 925c71a8ae
ci: update translate (#3717) 2021-02-25 17:02:15 +08:00
tanjinzhou f8ce34a7d7 style: prettier code 2021-02-25 15:41:43 +08:00
tanjinzhou 3967926110 fix: update vue3.0.6 error 2021-02-25 15:37:09 +08:00
zkwolf 483e177e13
feat: add ribbon (#3681)
* feat: add ribbon

* feat: ribbon support text slot

* test: add ribbon test
2021-02-25 13:39:39 +08:00
xrkffgg 765b420651
ci: create translate.yml (#3699)
* Create translate.yml

* Update .github/workflows/translate.yml

* Update translate.yml
2021-02-25 13:37:49 +08:00
zkwolf 7303e9ae86
fix: select scorll in mobile (#3707) 2021-02-25 13:37:15 +08:00
ajuner 006e23ab69
fix: update alert style (#3714) 2021-02-25 13:36:31 +08:00
zkwolf f1cf66fcc4
chore: update css.js build #3678 (#3679) 2021-02-17 21:22:15 +08:00
tangjinzhou 634dafce63
Update FUNDING.yml 2021-02-16 23:40:20 +08:00
tangjinzhou 8170a6ac8e chore: update package.json 2021-02-16 23:03:45 +08:00
tangjinzhou d963151dba chore: update submodule to v2-doc 2021-02-16 21:37:07 +08:00
zkwolf 20cd96e400
fix: improve form type definition #3638 (#3669) 2021-02-07 18:32:29 +08:00
zkwolf 553dff9f61
fix: menu-item type definition #3661 (#3667) 2021-02-07 18:31:35 +08:00
tangjinzhou b61cab7746 chore: update readme 2021-02-06 21:41:36 +08:00
tangjinzhou 63feed7162 release 2.0.0 2021-02-06 21:26:46 +08:00
ajuner 3e90fa6482
refactor(alert): use composition api (#3654)
* refactor(alert): use composition api

* feat: export alert props type
2021-02-06 17:59:04 +08:00
tangjinzhou ab75379f0c fix: time-picker can not scroll to selected 2021-02-06 14:30:57 +08:00
tangjinzhou 57b9ac17fd Merge branch 'next' of github.com:vueComponent/ant-design-vue into next 2021-02-06 13:58:47 +08:00
tangjinzhou 638ccb3b11 fix: table sortOrder ts type 2021-02-06 13:58:25 +08:00
zkwolf ae41fa1127
fix: table filter (#3650) 2021-02-06 13:47:44 +08:00
zkwolf 18ce372a13
fix: improve tree type definition (#3659) 2021-02-06 13:30:08 +08:00
tanjinzhou cdac96b0bc fix: add form onSubmit prop 2021-02-04 17:41:35 +08:00
zkwolf 4e4b9d6cca
chore: improve form warning (#3641) 2021-02-04 10:48:43 +08:00
zkwolf 53f3950b81
style: move color var of table to default less (#3612) 2021-01-29 21:14:42 +08:00
zkwolf f7db3ee718
fix: correct dropdown trigger type (#3611) 2021-01-29 21:13:39 +08:00
ajuner d221171e53
feat: tooltip support color (#3603)
* feat: tooltip support color

* update
2021-01-27 23:21:48 +08:00
ajuner 10a5fb28cb
chore: fix tree type (#3598) 2021-01-26 23:48:48 +08:00
tanjinzhou 94aedeae0c feat: add radio ts export 2021-01-26 11:18:51 +08:00
tangjinzhou 295b3f9621 bump 2.0.0-rc.9 2021-01-24 14:32:24 +08:00
tangjinzhou 47a847cc43 test: update snap 2021-01-24 14:32:06 +08:00
tangjinzhou 4a92ff9cac style: prettier code 2021-01-24 13:22:45 +08:00
tangjinzhou b30a316f4b perf: update default less 2021-01-24 13:18:51 +08:00
tangjinzhou b6c75bc73c perf: update default text-color 2021-01-24 11:25:30 +08:00
tangjinzhou fa55a16f2c test: update jest 2021-01-24 00:33:38 +08:00
tangjinzhou 1ea865e59b fix: table columns ts type 2021-01-23 23:50:10 +08:00
tangjinzhou cdadeeeb04 style: remove console 2021-01-23 23:43:19 +08:00
tangjinzhou 4080b470ee chore: update jsx dep 2021-01-23 23:41:40 +08:00
tangjinzhou 6b474598e0 fix: switch not update in table(amaze issue) #3512 2021-01-23 23:41:16 +08:00
tangjinzhou 1d1ed164a6 fix: table header scrolll not reset 2021-01-23 21:54:12 +08:00
tangjinzhou a72db912f7 Merge branch 'next' of github.com:vueComponent/ant-design-vue into next 2021-01-23 17:10:32 +08:00
tangjinzhou c5b6a7ce2c fix: add pagnation events ts type #3564 2021-01-23 17:09:13 +08:00