60 Commits

Author SHA1 Message Date
neverland
16e4889a92
[improvement] update eslint config (#2288) 2018-12-14 14:24:23 +08:00
neverland
916dbd9927
[improvement] props default value (#2183) 2018-11-29 22:20:42 +08:00
neverland
a1a6bacb3c
[improvement] Tab: optimize transition (#2151) 2018-11-26 20:58:30 +08:00
neverland
56231d90bc
[bugfix] Tab: swipe-threshold less than 4 (#2128) 2018-11-23 19:53:09 +08:00
张敏
d84b13a6cc [new feature] Tabs: add animated props to change tabs with animation (#2126) 2018-11-23 19:51:47 +08:00
neverland
bef8d5eb73
[improvement] Tab: update active style (#2120) 2018-11-22 20:31:28 +08:00
neverland
ed71a88fc6
[bugfix] Tab: auto scroll top when switched in sticky mode (#2105) 2018-11-18 10:34:12 +08:00
neverland
e14b43e66a
[improvement] update eslint rules (#2089) 2018-11-15 15:30:17 +08:00
neverland
469e8191df
[bugfix] Tab: line width can be zero (#2081) 2018-11-13 21:47:46 +08:00
neverland
ef8bee73d8
[bugfix] Tab: can swipe to disabled tab (#2064) 2018-11-10 22:29:48 +08:00
neverland
3d8a2c795f
[bugfix] Tab: return default active when all tabs disabled (#1926) 2018-10-12 20:03:11 +08:00
neverland
bcfa4ed3ac
[improvement] Tab: update line style (#1908) 2018-10-09 17:44:53 +08:00
neverland
6bbecc8a90
[bugfix] Tab: color not work in card type (#1763) 2018-09-06 20:40:14 +08:00
neverland
ca91a1b498
[Improvement] Button: optimize loading (#1756) 2018-09-05 17:47:15 +08:00
fenghou
d32f9a42f3 [new feature] Tab: add scroll event (#1730) 2018-08-31 10:02:37 +08:00
neverland
fe3eb10bd3
[bugfix] Tab: should not swipe to disabled tab (#1704) 2018-08-27 20:27:48 +08:00
neverland
0f07e03e59
[bugfix] Tab: custom line color (#1686) 2018-08-24 17:48:53 +08:00
fenghou
299c5d26dd [new feature] Tab : support custom color (#1622) 2018-08-13 19:41:31 +08:00
neverland
004de364d0
[Improvement] Tab: support custom sticky offset top (#1519) 2018-07-22 14:35:00 +08:00
neverland
191f983e19
[bugfix] Tab: scroll position after activated (#1512) 2018-07-19 21:14:45 +08:00
neverland
b7b2ad9ffc
[Improvement] Tab: add change event (#1503) 2018-07-19 10:11:05 +08:00
neverland
0b735ac639
[bugfix] Tab: sticky in scroll element (#1496) 2018-07-16 20:58:03 +08:00
neverland
cc8951ffcd
[bugfix] Tab: insert order (#1372) 2018-07-01 08:06:48 +08:00
neverland
6e25b9823a
[Improvement] Tab: line resize (#1304) 2018-06-19 20:28:00 +08:00
neverland
9b01710556
[bugfix] Tab: title slot render (#1212) 2018-05-31 17:58:59 +08:00
neverland
8fb0596f36
[Improvement] Tab: add line-width prop (#988) 2018-05-04 20:22:12 +08:00
neverland
8e911c75f9
[Improvement] use bem mixin (#934) 2018-04-25 11:50:10 +08:00
neverland
051116df4c
[Improvement] add BEM helper mixin (#904) 2018-04-22 11:33:54 +08:00
neverland
ed1bff1052
[Improvement] Tab: support v-model bind active tab (#879) 2018-04-16 19:11:48 +08:00
neverland
bd80fe4e05
[Improvement] add touch mixin (#869) 2018-04-13 15:26:41 +08:00
neverland
8ed6c73528
[Improvement] Tab: click event add title param (#761) 2018-03-23 11:10:35 +08:00
张敏
4810630215
[bug fix] Tabs: fix tab content not trigger click event (#749) 2018-03-22 11:41:22 +08:00
neverland
639ef64d96
[bugfix] module circular dependency (#728) 2018-03-19 20:49:35 +08:00
neverland
ffd72e5442
[Improvement] extract component common part (#703) 2018-03-16 17:10:46 +08:00
neverland
1e9bc4065b
[Doc] improve document detail (#698) 2018-03-15 20:49:13 +08:00
张敏
e366e033ed [Improvement] Tabs: use touchend event to handle swipe (#695) 2018-03-15 14:13:26 +08:00
张敏
5cdf3b1d79 [new feature] Tabs: support switch tabs with swipe gestrue in the content (#694) 2018-03-15 10:17:51 +08:00
neverland
30e42284e9
[new feature] Popup: support getContaienr (#611) 2018-02-06 19:55:40 +08:00
neverland
c91afa231d
[Improvement] Tab: add title slot (#603) 2018-02-02 14:34:49 +08:00
neverland
e3ef5c853e
[bugfix] Tab: active not work (#572) 2018-01-24 15:31:07 +08:00
neverland
0b59725d0a
[bugfix] Swipe: use translate2d to aviod iOS11 crash bug (#518) 2018-01-08 19:57:07 +08:00
neverland
0e951b7beb
[bugfix] Tab: height calc error when use sticky (#493) 2017-12-29 14:55:46 +08:00
neverland
508cdfc0c9
[Improvement] follow eslint-plugin-vue strongly-recommended code style (#482) 2017-12-26 10:34:38 +08:00
neverland
30f22b28ed
[Improvement] optimize passive events (#478) 2017-12-25 15:58:44 +08:00
neverland
df67b005ce
[Improvement] eslint before build (#455) 2017-12-19 19:12:32 +08:00
neverland
6f2b4c99da
[Improvement] Support Vue.use to register a component (#401) 2017-12-11 20:41:19 +08:00
neverland
f9ae7e6422
[bugfix] Tab: active tab should keep center (#394) 2017-12-08 15:09:10 +08:00
neverland
d6c6e9d742
[Improvement] Tab: scroll to corrent position when sticky & tab change (#389) 2017-12-07 15:28:27 +08:00
neverland
1a0f73b12e
[Improment] improve Tab sticky fluency (#388) 2017-12-07 11:52:55 +08:00
neverland
80c2fdc18f
[new feature] Tab support sticky (#382) 2017-12-06 14:19:08 +08:00