74 Commits

Author SHA1 Message Date
neverland
dd20a170ab
[bugfix] Tab: should not have line animation when inited (#2459) 2019-01-07 19:22:40 +08:00
neverland
6d362dc3eb
[improvement] Template: use v-text instead of mustache (#2404) 2018-12-30 11:20:38 +08:00
neverland
dec920e36e
[new feature] Tab: add line height prop (#2357) 2018-12-22 08:56:29 +08:00
neverland
d77a240a49
[bugfix] Tab: log error when all tab disabled (#2356) 2018-12-22 08:38:54 +08:00
neverland
d9597f2a8d
[bugfix] Tab: incorrect initial line color (#2344) 2018-12-20 23:06:07 +08:00
张敏
e0e1bf0f65 [bugfix] Tabs:tab content element set overflow: hidden only when animated set (#2322) 2018-12-18 22:48:01 +08:00
neverland
347e980da9
[improvement] Tab: optimize animated tab (#2302) 2018-12-16 15:18:14 +08:00
张敏
e2c4d60058 [bugfix] Tabs:修复开启animated属性时导致的滚动问题 (#2238) 2018-12-15 18:04:25 +08:00
neverland
fea65f6858
[new feature] Tab: add ellipsis prop (#2299) 2018-12-15 17:36:13 +08:00
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
eb766e9660
update css variables (#2026) 2018-11-04 20:30:40 +08:00
neverland
11ce2a602f
[breaking change] rebuild style struct (#2021) 2018-11-03 21:08:06 +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
a3c1e49eee
[Improvement] Optimize demo test (#1053) 2018-05-12 16:08:09 +08:00
neverland
a55eda8891
[Improvement] Rebuild test system (#1051) 2018-05-12 14:04:32 +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