-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Zarm v3 开发计划 #663
Comments
增加适配 iphoneX 安全区域 这条就是 |
会不会长期支持呢,ant mobile已经很久没更新了 |
长期,我们这个项目历经5年了。 |
赞一个先 |
可以拆分成更新的任务,方便大家认领! |
文档更新日志麻烦加上时间 |
文档会区分版本 |
可以考虑添加一个 骨架屏的组件嘛 |
@zqq980214 市面上一些骨架屏的实现效果感觉都不是太好,想设计一个好用点的骨架屏。暂时还没完全想好,看情况是否先做一个简单版本。 |
不知道有没有计划开发Form组件呢?ant-mobile的最新大版本体验版已经在试验开源了哦,加油Zarm! |
暂无Form开发计划,可以结合第三方使用 |
Table组件有计划吗,能异步设置DataSource的 |
DatePicker组件建议新增日期范围选择,可以选择一个时间点到另一个时间点, |
什么时候发布稳定版本呢,急需 打开弹框类组件背景无法滚动的功能。现在只能先自己实现一下,包装一层Modal。 |
移动端什么业务需要用到弹框呢,启动广告? |
日期范围选择可以使用 Calendar 日历组件,或者自行组装 |
移动端使用Table比较少,v3版本暂无此计划 |
v3 还有部分功能未完成,敬请期待~ |
有什么需要社区帮忙开发的吗 |
@dongliang1993 重构部分已基本完成,有一些新增组件可以做进来,比如 #986 和 #813,欢迎认领提交 PR |
@JeromeLin 还有多久V3版本才能开放出来呀 |
1 similar comment
@JeromeLin 还有多久V3版本才能开放出来呀 |
V2版本的Popup组件在StrictMode情况下,无法弹出怎么解决 |
升级v3或者去掉StrictMode |
我看应该是只有dev环境下有这个问题,请问在V2版本下有解决思路吗,看样子是mountd钩子执行了两次导致的 |
Discussed in #662
v3 版本分支:feature
Originally posted by JeromeLin June 21, 2021
全面重构函数组件
新增组件
组件迭代
iphoneX
安全区域css
变量设置mountContainer
prefixCls
设置CustomInput
onChange
onFocus
onBlur
onFocus
onClear
事件,点击重置按钮请空值将触发onChange
事件CustomInput
, 配合KeyBoard
扩展自定义输入框label
,用于设置标签栏icon
变更为prefix
description
变更为after
help
变更为info
title
字体大小变更为 17pxtype
可选值cell
变更为list
size
变更为buttonSize
shape
变更为buttonShape
ghost
变更为buttonGhost
listMarkerAlign
,用于设置列表类型时标记的位置type
可选值cell
变更为list
size
变更为buttonSize
shape
变更为buttonShape
ghost
变更为buttonGhost
compact
变更为buttonCompact
listMarkerAlign
,用于设置列表类型时标记的位置hasArrow
,默认展示箭头onClose
,关闭触发的回调函数Message
组件,根节点没有被移除的 bugsize
,及相关样式onClose
,关闭触发的回调函数theme
,颜色设置通过 css 变量 --background 来定义bordered
,用于判断徽标是否有边框input
保持一致,如onChange
、onFocus
、onBlur
等onClear
事件,点击重置按钮请空值将触发onChange
事件onSlideChange
,滑动时触发Toast.useToast
下,详细用法参考官网例子BackToTop
组件更名为BackTop
mountContainer
,用于设置组件挂载节点theme
,颜色设置通过 css 变量 --background 来定义bordered
,用于判断徽标是否有边框type
color
用户设置颜色opacity
用于设置透明度columnType
用于模式设置其他
prefixCls
设置,改为在 ConfigProvider 中使用全局设置prefixCls
#708The text was updated successfully, but these errors were encountered: