nemo-shen
|
94d9926ce6
|
style(example): format
|
2021-12-21 09:51:43 +08:00 |
|
nemo-shen
|
565d71eedb
|
test(compiler): auto create example index.wxml
|
2021-12-21 09:51:43 +08:00 |
|
nemo-shen
|
6e4ebfd886
|
test(Tab): add demo test
|
2021-12-21 09:51:43 +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
|
26698e895a
|
chore: change some code (#2756)
|
2020-02-14 11:19:50 +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
|
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 |
|
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
|
ee3bf31ff2
|
feat(Tab): improve the prop of Tab (#2082)
|
2019-09-27 17:47:38 +08:00 |
|
neverland
|
9a87e64e98
|
[Doc] Tab: update demo (#1603)
|
2019-05-05 20:34:56 +08:00 |
|
neverland
|
5984383dc8
|
[improvement] optimize active color (#1437)
|
2019-03-21 15:08:59 +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
|
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 |
|
张敏
|
03fa90dd9d
|
[bugfix] Tabs:回滚使用IntersectionObserver实现的sticky效果
|
2019-01-19 18:50:38 +08:00 |
|
张敏
|
f5306b88c1
|
[improvement] Tabs:sticky实现优化,不依赖外层的scrollTop (#1197)
|
2019-01-10 17:34:21 +08:00 |
|
rex
|
ab1b07ec8c
|
[new feature] Tab: 增加新属性 dot、info、title-style
re #1059 #1153
|
2019-01-04 10:57:37 +08:00 |
|
张敏
|
7a77aa69a7
|
[bugfix] Tabs:修复开启animated时导致的滚动问题 (#1030)
|
2018-12-20 17:37:37 +08:00 |
|
张敏
|
e1b68de7fc
|
[improvement] Tabs:support swipeable and sticky property (#1019)
|
2018-12-06 15:27:24 +08:00 |
|
张敏
|
1ea6fd49d8
|
[improvement] Tabs: add animated props to change tabs with animation (#957)
|
2018-11-27 11:56:14 +08:00 |
|
neverland
|
ede23675fe
|
[improvement] optimize component registration (#846)
|
2018-11-01 20:25:27 +08:00 |
|
neverland
|
45e847caa8
|
[Doc] add Tab preview (#501)
|
2018-09-05 15:02:57 +08:00 |
|
neverland
|
216e4eb8e6
|
[new feature] add Tab component (#496)
|
2018-09-05 11:06:59 +08:00 |
|
陈嘉涵
|
cbe9eb27d6
|
[Doc] temporary remove some components
|
2018-08-09 21:15:18 +08:00 |
|
陈嘉涵
|
2f6ec315cb
|
[Doc] remove doc-page
|
2018-07-30 10:53:07 +08:00 |
|
陈嘉涵
|
84538c888e
|
[breaking change] update component prefix
|
2018-07-30 10:26:34 +08:00 |
|
Yao
|
dc673c25da
|
文档优化 (#194)
|
2018-04-15 11:21:10 +08:00 |
|
kobeCristiano
|
86152d45ce
|
[refactor] Noticebar:升级到自定义组件 (#165)
* [improvement] Tab:升级到自定义组件
* fix: 去除冗余example代码
* [refactor] 重构badge为自定义组件 (#160)
* fix: 去除tab组件使用对象入参方式,修改example用例
* refactor: 重构noticebar组件
* fix: 去除tab组件冗余属性字段
|
2018-03-25 18:30:53 +08:00 |
|
kobeCristiano
|
541517361b
|
[refactor] Tab:升级到自定义组件 (#161)
* [improvement] Tab:升级到自定义组件
* fix: 去除冗余example代码
* [refactor] 重构badge为自定义组件 (#160)
* fix: 去除tab组件使用对象入参方式,修改example用例
|
2018-03-25 11:10:09 +08:00 |
|
wny
|
e8d37a6f78
|
[new feature] 增加支持合并page生命周期的extend函数 (#90)
* [new feature] 添加支持合并生命周期的extend函数
* 增加yarn.lock
* fix comment
* 保持example引用与文档一致
|
2017-12-25 11:17:20 +08:00 |
|
Yao
|
ce5559a57e
|
[improvement] 部分组件边框实现修改 (#87)
* 使用超细边框
* 部分组件切换为 hairline
* 文档 边框替换
|
2017-12-23 14:25:41 +08:00 |
|
Yao
|
7467a30020
|
[bug fix] Tab: 修复不滚动情况下,文字过长显示问题 (#81)
* format code
* 更改传参方式 && 增加无滚动时文字过长处理
* 增加 helper 文档
* update helper doc
* update helper doc
|
2017-12-16 20:57:25 +08:00 |
|
Yao
|
e4dfc9e48c
|
[new feature] Layout: 新增 layout 组件 (#43)
* change example dir
* Update README.md
更新预览教程
* 新增 layout 组件
* exclude example
* change .wxss -> .pcss
* 脚本目录更名为 scripts
|
2017-10-31 17:41:31 +08:00 |
|