Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.3 KB

CHANGELOG.en-US.md

File metadata and controls

61 lines (41 loc) · 2.3 KB
order title toc
2
Change Log
false

@ant-design/react-native strictly follows Semantic Versioning 2.0.0.

Release Schedule

  • Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
  • Monthly release: minor version at the end of every month for new features.
  • Major version release is not included in this schedule for breadking change and new features.

3.0.0

2018-12-15

Breaking Changes for more informations please checkout #119

  • We get a new package name @ant-design/react-native from afc163. Thanks..
  • Remove the native suffix
  • More friendly theme support
  • Improve TypeScript type definitions
  • Bug fixes
  • We can preview our Components online using codesandbox and react-native-web
  • Refactor Icon Component and use ant-design-icons instead
  • Toast has removed method hide
  • Upgrade from 2.x to 3.0.0 please checkout upgrade notes

2.3.0

2018-10-20

  • Input add editable support. (#78)
  • Fix Button component's activeStyle does not work. (#105)
  • Modal add locale support. (#115)
  • Spanish. (#75)
  • TypeScript type definition improvements. (#83)

2.2.1

2018-07-17

  • Calculate Grid item height via column property. (#61)
  • Replace with normalize-css-color. (#57)

2.2.0

2018-06-15

  • split the antd-mobile react native code to antd-mobile-rn package.
  • Feature: Make Tag support long press. (#20)

2.1.11

2018-05-31

[email protected] and before change log