-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
1.0 Feature & Changelog #551
Comments
一些控件(RN)不支持自定义样式hin蛋疼,想着快速用antd-mobile出活,结果还是得自己重写,希望1.0版本能够给各个组件不支持style props添加上style |
@pannz 已完成 |
需要完成的放到 next milestone,发布前检查 |
@pannz 有些组件样式太多,根本没法全部style |
icon 技术方案升级后涉及的 webpack.config 的相关变化(svg-sprite-loader ),要体现到文档里。 |
RN Icon 是否也支持下?现在自己切 2x 3x png 图片不太方便。 @silentcloud |
@warmhug RN Icon 没办法做纯 UI 组件,需要 native 端支持自定义字体的,能支持的话,最初都搞了 我们可以写一个如何使用的文档,后面我补充在 Icon 的文档上 |
搞一个详细的升级指南。 |
RN Icon 我也做了支持,接入文档我也写好了 https://github.com/ant-design/ant-design-mobile/blob/master/components/icon/index.md#如何使用-rn |
New Feature
Break Change
Improve & Bugfix
|
之前已经写过一些,遗漏的我直接在上面补充编辑了 |
https://github.com/ant-design/ant-design-mobile/milestone/3
New Feature
across
API,支持通栏按钮appearTransition
API,支持初始显示的动画效果styles
属性,支持完全自定义组件细节样式 RN 组件提供 styles prop 自定义样式 #560props.locale
覆盖全局LocaleProvider
配置Tabs
超过5个自动分页,新增props.hammerOptions
可配置手势变量, 参考 API文档TabBar
新增props.dot
支持 dot 类型的 BadgeBreak Change
DatePicker
,Pagination
不再接受okText
,dismissText
属性,DatePicker
的locale
属性结构变化,参见 升级文档Slider
拆分成Slider
,Range
,createTooltip
, 使用方式参见 Slider文档, Range文档Improve & Bugfix
CheckBox
受控模式下的bug CheckboxItem初始未选中的不能切换选中状态 #784The text was updated successfully, but these errors were encountered: