Skip to content

Releases: ant-design/ant-design-mobile

2.0.0-rc.1

15 Oct 06:33
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release
  • [Web] NavBar(rc.1) modify the prop iconName to icon, you need to use Icon component or your custom icon
  • [Web] ActionSheet(rc.1) delete iconName prop, use icon instead

  • [Web] NavBar(rc.1) 修改属性 iconNameicon,你需要使用 Icon 组件或自定义图标
  • [Web] ActionSheet(rc.1) 删除 iconName 属性,使用 icon 代替

1.7.0

13 Oct 10:21
Compare
Choose a tag to compare

2017-10-13

  • Feature

    • Menu 添加多选功能.
  • Bug Fix

    • Fix Icon 拼写错误.
    • Fix Popover 样式修复.
    • Fix Steps 样式修复.

  • Feature

    • Menu add mulit-choose feature.
  • Bug Fix

    • Fix Icon spell error.
    • Fix Popover styles.
    • Fix Steps styles.

2.0.0-beta.6

11 Oct 14:17
Compare
Choose a tag to compare
2.0.0-beta.6 Pre-release
Pre-release
  • [Web] ListView(beta.6) add pullToRefresh prop and remove useZscroller scrollerOptions refreshControl pullUpEnabled pullUpRefreshing pullUpOnRefresh pullUpDistanceToRefresh pullUpRenderer props.
  • [Web] RefreshControl (beta.6) has been removed, please use the new PullToRefresh component instead
  • [RN] RefreshControl (beta.6) has been removed, please use react-native RefreshControl directly

Please see the 1.x => 2.0 ListView & RefreshControl section of upgrade-notes and demos.

2.0.0-beta.5

09 Oct 09:25
Compare
Choose a tag to compare
  • Fix
    • DatePicker onConfirm -> onOk error when unmount.

2.0.0-beta.3

28 Sep 11:29
Compare
Choose a tag to compare
  • Feature
    • [Web] ListView(beta.3) add pull-up feature.
    • [Web] add onScrollChange event for Picker, upgrade onOk logic.
  • Break Change
    • [Web] ListView(beta.3) Remove stickyHeader prop and react-sticky dependency, but you can also use react-sticky and useBodyScroll in listview by your self. (see demo)

      Because this feature is not commonly used and does not contain UI, so it is not suitable for integration.

    • [Web] RefreshControl(beta.3) Change inner dom className
      • from ${prefixCls}-ptr to ${prefixCls}-indicator
      • from ${prefixCls}-ptr-icon to ${prefixCls}-indicator-icon-wrapper
      • from ${prefixCls}-ptr-loading to ${prefixCls}-indicator-loading-wrapper

1.6.11

25 Sep 09:11
Compare
Choose a tag to compare

2017-09-25

  • Bug Fix

    • Fix InputItem can't be focused when click clear icon.

  • Bug Fix

    • Fix InputItem 不能 focus 在点击 clear icon 后.

1.6.9

25 Sep 06:42
Compare
Choose a tag to compare

2017-09-25

  • Bug Fix

    • Fix Modal.prompt focus delay. (#1857)
    • Fix TextareaItem with autoHeight and much texts causing page scrolling. (#1858)
    • Fix Popvoer ts definition.
  • Improve && Enhancement

    • Add indicatorStyle and itemStyle for Picker/PickerView. (#1856)

  • Bug Fix

    • Fix Modal.prompt 聚焦延迟. (#1857)
    • Fix TextareaItemautoHeight 属性为 true,且输入很多文字时,切换 active 元素导致页面滚动. (#1858)
    • Fix Popvoer ts 属性定义错误.
  • Improve && Enhancement

    • Add indicatorStyleitemStyle 属性用于 Picker/PickerView. (#1856)

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)