Skip to content

Releases: ant-design/ant-design-mobile

2.0.0-beta.0

13 Sep 10:22
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

The first [email protected] beta release: #1823 🎉

1.6.5

29 Aug 05:09
Compare
Choose a tag to compare
  • Bug Fix
    • Fix SeachBar cancel can not blur. (#1721)
    • Fix InputItem unkown props warning。(#1754)
    • Fix InputItem[type='money'] focused do not work when init. (#1758)

  • Bug Fix
    • 修复 SeachBar cancel 无法自动 blur 的问题。(#1721)
    • 修复 InputItem unkown props warning。(#1754)
    • 修复 InputItem[type='money'] focused api 在初始化时不生效的问题。(#1758)

1.6.4

29 Aug 02:18
Compare
Choose a tag to compare
  • Bug Fix

    • Fix SeachBar in specific Client when onClear event was triggered, the SearchBar can't be auto focused. (#1721)
    • Fix ListView scrollerOptions undefined. (#16)
    • Fix SwipeAction touchabled feedback conflict with swipe gesture
    • Fix Stepper icon can not custom icon color。(#1694)
    • Fix React Native ImagePicker throw error in react 16. (#1707)
    • Fix SwipeAction z-index conflict with InputItem. (#1720)
  • Improve && Enhancement

    • upgrade rmc-picker to v4。(#1593)
    • SearchBar support MaxLength
    • InputItem[type=money] refactor to use global standalone instance。 (#1724)
    • SearchBar refactor to clear not blur。(#1731)
    • Picker support visiable in controlled mode。(900f691)

  • Bug Fix

    • 修复 SeachBar 在特定客户端内onClear事件触发时无法自动 focus 到搜索栏的问题。(#1721)
    • 修复 ListView 空保护 bug (#16)
    • 修复 SwipeAction 触摸反馈与滑动冲突的问题
    • 修复 Stepper icon 不支持自定义颜色。(#1694)
    • 修复 RN ImagePicker 不兼容 react 16 error. (#1707)
    • 修复 SwipeActionInputItem z-index 冲突的问题。(#1720)
  • Improve && Enhancement

    • 统一升级 rmc-picker 到 v4。(#1593)
    • SearchBar 支持 MaxLength
    • InputItem[type=money] 虚拟数字键盘重构,全局独立复用。(#1724)
    • SearchBar 清除交互体验优化。(#1731)
    • Picker 显示支持受控模式。(900f691)

1.6.3

15 Aug 09:48
Compare
Choose a tag to compare
  • Bug fix

    • 修复 TextareaItem 不正确处理换行符长度的问题。 (#1265)
  • Improve && Enhancement

    • SwipeAction 防止竖滑误触发;禁用时性能优化;滑块宽度自适应。 (#1595)

  • Bug fix

    • Fix TextareaItem calculate new line charater length。 (#1265)
  • Improve && Enhancement

    • SwipeAction ignore swipe vertical; ;Remove event binding when disabled; auto adjust swipe button width。 (#1595)

1.6.2

13 Aug 13:39
Compare
Choose a tag to compare
  • Improve && Enhancement
    • Tabs 支持 data-* 属性 (#1648)

  • Improve && Enhancement
    • Tabs support data-* attribute (#1648)

1.6.1

12 Aug 05:05
Compare
Choose a tag to compare

2017-08-12

  • Bug Fix

    • 修复 TextareaItem 输入表情符号计数不正确的bug (#1670)
    • 修复 SwipeAction 只设置 left 或者 right 时,相反一边还可以滑动的问题;(#1655)
    • 修复 RN InputItem 自定义样式 color 不生效(被强制覆盖)的问题; (#1471)
    • 修复 Toast[mask=false] 时跟随页面滚动问题;(#1642)
    • 修复 ListView 存在body滚动条的时候,无法实现滚动到顶部在下拉刷新; (#1588)
  • Improve && Enhancement

    • 网站导航栏高亮 (#1534)

1.6.0

29 Jul 17:38
Compare
Choose a tag to compare
  • Feature

    • Tabs 新增支持Badge (#1604)
    • Modal 支持placeholder (#1603)
  • Bug Fix

    • 修复SearchBar onClear时存在的样式渲染问题 (#1621)
    • 修复SearchBar 支持data-* 属性. (bbb358)
  • Improve && Enhancement

1.5.0

22 Jul 03:21
Compare
Choose a tag to compare
  • Feature

    • ListItem 支持 onLongPress. (#1533)
  • Bug Fix

    • 修复 Tabs 滑动浮层覆盖 Popup 蒙版的问题。(#1512)
    • 修复 Switch 在 android 上 0.5px 导致显示不正常的问题。(86dabf)
    • 修复 React Native Modal.prompt 键盘遮挡的问题。(#1489)
  • Improve && Enhancement

    • 增加对 Icon svg-sprite-loader 可能未正确配置的检测和 warning。(#1574)

1.4.2

12 Jul 02:52
Compare
Choose a tag to compare

2017-07-12

  • Bug Fix

    • 修复 Toast 未以自身中心点纵向居中。 (#1389)
    • 修复目前未实现的 NavBar、Menu、Range、Table 引入 react-native 版本组件报错的问题。(#1526)
  • Improve && Enhancement

    • 升级 Slider 依赖的 rc-slider 版本。
    • 部分组件文档国际化完善,增加部分组件测试用例。

1.4.1

01 Jul 15:11
Compare
Choose a tag to compare

2017-07-01

  • Bug Fix

    • 修复 Grid 样式问题。(635a9d3 #1455
    • 修复 create-react-app 文档错误。(#1501
    • 修复 Modal android 平台下样式错误。(#1499
    • 修复 SearchBar iOS键盘类型不是搜索问题。 (#1510)
    • 暂时回滚 typescript interface 写法,解决 dist 文件错误问题。 (#1517)
  • Improve && Enhancement

    • SegmentedControl 兼容 preact (#1374)
    • ActionSheet/SearchBar/ImagePicker/Picker 细节样式优化
    • Modal.prompt 扩大点击区域 (#1489)
    • InputItem 的 money 类型添加 demo 演示只能输入自然数(#1493)
    • 更新主要的介绍文档 (#1503)
    • 去除 object-assign 依赖,改为使用 es6 展开操作符 (67e0ee6)
    • 网站信息结构优化,并增加拷贝代码按钮 (#1481)