order | title | toc |
---|---|---|
2 |
Change Log |
false |
@ant-design/react-native
strictly follows Semantic Versioning 2.0.0.
- 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.
2019-04-30
- Fixes
checkbox
read color from theme #416
2019-03-20
2019-03-15
- Fixed
tabs
swipeable does not work under Android #380 - Add Wrap style for
HeaderContent
andHeaderExtra
of thecard
component for easy customization #395 By christtrc
2019-02-19
- Fixes
babel-runtime/helpers/extends
not found after usingbabel-plugin-import
#346 - Fixes
drawer
component ofios
. When returning, there will be a short stay on the page #344
2019-01-30
Happy Chinese New Year
popover
adds theplacement
property to support configuration of different positions'top | right | bottom | left | auto'
#308
2019-01-27
- Refactor
popover
#298- Removed the (
overlayStyle
contextStyle
name
openMenu / closeMenu / toggleMenu
style
) property. The refactored version supports multiple Popovers. - Please see the popover example for how to use it.
- Removed the (
- Fix
input-item
style should not be applied to outer container #279
2019-01-15
- Fixes
image-picker
groupTypes
is not supported on Android #264 - Fixes
tab-bar
does not update component after tab has changed #201
2019-01-03
- Modify
search-bar
icon size #250 - Fixes
input-item
has new line after blur underios
#249 - Fixes
input-item
clear icon is not displayed correctly underandroid
#248
2018-12-28
- Modify
SegmentedControl
default color to theme color #211 - Allow overriding
Tabs
tabBarUnderlineStyle
- Improve
SwipeAction
TypeScript type definition #230 - Improve the
Grid
document and modify theonClick
property toonPress
#234 - Fixed
Modal
circular reference warning #242
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 methodhide
- Change
Grid
propertyonClick
toonPress
- Upgrade from 2.x to 3.0.0 please checkout upgrade notes
2018-10-20
Input
addeditable
support. (#78)- Fix
Button
component'sactiveStyle
does not work. (#105) Modal
add locale support. (#115)- Spanish. (#75)
- TypeScript type definition improvements. (#83)
2018-07-17
2018-06-15
- split the antd-mobile react native code to
antd-mobile-rn
package. - Feature: Make
Tag
support long press. (#20)
2018-05-31