104 Commits

Author SHA1 Message Date
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
neverland
af81912210
docs(Stepper): fix async change demo (#7703) 2020-12-07 20:58:40 +08:00
neverland
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
neverland
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
neverland
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
neverland
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
neverland
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
Jake
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
neverland
b7a7e48eea
docs(Stepper): add value type faq (#6868)
* docs(Stepper): add value type faq

* docs: remove space
2020-07-25 10:18:00 +08:00
neverland
060b1fb717
feat(Stepper): add allow-empty prop (#6759)
* feat(Stepper): add allow-empty prop

* fix: remove test only
2020-07-11 10:52:28 +08:00
neverland
cd7013648d
fix(Stepper): incorrect button disable status (#6652) 2020-06-30 14:23:58 +08:00
neverland
6de66e0455
feat(Stepper): add placeholder prop (#6519) 2020-06-11 16:54:41 +08:00
neverland
8307b3d9ad
feat(Stepper): add theme prop (#6282)
* feat(Stepper): add theme prop

* docs: add round theme doc
2020-05-15 16:43:37 +08:00
chenjiahan
c6024b18b4 fix(Stepper): should not emit focus when input is readonly 2020-05-09 10:12:34 +08:00
chenjiahan
7327a481d1 fix(Stepper): should not display NaN 2020-05-09 10:10:35 +08:00
neverland
e61aa29118
fix(Stepper): incorrect value when format minus value (#6238) 2020-05-07 22:15:46 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
neverland
537e80e37a
fix(Stepper): readonly not work in lagacy mobile safari (#5976) 2020-04-01 18:15:23 +08:00
neverland
a11a8e8f8c
docs(Stepper): fix disable-input typo (#5883) 2020-03-23 14:08:29 +08:00
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
chenjiahan
7af2c99b4a fix(Stepper): skip form number validation (#5792) 2020-03-11 17:24:22 +08:00