yangjinfeng
|
d86d4a6a5f
|
feat(cascader): 新增 cascader 组件 (#4992)
|
2022-12-05 16:53:29 +08:00 |
|
landluck
|
c6bff2718a
|
fix(tabs): fix issue with component init animation (#5115)
|
2022-11-29 11:26:05 +08:00 |
|
nemo-shen
|
8457af6511
|
fix(Tab): swipe invalid (#4715)
|
2021-12-31 09:53:35 +08:00 |
|
nemo-shen
|
7cbf287438
|
fix(Tab): swipe multi index with double refers (#4539)
* fix(Tab): swipe multi index with double refers
* fix(Tab): adjust swiping
|
2021-09-30 10:22:50 +08:00 |
|
nemo-shen
|
56ecd55e12
|
fix(Tab): fix init position incorrect (#4521)
* fix(Tab): fix init position incorrect
* style(Tab): prettier
|
2021-09-26 15:05:55 +08:00 |
|
nemo-shen
|
3afe10c0f9
|
fix(VantComponent): remove optionalTypes (#4501)
* fix(VantComponent): remove optionalTypes
* fix: reset project.config.json
|
2021-09-18 10:02:06 +08:00 |
|
nemo-shen
|
e2e0a2bcb1
|
refactor(VantComponent): remove null type (#4476)
|
2021-09-10 11:06:32 +08:00 |
|
rex
|
1d641b902f
|
fix(tabs): remove duplicated init offset
fix #4202
|
2021-05-18 17:27:41 +08:00 |
|
rex
|
192e87c2c6
|
refactor(relations): refactor relations & definitions (#3924)
|
2020-12-31 15:14:53 +08:00 |
|
rex
|
eaf513bf2f
|
perf(tab): set container once after mounted (#3875)
|
2020-12-18 15:04:31 +08:00 |
|
HadesZ
|
f321e202f4
|
[fix]:修复tabs在初始化的时候active的值被tabs的默认值给覆盖掉的问题 (#3874)
|
2020-12-18 14:56:03 +08:00 |
|
zhongnan
|
b5ea04eb10
|
perf(tags): remove useless code
|
2020-12-17 19:45:48 +08:00 |
|
zhongnan
|
b28d128991
|
fix(tab): use groupSetData to keep tab render sync
fix #3290, fix #1867
|
2020-12-16 23:33:46 +08:00 |
|
rex
|
0cd64e92e5
|
perf(tab): improve wxs style assemble & export resize methods (#3827)
fix #3676
|
2020-12-09 13:53:58 +08:00 |
|
rex
|
f1ea060b25
|
fix(tab): correct line position in complete mode (#3777)
* fix(tab): correct line position in complete mode
fix #3767, fix #3579
* refactor(tabs): remote console.log
|
2020-11-23 20:06:36 +08:00 |
|
rex
|
101e0f463b
|
build(typings): use miniprogram-api-typings & update quickstart (#3746)
fix #3699
|
2020-11-11 11:20:31 +08:00 |
|
rex
|
9bdfd34487
|
fix(tab): line-width support string (#3628)
fix #3620
|
2020-09-22 14:55:53 +08:00 |
|
neverland
|
2307f28d7b
|
feat(Tabs): remove default border (#3519)
|
2020-08-13 20:59:43 +08:00 |
|
neverland
|
3634840bb0
|
feat(Tabs): adjust default line-width to 40px (#3518)
|
2020-08-13 20:55:48 +08:00 |
|
rex
|
e047a89079
|
fix(tab): rollback line style refactor (#3511)
fix #3492, fix #3504
|
2020-08-12 14:23:19 +08:00 |
|
rex
|
2958daf809
|
refactor(tab): adjust padding in complete mode (#3459)
* refactor(tab): adjust padding in complete mode
* docs(tab): update readme
|
2020-08-07 10:47:33 +08:00 |
|
rex
|
2d47fb418f
|
fix(tab): avoid swipe to disabled tab (#3467)
fix #3321
|
2020-08-01 10:21:49 +08:00 |
|
Lindy
|
ac6b34a823
|
fix(Sticky): pageScroll bind page (#3092)
* fix(Sticky): pageScroll miss this
* fix(Sticky): pageScroll miss this
|
2020-04-28 20:38:50 +08:00 |
|
chenjiahan
|
44fc8b065c
|
chore: prettier evenything
|
2020-04-25 10:59:58 +08:00 |
|
rex
|
a54f0af5dd
|
fix(Tab): set container when change active (#2817)
fix #2782
|
2020-03-03 19:29:21 +08:00 |
|
Waiter
|
855cfa5d94
|
chore: change some style (#2773)
* chore: change some style
* chore: change some code
* fix(Tabs): 调整初始化时机
|
2020-02-18 20:33:39 +08:00 |
|
Waiter
|
9d6ef0e955
|
refactor: refactor relation (#2760)
|
2020-02-14 16:56:37 +08:00 |
|
Waiter
|
6ea006006f
|
fix(Tabs): fix disabled event data (#2758)
|
2020-02-14 15:19:02 +08:00 |
|
rex
|
0d9850a11d
|
fix(Tab): support set animated dynamic (#2712)
fix #2597
|
2020-01-23 10:29:33 +08:00 |
|
rex
|
ef1e747869
|
fix(Tab): fix prop active not work in init (#2395)
fix #2390
|
2019-11-26 21:33:21 +08:00 |
|
rex
|
45f4c6c133
|
fix(Tab): fix getComputedName of undefined error (#2376)
fix #2335
|
2019-11-25 14:57:57 +08:00 |
|
rex
|
7d7cfd12b3
|
feat(Tab): add new prop ellipsis & improve performance (#2334)
fix #1605, fix #2297
|
2019-11-19 11:50:50 +08:00 |
|
rex
|
60453083b3
|
feat(Tab): add new prop lazyRender & improve performance (#2328)
Tab
add new prop lazyRender
improve performace
Sticky
add new prop container
|
2019-11-18 21:15:20 +08:00 |
|
Mondo
|
002f26fb3c
|
fix(Tabs): 修复选项卡竖向滚动时不触发scroll事件 (#2299)
|
2019-11-14 17:13:08 +08:00 |
|
Mondo
|
94e71d1509
|
fix(Tabs): 修复滑动切换模式下激活选项错误 (#2293)
|
2019-11-13 15:10:31 +08:00 |
|
rex
|
66fbfacf19
|
refactor(Tab): refactor component with Sticky (#2285)
fix #2253 #2122
Tab
support css variables
|
2019-11-12 14:32:36 +08:00 |
|
ShuaiKang Zhang
|
a14ad6e384
|
fix(Tabs): fix some error when component init (#2133)
|
2019-10-10 17:58:50 +08:00 |
|
ShuaiKang Zhang
|
ee3bf31ff2
|
feat(Tab): improve the prop of Tab (#2082)
|
2019-09-27 17:47:38 +08:00 |
|
neverland
|
c0901b8023
|
fix(Circle): initial ctx (#2005)
|
2019-09-09 20:41:23 +08:00 |
|
rex
|
e5945c5459
|
[bugfix] Tab: 修复极端情况激活态异常
|
2019-08-15 15:58:19 +08:00 |
|
rex
|
c9fcdd70bf
|
build: update compiler
fix #1591
|
2019-08-12 19:57:38 +08:00 |
|
rex
|
da04fb0c1a
|
[new feature] Tab: add new external class nav-class、tab-class、tab-active-class
fix #1313
|
2019-03-08 12:00:53 +08:00 |
|
rex
|
6b16d7b4cd
|
[bugfix] Tab: offset-set not work、build class wrong
fix #1310
|
2019-03-04 10:12:18 +08:00 |
|
rex
|
ff94a7d6cd
|
[improvement]: change miniprogram-api-typings for typescript definition
|
2019-02-25 19:59:55 +08:00 |
|
rex
|
74cb663c85
|
[new feature] Tab: refactor component & add new slot
支持 #1316
pull request 改动点:
* refactor sticky implementation
* improve performance
* add new slot left-nav & right-nav
|
2019-02-25 10:11:35 +08:00 |
|
neverland
|
a0bfe6959b
|
[bugfix] Tab: should not have line animation when inited (#1295)
|
2019-02-13 16:24:21 +08:00 |
|
张敏
|
03fa90dd9d
|
[bugfix] Tabs:回滚使用IntersectionObserver实现的sticky效果
|
2019-01-19 18:50:38 +08:00 |
|
neverland
|
efc74f7782
|
[new feature] Tab: add line-height prop (#1205)
|
2019-01-10 21:26:48 +08:00 |
|
张敏
|
f5306b88c1
|
[improvement] Tabs:sticky实现优化,不依赖外层的scrollTop (#1197)
|
2019-01-10 17:34:21 +08:00 |
|
张敏
|
7a77aa69a7
|
[bugfix] Tabs:修复开启animated时导致的滚动问题 (#1030)
|
2018-12-20 17:37:37 +08:00 |
|