Commit Graph
118 Commits
Author SHA1 Message Date
neverlandandGitHub 0b68d3a141 types: improve ref typing (#8124)
* types: improve ref typing

* types: message
2021-02-10 20:57:24 +08:00
neverlandandGitHub d2ab580f74 style: add var ext (#8063) 2021-02-02 20:31:14 +08:00
chenjiahan 51bc1cee8a docs: remove all v2 version tag 2021-01-10 19:08:09 +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 81f15e868a test(Stepper): update test cases 2020-12-28 20:58:09 +08:00
chenjiahan 81494dfa13 fix(Stepper): should format model-value 2020-12-28 20:57:44 +08:00
chenjiahan 037b6b8c10 Merge branch '2.x' into dev 2020-12-26 15:52:18 +08:00
neverlandandGitHub b89832c03e fix(Stepper): change event emitted twice (#7820) 2020-12-26 15:09:57 +08:00
neverlandandGitHub 97509a90b1 feat(Stepper): add show-input prop (#7812) 2020-12-24 20:23:32 +08:00
晓晓晓晓晓丶vvandGitHub 88394b4b50 docs(Stepper): update stepper docs (#7789) 2020-12-22 16:53:35 +08:00
晓晓晓晓晓丶vvandGitHub d855521d5d feat(Stepper): add props 'showInput' (#7785) 2020-12-21 20:17:37 +08:00
chenjiahan 54fab50c3c docs: remove legacy locale mixin 2020-12-15 17:01:55 +08:00
chenjiahan 7a9f61c4a4 test(Stepper): fix snapshot 2020-12-10 20:19:04 +08:00
chenjiahan e026d2d83f breaking change(Stepper): rename async-change to before-change 2020-12-09 17:12:58 +08:00
chenjiahan c277603160 fix(Stepper): disabled not work 2020-12-09 16:01:46 +08:00
chenjiahan 7e03486501 docs(Stepper): use composition api 2020-12-08 21:04:27 +08:00
chenjiahan 9a6449ec31 Merge branch '2.x' into dev 2020-12-07 21:01:47 +08:00
neverlandandGitHub af81912210 docs(Stepper): fix async change demo (#7703) 2020-12-07 20:58:40 +08:00
neverlandandGitHub e20cef22a6 fix(Stepper): fix mobile safari page scroll down issue (#7701) 2020-12-07 20:36:00 +08:00
chenjiahan ea44d636ba test: demo snapshot uses enUS 2020-11-25 22:39:06 +08:00
chenjiahan 8ce14496f5 Merge branch '2.x' into dev 2020-11-22 16:06:24 +08:00
neverlandandGitHub 862adcd8eb docs: display all less variables (#7604) 2020-11-22 16:02:46 +08:00
chenjiahan 9acac4c2b1 test: update all snapshots 2020-11-21 22:27:11 +08:00
chenjiahan f34d828f25 Merge branch '2.x' into dev 2020-11-21 18:47:31 +08:00
neverlandandGitHub a3b9e67d36 docs: fix grammar errors (#7594) 2020-11-20 20:39:40 +08:00
chenjiahan 062cd546a9 chore: rename composables folder 2020-11-16 11:41:46 +08:00
chenjiahan e627805746 test: replace propsData with props 2020-11-13 23:33:15 +08:00
chenjiahan 24c4896a11 test: enable all demo snapshots 2020-11-08 20:30:51 +08:00
chenjiahan fffb9b3d5d test: fix wrapper snapshot usage 2020-11-08 20:03:39 +08:00
chenjiahan e8244c44e1 docs: remove demo-section 2020-10-22 16:44:19 +08:00
chenjiahan a370779102 chore: rename all legacy snapshot 2020-10-13 17:00:52 +08:00
chenjiahan f2b6f3d4d1 chore: rename all legacy test cases 2020-10-13 16:56:11 +08:00
chenjiahan ec943578b2 chore(Stepper): use tsx 2020-10-13 11:39:04 +08:00
chenjiahan e9c2821235 style(Stepper): adjust to inline-block 2020-10-06 17:19:19 +08:00
chenjiahan 91b47d64e6 chore: rename vShow to v-show 2020-10-02 21:41:01 +08:00
chenjiahan c2d5a18f59 Merge branch 'dev' into next 2020-09-28 11:46:26 +08:00
chenjiahan a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
chenjiahan 0072f4fe02 chore: expose utils in entry file 2020-09-27 17:11:43 +08:00
chenjiahan 9010a0edf1 chore: rename useParentField to useLinkField 2020-09-26 11:24:42 +08:00
chenjiahan 3205c20d86 fix(Stepper): input ref 2020-09-09 11:57:33 +08:00
chenjiahan a7c28548fc refactor(Stepper): refactor with composition api 2020-09-09 11:57:12 +08:00
chenjiahan 7f87c57d12 Merge branch 'dev' into next 2020-09-07 20:41:50 +08:00
neverlandandGitHub 4ffa6ead1e chore: prefer nullish coalescing (#7125) 2020-09-07 20:36:49 +08:00
chenjiahan f19386fe1f Merge branch 'dev' into next 2020-09-05 07:17:49 +08:00
neverlandandGitHub d0eb103cba docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
chenjiahan 216417eae6 chore: extract getSizeStyle 2020-08-26 18:09:32 +08:00
chenjiahan d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan 0ed0337de0 feat: migrate Stepper component 2020-08-16 15:29:57 +08:00
33ed788262 fix(Stepper): double tap to scroll in safari (#6882)
* fix(Stepper): double tap to scroll in safari

* Update index.js

Co-authored-by: neverland <416417567@163.com>
2020-07-27 15:50:58 +08:00