Commit Graph
2624 Commits
Author SHA1 Message Date
chenjiahan 06df8092d1 test(AddressEdit): update test cases 2021-01-11 21:03:32 +08:00
chenjiahan 6a184f8e93 fix(AddressEdit): should expose setAreaCode method 2021-01-11 20:44:53 +08:00
chenjiahan dc93ef3f20 chore(AddressEdit): use createCommentVNode instead of h 2021-01-11 20:12:09 +08:00
Mikasa33andGitHub ec1aef91de fix(Search): add update:modelValue emits (#7872) 2021-01-11 17:37:14 +08:00
chenjiahan 51bc1cee8a docs: remove all v2 version tag 2021-01-10 19:08:09 +08:00
chenjiahan 0f7c088f9f fix(ImagePreview): close-on-popstate not work #7880 2021-01-10 18:59:24 +08:00
chenjiahan 4c4d303363 feat(Field): add autocomplate prop #7877 2021-01-10 13:28:38 +08:00
chenjiahan e3e9012ead test(Tab): fix snapsho 2021-01-09 16:31:09 +08:00
chenjiahan dd7583e23f test(Tab): update test cases 2021-01-09 15:38:03 +08:00
chenjiahan c670f7f426 fix(Col): compatible with less 4.0 2021-01-09 10:08:33 +08:00
chenjiahan 1356f66ee1 test(Area): update test cases 2021-01-08 17:30:37 +08:00
chenjiahan 03c7b46b04 fix(Area): should expose getValues method 2021-01-08 17:30:25 +08:00
chenjiahan fd8ac0a582 test(Slider): update test cases 2021-01-07 20:46:47 +08:00
chenjiahan eb47a3948d test(SwipeCell): update test cases 2021-01-07 19:22:43 +08:00
neverlandandGitHub 013bcd1418 docs(ActionBar): remove legacy primary prop 2021-01-06 23:31:18 +08:00
chenjiahan d58b5ae610 test(Field): update test cases 2021-01-05 22:35:03 +08:00
chenjiahan a0f18e1e57 test(Popup): update test cases 2021-01-04 20:49:51 +08:00
chenjiahan eed972d99a test(Sticky): update test cases 2021-01-03 16:20:24 +08:00
chenjiahan ccc7f3be31 test(IndexBar): update test cases 2021-01-03 14:39:30 +08:00
chenjiahan 711ffd9d30 test(Dialog): update test cases 2021-01-02 21:42:26 +08:00
chenjiahan 101b416fa2 docs(Dialog): fix before-close description 2021-01-02 21:23:47 +08:00
chenjiahan 1bfc4d32ed test: using isVisible 2021-01-02 21:06:27 +08:00
chenjiahan 866d9c0381 test: prefer using classes 2021-01-02 21:00:11 +08:00
chenjiahan c261bcc4a7 test: rename destroy to unmount 2021-01-02 20:51:50 +08:00
chenjiahan 1ff0c18d15 test(List): update test cases 2021-01-02 20:51:31 +08:00
chenjiahan b79c32183f fix(List): should watch error prop and check position 2021-01-02 20:47:56 +08:00
chenjiahan 4fb58297d6 test(NoticeBar): update test cases 2021-01-02 20:19:02 +08:00
chenjiahan b6efeaf4f9 test(Notify): fix snapshot 2021-01-02 17:31:21 +08:00
chenjiahan 3a0b6d1c30 Merge branch '2.x' into dev 2021-01-02 17:20:30 +08:00
neverlandandGitHub 5ac6996e56 feat(Calendar): add scrollToDate method (#7847) 2021-01-02 17:02:10 +08:00
neverlandandGitHub 9582cd2fae feat(Loading): add text-color prop (#7846) 2021-01-02 16:38:38 +08:00
neverlandandGitHub 3344e31a92 types(IndexBar): add scrollTo method (#7845) 2021-01-02 16:31:24 +08:00
chenjiahan 623fa084c9 Merge branch '2.x' into dev 2021-01-02 16:23:31 +08:00
chenjiahan 477e9f2e02 test(Tabbar): update test cases 2021-01-02 13:13:53 +08:00
neverlandandGitHub fd385bce9d docs(NumberKeyboard): add random key order demo (#7844) 2021-01-02 12:59:55 +08:00
nemo-shenandGitHub 5137fcf76f feat(NumberKeyboard): add number random prop (#7841) 2021-01-02 12:47:26 +08:00
chenjiahan b03341792e test: update legacy test cases 2020-12-31 16:06:49 +08:00
chenjiahan 54d2717267 Merge branch '2.x' into dev 2020-12-30 17:40:52 +08:00
chenjiahan 3e09154f75 docs(Form): add version tag 2020-12-30 17:36:48 +08:00
Mikasa33andGitHub 149cde1ce1 feat(Form): add disabled and readonly prop (#7830)
* feat(Form): add disabled and readonly prop

* chore(Field): 使用 getProp 方法

* fix(Field): 将 computed 改为直接取值
2020-12-30 17:31:40 +08:00
Mikasa33andGitHub 8da1e23d53 feat(Form): add disabled and readonly prop (#7829)
* feat(Form): add disabled and readonly prop

* chore(Field): 使用 getProp 方法

* fix(Field): 将 computed 改为直接取值
2020-12-30 17:29:42 +08:00
chenjiahan 568ba3d815 chore(Calendar): remove unused getDate 2020-12-30 17:27:57 +08:00
a5ce7f487f fix(Calendar): change props.data to props.date to fix getDate bug #7837 (#7838)
Co-authored-by: sanfordliao <sanfordliao@tencent.com>
2020-12-30 17:24:59 +08:00
chenjiahan 30c364449d test: fix failed snapshot 2020-12-30 17:24:29 +08:00
chenjiahan 0811479764 fix(Popup): should remove lock scroll before destroyed #7835 2020-12-29 20:40:25 +08:00
chenjiahan 650f6cdacd test: await trigger 2020-12-29 20:33:41 +08:00
chenjiahan b3feaf01c9 chore(Picker): improve variable names 2020-12-29 20:11:33 +08:00
晓晓晓晓晓丶vvandGitHub 5d75aabaae feat(Picker): custom columns children key (#7791) 2020-12-29 19:53:12 +08:00
晓晓晓晓晓丶vvandGitHub 680c93d103 feat(Loading): add text-color prop (#7806) 2020-12-29 19:52:18 +08:00
6972afffb5 fix(DatetimePicker): 英文文档翻译 (#7834)
Co-authored-by: kienshin <1034131477@qq.com>
2020-12-29 11:55:16 +08:00