neverland
|
dc3fee12c1
|
chore: fix prettier version (#7739)
* chore: fix prettier version
* docs: fix
|
2020-12-14 17:04:43 +08:00 |
|
neverland
|
862adcd8eb
|
docs: display all less variables (#7604)
|
2020-11-22 16:02:46 +08:00 |
|
neverland
|
a3b9e67d36
|
docs: fix grammar errors (#7594)
|
2020-11-20 20:39:40 +08:00 |
|
neverland
|
5b4e063fa9
|
fix(Swipe): leak when width has decimal (#7562)
|
2020-11-15 15:33:49 +08:00 |
|
neverland
|
818192c1c8
|
fix(Swipe): item should only rendered once (#7466)
|
2020-11-01 10:47:09 +08:00 |
|
neverland
|
faefd7ec85
|
fix(Swipe): incorrect lazy render when loop is false (#7465)
|
2020-11-01 10:28:33 +08:00 |
|
neverland
|
2bd597ecfd
|
docs(Swipe): add resize faq (#7459)
|
2020-10-31 08:30:39 +08:00 |
|
chenjiahan
|
01f3040ac7
|
docs: adjust resize method description
|
2020-10-29 22:46:27 +08:00 |
|
chenjiahan
|
2206e77cc5
|
docs: update links
|
2020-10-24 17:25:35 +08:00 |
|
chenjiahan
|
76299ef0be
|
docs: add more component intro
|
2020-10-22 17:52:46 +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 |
|
neverland
|
d9e24286d2
|
fix(Swipe): can't disable loop in some cases (#7208)
|
2020-09-18 21:53:50 +08:00 |
|
neverland
|
deeff0bdec
|
fix(Swipe): incorrect indicator color trantision (#7207)
|
2020-09-18 21:49:54 +08:00 |
|
neverland
|
d0eb103cba
|
docs: remove earlier version tags (#7109)
|
2020-09-05 07:13:47 +08:00 |
|
neverland
|
ebb964aed8
|
fix(ImagePreview): fit orientationchange (#6825)
* fix(ImagePreview): fit orientationchange
* chore: remove log
|
2020-07-20 22:41:26 +08:00 |
|
neverland
|
9e0400260f
|
docs(Swipe): add faq (#6688)
|
2020-07-03 14:22:06 +08:00 |
|
neverland
|
32b0b16cb8
|
fix(Swipe): incorrect width after resize if hidden (#6084)
|
2020-04-18 10:15:52 +08:00 |
|
chenjiahan
|
7f84f8a487
|
docs: prettier all markdown files
|
2020-04-11 09:17:33 +08:00 |
|
neverland
|
14299a2011
|
feat(Swipe): improve swipe threshold (#6003)
|
2020-04-07 11:25:54 +08:00 |
|
chenjiahan
|
2fb5cca49a
|
chore: prettier source code
|
2020-04-02 15:36:02 +08:00 |
|
Fyerl
|
cbe136ebdd
|
feat(Swipe): 优化 loop: false 场景下的翻页逻辑 (#5953)
|
2020-04-01 18:02:15 +08:00 |
|
chenjiahan
|
80837e9a91
|
docs(changelog): 2.5.9-beta.0
|
2020-03-29 07:20:08 +08:00 |
|
neverland
|
8dd5d9aead
|
fix(Swipe): incorrect offset after resize (#5922)
|
2020-03-27 15:07:04 +08:00 |
|
chenjiahan
|
365f2b16f7
|
feat(Swipe): add lazy-render prop
|
2020-03-22 15:39:34 +08:00 |
|
chenjiahan
|
f701de9e58
|
refactor(Swipe): use flex layout
|
2020-03-22 07:48:16 +08:00 |
|
chenjiahan
|
90cc5744e2
|
chore(Swipe): use relation mixin
|
2020-03-22 07:24:43 +08:00 |
|
chenjiahan
|
d8fa4b9495
|
docs: simplify $t to t
|
2020-03-21 14:46:02 +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 |
|
陈嘉涵
|
02afe720c6
|
fix(Swipe): fix wrap problems caused by decimal width in some android devices
|
2020-02-18 10:43:37 +08:00 |
|
陈嘉涵
|
a4ce9b955e
|
fix(Swipe): incorrect width when resize in invisible state (#5678)
|
2020-02-18 09:18:01 +08:00 |
|
陈嘉涵
|
aceaa2f739
|
docs: improve event param typing
|
2020-02-09 11:12:15 +08:00 |
|
陈嘉涵
|
e7d3f536c7
|
docs: improve link spacing
|
2020-02-08 20:16:04 +08:00 |
|
陈嘉涵
|
e9f96393f9
|
feat(Swipe): some props can be string
|
2020-01-31 10:04:41 +08:00 |
|
陈嘉涵
|
a49d239d69
|
docs: add method usage link
|
2020-01-25 16:48:12 +08:00 |
|
陈嘉涵
|
57d88bd586
|
docs(Swipe): improve document
|
2020-01-20 19:43:38 +08:00 |
|
陈嘉涵
|
bb53c3c758
|
chore: sort imports
|
2020-01-19 19:29:30 +08:00 |
|
陈嘉涵
|
08c84c9c38
|
chore: prettier all less files
|
2020-01-19 17:15:54 +08:00 |
|
陈嘉涵
|
389d68884d
|
chore: add trailingComma
|
2020-01-19 11:57:09 +08:00 |
|
陈嘉涵
|
cdbd67f379
|
docs: update markdown code block
|
2020-01-18 20:14:16 +08:00 |
|
陈嘉涵
|
9bcfddc958
|
docs: add import when using Toast or Notify
|
2020-01-18 08:25:24 +08:00 |
|
陈嘉涵
|
80568816e3
|
docs: update install guide
|
2020-01-16 20:58:32 +08:00 |
|
陈嘉涵
|
11315787ec
|
feat(Swipe): pause autoplay when page hidden
|
2020-01-16 10:56:45 +08:00 |
|
陈嘉涵
|
26f2884fbb
|
chore: remove unused registration in test cases
|
2020-01-14 17:48:40 +08:00 |
|
陈嘉涵
|
cb3934cdf8
|
chore: fix swipeTo case may fail
|
2020-01-14 17:22:32 +08:00 |
|
陈嘉涵
|
2eb680723d
|
feat: improve cursor
|
2020-01-11 15:46:47 +08:00 |
|
陈嘉涵
|
4ed3bd4c7e
|
feat: improve cursor of some components
|
2020-01-11 08:42:03 +08:00 |
|
陈嘉涵
|
e16239e426
|
docs: update version tag
|
2020-01-10 21:06:05 +08:00 |
|
neverland
|
2d6f633c7a
|
feat(Swipe): add prev、next method (#5548)
|
2020-01-10 17:51:34 +08:00 |
|
neverland
|
6ed535c013
|
fix(Swipe): avoid Vue 2.6 event bubble issues (#5346)
|
2019-12-22 09:32:16 +08:00 |
|
neverland
|
93df00ce85
|
fix(ActionSheet): should not submit form (#5181)
|
2019-12-03 17:48:41 +08:00 |
|