143 Commits

Author SHA1 Message Date
chenjiahan
2550ac9111 chore: rename scopedSlots to slots in legacy cases 2020-11-14 06:47:08 +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
59ed9eee51 docs: link to vue3 site 2020-10-25 09:25:26 +08:00
chenjiahan
5e00ab978b Merge branch '2.x' into dev 2020-10-24 18:02:50 +08:00
chenjiahan
2206e77cc5 docs: update links 2020-10-24 17:25:35 +08:00
chenjiahan
d7a944e391 Merge branch 'dev' into next 2020-10-22 17:53:36 +08:00
chenjiahan
76299ef0be docs: add more component intro 2020-10-22 17:52:46 +08:00
chenjiahan
e8244c44e1 docs: remove demo-section 2020-10-22 16:44:19 +08:00
chenjiahan
b5cd336bb8 Merge branch 'dev' into next 2020-10-22 16:10:38 +08:00
neverland
7ec560fc82
docs: rename SlotProps (#7381) 2020-10-21 21:47:28 +08:00
chenjiahan
b3e415d254 docs(Checkbox): fix model-value prop 2020-10-13 20:43:56 +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
683cc88c54 types: improve ref typing 2020-10-09 19:51:43 +08:00
chenjiahan
9aabb42f9d chore(Checkbox): remove checked setter 2020-10-06 16:46:08 +08:00
chenjiahan
c0ea21dcd3 breaking change(Checkbox): need @click.stop inside a cell #7023 2020-10-02 21:36:31 +08:00
chenjiahan
1aa1b3d3a5 Merge branch 'dev' into next 2020-10-02 08:50:37 +08:00
neverland
8d2c4b1e46
feat(CollapseItem): add toggle method (#7281)
* feat(CollapseItem): add toggle method

* chore: update doc
2020-09-29 20:49:22 +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
6cd9e98ce4 chore: move useRelation to @vant/use 2020-09-27 17:46:59 +08:00
chenjiahan
9010a0edf1 chore: rename useParentField to useLinkField 2020-09-26 11:24:42 +08:00
chenjiahan
aafbcfcf04 refactor(Radio): refactor with composition api 2020-09-25 15:30:21 +08:00
chenjiahan
278ea6a439 refactor(Checkbox): refactor with composition api 2020-09-25 11:35:18 +08:00
chenjiahan
dffa6eb083 refactor(Checker): refactor with composition api 2020-09-24 19:49:00 +08:00
chenjiahan
eb68632e50 refactor(Checkbox): extract Checker component 2020-09-24 19:36:04 +08:00
chenjiahan
f7397e399d refactor: remove checkbox mixin 2020-09-24 19:10:40 +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
54c4a0c3c8 docs(Checkbox): fix toggle demo 2020-09-01 16:33:26 +08:00
chenjiahan
2c55fed8b7 docs(checkbox): fix cell demo #7039 2020-08-29 19:37:43 +08:00
chenjiahan
c32fba0f1e fix(Rate): emit warning 2020-08-22 17:26:26 +08:00
chenjiahan
07d1a2590f breaking change(Button): add success type, remove info type 2020-08-21 10:09:21 +08:00
chenjiahan
d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan
b6b6e38c45 feat: migrate Form component 2020-08-19 17:50:34 +08:00
chenjiahan
cef8daf717 feat: migrate Checkbox/CheckboxGroup 2020-08-15 07:12:09 +08:00
neverland
bb65c62b1e
fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
neverland
5364150b74
fix(Checkbox): incorrect icon position after font-size scale (#6168) 2020-04-29 18:05:54 +08:00
neverland
28bbef6b6f
fix(Checkbox): get changed value in click event (#6066) 2020-04-16 16:26:44 +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
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
chenjiahan
a8c671ecfd docs: update vant-weapp demo 2020-03-21 07:11:42 +08:00
lmx-Hexagram
f36961fe29
docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"

* docs(SwipeCell): change `v-slot` to`#`

* docs(cell): change `slot` to `#`

* docs(checkbox): change `slot` to `v-slot`

* docs(field): change `slot` to `v-slot`

* docs(checkbox): remove wrong comment

* docs(radio): change `slot` to `#`

* docs(search): change `slot` to `#`

* docs(slider): change `slot` to `#`

* docs(switch): change `slot` to `#`

* docs(PullRefresh): change `slot` to `#`

* docs(collapse): change `slot` to `#`

* docs(panel): change `slot` to `#`

* docs(swipe): change `slot` to `#`

* docs(navbar): change `slot` to `#`

* docs(tab): change `slot` to `#`

* docs(tabber): change `slot` to `#`

* docs(TreeSelect): change `slot` to `#`

* docs(card): change `slot` to `#`

* docs(submitBar): change `slot` to `#`

* docs(sku): change `slot` to `#` unsure

* docs(cell): delete waste blank line

* docs(panel): fix indentation

* docs(PullRefresh): change "count" to "Refresh Count"

* docs(radio): delete waste blank line

* docs(search): move props above the event

* docs(submitBar): delete waste `<span>`

* docs(swipCell): delete waste blank line

* docs(tabbar): merge `<img>` into one line
2020-03-20 14:12:00 +08:00
chenjiahan
b8ce2ac6d6 docs(Checkbox): add direction usage document (#5748) 2020-03-04 09:41:30 +08:00
陈嘉涵
744cbac987 feat(Form): support using CheckboxGroup 2020-02-11 10:00:28 +08:00
陈嘉涵
15390241d8 feat(CheckboxGroup): add direction prop 2020-02-10 19:37:52 +08:00
陈嘉涵
779c83bd67 docs(Radio): improve param type 2020-02-08 20:22:57 +08:00