Releases: ant-design/ant-design-mobile
Releases · ant-design/ant-design-mobile
0.9.0
- List 组件 API 调整为与 ListView 保持一致,移除List.Body, List.Footer,List.Header,title 和 footer 属性变更为 renderHeader 和 renderFooter 方法 #257
- 使用 zscroller 重构 ListView。新增
renderSectionBodyWrapper来支持渲染自定义的区块包裹组件,新增scrollerOptions - 使用 zscroller 来支持 RefreshControl (
useBodyScrolland sticky 失效),刷新回调函数由 loadingFunction 调整为 onRefresh,增加 refreshing 设置是否显示刷新状态 #。RefreshControl 只能和 ListView 结合使用,不能单独使用。 - 修复 Modal & SegmentedControl touch feedback效果 #195
- 更新 Tabbar,支持
hiddenprop - Steps 组件 icon 支持 React.Element
- 修复 Badge、NavBar、ActivityIndicator、Stepper 组件的一些样式细节问题。
- 修复 Carousel dots 隐藏失效的问题
- 修复 android uc modal 样式问题 #
- 修复 SegmentedControl 在模拟器下的样式问题
0.8.7
0.9.0-beta.0
Release 0.9.0-beta.0
0.8.6
0.8.5
0.8.4
0.8.3
Checkbox修复 同意协议 这种场景下,label中有a标签时无法触发onClick的bug。SearchBar优化动画效果。
ps: 目前listview 和 refresh-control 不兼容,正在修复中
0.8.2
- 给
body标签设置默认背景色,以及默认的font-size,html设置默认的font-size。 Grid属性扩展,每行列数可配置,提供renderItem方法。- 修复
Checkbox、Radio样式细节以及兼容性问题。 SearchBar输入框Blur状态时placeholder固定靠左对齐。Menu高度计算bugfix。
0.8.1
0.8.0
2016-08-31
UI 风格更换为 alipay 官方风格
- 修复
Object.assign兼容问题 - Picker / DatePicker 添加 disabled 支持
- InputItem 和 TextareaItem API
format改为type,移除原来type;修复 maxLength bug - ListView 增加
useBodyScrollAPI, IndexedList 支持分两步渲染 - Button
ghost从原来的单独属性,变为type下的属性值,修复样式细节问题 - Modal
footer类型更改 - Dropdown 效果和
ActionSheet.showActionSheetWithCustom效果集成到新增的Popup组件里;ActionSheet.showActionSheetWithCustomAPI 移除 ActionSheet.showShareActionSheetWithOptions支持多行,options配置项支持二维数组,callback参数增加显示行序列ActionSheet.showActionSheetWithOptions/ActionSheet.showShareActionSheetWithOptions的callback支持返回 Promise- ActionSheet react-native android 下新增
closeAPI,支持自定义内容下的编程关闭 ActionSheet - Toast rn组件修复遮挡 NavBar 问题
- 修复 rn 组件离线图片找不到问题
- 官方网站展示优化,demo 分类优化,web demo 采用 rem 和页面 scale 缩放方案,达到页面高清效果
新增 rn 组件
- Checkbox
- Carousel
- Radio
- Steps
- SearchBar
- SegmentedControl
- TabBar
- Tabs
组件变更
- Timeline 移除
- Tooltip 移除
- Tabs 拆分为 SegmentedControl、TabBar、Tabs
- Tabs tabPosition => tabBarPosition, animation => animated
组件更名
- FloatMenu => Popover
- Collapse => Accordion
- PageResult => Result
- TopNotice => NoticeBar
- Uploader => ImagePicker