Skip to content

Releases: ant-design/ant-design-mobile

1.6.8

18 Sep 10:46
Compare
Choose a tag to compare

2017-09-18


1.6.7

11 Sep 06:51
Compare
Choose a tag to compare

2017-09-11

  • Bug Fix

    • Fix Carousel on swipeSpeed ts lost. (#1824)
    • Fix TabBar crash on android when item size is one. (#1827)
    • Fix RN PickerView vertical layout error (#1795)

  • Bug Fix

    • Fix Carousel swipeSpeed ts 属性未定义. (#1824)
    • Fix TabBar 在 android 平台 item 只有一个时报错. (#1827)
    • Fix RN PickerView 垂直布局问题 (#1795)

1.6.6

09 Sep 03:47
Compare
Choose a tag to compare

2017-09-09

  • Bug Fix

    • Fix Modal.operation style of multiple options for android (#1791)
    • Fix RN Accordion must depend on Icon component (#1784)
    • Fix Modal with href="#" cousing react-router to jump to '/' (#1780)
    • Fix RN ActionSheet with empty title / message casusing error (#1767
    • Fix RN Picker vertical layout error (#1767)

  • Bug Fix

    • Fix Modal.operation android 下面多操作选项样式问题 (#1791)
    • Fix RN Accordion 必须依赖 Icon 组件的问题 (#1784)
    • Fix Modal 按钮默认的 href="#" 导致 react-router 跳转到 '/' (#1780)
    • Fix RN ActionSheet 空 title / message 报错(#1767
    • Fix RN Picker 布局错误 (#1767)

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