-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序skyline新增标签功能支持 #14698
Labels
enhancement
New feature or request
Comments
TheKonka
added a commit
to TheKonka/taro
that referenced
this issue
Feb 23, 2024
18 tasks
koppthe
added a commit
that referenced
this issue
Apr 29, 2024
* fix(weapp): support skyline components #14698 * test: update snapshot * fix: 修复 Skyline 模式下 CustomWrapper 样式丢失问题 #14699 * chore(runner): 补充 runner 的 skyline 测试用例 * fix(mini-runner): 更新测试用例快照 * fix(types): 更新 GridView types * feat(component): 新增 grid-builder 和 list-builder * feat(skyline): 适配 open-container 组件 * feat(skyline): 补齐缺失的 skyline 组件 * test: 补全 skyline 组件测试用例 * test(mini-runner): update snapshots * test(webpack5-runner): update snapshots * test(webpack5-runner): update snapshots * test(webpack5-runner): update snapshots * chore: update ci workflow * Revert "chore: update ci workflow" This reverts commit 6d3fc8b. * test(webpack5-runner): update snapshots --------- Co-authored-by: konka <1094918@gmail.com> Co-authored-by: hemingjin <hemingjin@jd.com> Co-authored-by: ZEJIA LIU <53506531+ZEJIA-LIU@users.noreply.github.com> Co-authored-by: Zakary <zakarycode@gmail.com>
grid-view 标签的 padding属性; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个特性解决了什么问题?
支持微信小程序skyline最新标签及新增的标签属性
这个 API 长什么样?
支持skyline最新的标签
span
\snapshot
支持skyline标签新增的属性:
text
标签的overflow
\max-lines
属性;grid-view
标签的padding
属性;list-view
标签的padding
属性;sticky-header
标签的padding
\offset-top
属性;sticky-section
标签的padding
属性;详见微信小程序文档https://developers.weixin.qq.com/miniprogram/dev/component/sticky-section.html
The text was updated successfully, but these errors were encountered: