50 Commits

Author SHA1 Message Date
neverland
c13b953cff
feat(IndexBar): add change event (#7296)
* feat(IndexBar): add change event

* docs(IndexBar): update event param
2020-10-08 18:56:21 +08:00
chenjiahan
a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
neverland
d0eb103cba
docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
neverland
4f9eeec752
style(Tabs): adjust default line-width to 40px (#7002) 2020-08-13 20:50:53 +08:00
chenjiahan
69ac602bc2 style(Tab): remove default border 2020-07-31 19:25:19 +08:00
chenjiahan
f08064db1c docs: update tab color 2020-07-31 19:07:20 +08:00
neverland
06b0c59d2d
style(Tab): improve text size adjust, fix ellipsis issue (#6209) 2020-05-04 16:42:47 +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
65bdc75ca6 chore: code review 2020-03-01 20:29:03 +08:00
陈嘉涵
871398b223 chore: improve test utils 2020-02-20 16:31:42 +08:00
陈嘉涵
c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵
8a679079fb feat: allow string type z-index 2020-01-28 21:34:16 +08:00
陈嘉涵
0011db7536 feat(IndexBar): add @index-bar-index-active-color less var 2020-01-28 15:39:35 +08:00
陈嘉涵
89ee8e3872 feat(IndexBar): add @index-anchor-z-index、@index-bar-sidebar-z-index less var 2020-01-28 12:01:39 +08:00
陈嘉涵
bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵
2adcfd8b8b chore: prettier test files 2020-01-19 16:16:54 +08:00
陈嘉涵
82208c42b8 chore: prettier all demos 2020-01-19 15:39:00 +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
陈嘉涵
80568816e3 docs: update install guide 2020-01-16 20:58:32 +08:00
陈嘉涵
26f2884fbb chore: remove unused registration in test cases 2020-01-14 17:48:40 +08:00
陈嘉涵
d9d63959f5 feat: add use-lock-scroll hook 2020-01-13 16:37:27 +08:00
陈嘉涵
2eb680723d feat: improve cursor 2020-01-11 15:46:47 +08:00
陈嘉涵
e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
neverland
a154e0683a
fix(IndexBar): incorrect anchor position when anchor doesn't have a parent node (#5429) 2019-12-30 21:46:53 +08:00
健忘症患者丶
4603e1633c feat(Tab): add scrollspy prop (#5273) 2019-12-16 20:17:09 +08:00
Fyerl
7aee4fb9a2 fix(Indexbar): fix some bugs (#5012) 2019-11-14 17:48:37 +08:00
neverland
aee1091c5c
chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverland
557b8ea54d
chore: add @font-weight-bold var (#4594) 2019-09-26 20:39:59 +08:00
neverland
f6f696ff73
chore: use preventDefault util (#4412) 2019-09-10 17:08:43 +08:00
neverland
ecbdc2bede
docs: type highlight (#4264) 2019-08-27 22:09:21 +08:00
neverland
959efb0ce6
docs: add version tip in en docs (#4262) 2019-08-27 19:56:30 +08:00
流采
689a579503 fix(IndexBar): fix the problem of rolling out parent boundaries when sucking bottom (#4218) 2019-08-24 16:01:55 +08:00
流采
3a65004c6f [bugfix]: IndexBar: fix sticky bug (#4184) 2019-08-22 09:41:11 +08:00
neverland
cf92bb122a
[Doc] update install guide (#4083) 2019-08-10 11:11:10 +08:00
neverland
24f5a91cd3
[improvement] add constant of border (#4078) 2019-08-09 14:15:49 +08:00
neverland
4cba618792
[improvement] List: unify text font-size (#4077) 2019-08-09 14:03:19 +08:00
neverland
3a77666e49
[improvement] update lint rules (#3970) 2019-07-26 11:47:17 +08:00
neverland
4d0d54dbf4
[bugfix] IndexBar: should update when index-list updated (#3943) 2019-07-23 20:50:08 +08:00
neverland
5d83423b34
[improvement] add padding variables (#3911) 2019-07-20 15:46:27 +08:00
流采
511087bc74 [bugfix] compatible <body /> is the scene of the scrolling container (#3844) 2019-07-15 19:36:21 +08:00
cesc fabregas
c88bab21c1 [bugfix] IndexBar: activeAnchor bug fixes (#3832)
修复 sticky 设为 false 时activeAnchor失效的bug;
修复 this.scroller 不为 window 时activeAnchor错乱的bug;
2019-07-12 09:49:10 +08:00
陈嘉涵
2c4adff307 [Doc] detailed Array typing 2019-07-11 20:44:51 +08:00
陈嘉涵
019c75506a [Doc] use ts-style type 2019-07-11 20:35:41 +08:00
neverland
73cec3ac96
[new feature] IndexBar: add sticky-offset-top prop (#3791) 2019-07-09 15:21:47 +08:00
neverland
8a1a186dac
[improvement] IndexBar: add class for active index (#3692) 2019-06-29 11:48:56 +08:00
neverland
ddb24e6762
[Doc] rename component README file (#3662) 2019-06-27 14:22:40 +08:00
neverland
75c79b7044
[improvement] rename packages dir to src (#3659) 2019-06-27 11:25:57 +08:00