From ab476d97c4d9c7c0a17ab52b63d6f43868457598 Mon Sep 17 00:00:00 2001 From: bang Date: Sun, 27 Jan 2019 20:32:09 +0800 Subject: [PATCH] bump --- CHANGELOG.en-US.md | 9 ++++++++- CHANGELOG.zh-CN.md | 15 +++++++++++---- docs/react/upgrade-notes.en-US.md | 2 ++ docs/react/upgrade-notes.zh-CN.md | 2 ++ package.json | 2 +- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index d03d7bf95..6fddc1e43 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -14,6 +14,14 @@ toc: false --- +### 3.1.0 + +`2019-01-27` + +- Refactor `popover` [#298](https://github.com/ant-design/ant-design-mobile-rn/pull/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. +- Fix `input-item` style should not be applied to outer container [#279](https://github.com/ant-design/ant-design-mobile-rn/issues/279) ### 3.0.6 @@ -22,7 +30,6 @@ toc: false - Fixes `image-picker` `groupTypes` is not supported on Android [#264](https://github.com/ant-design/ant-design-mobile-rn/issues/264) - Fixes `tab-bar` does not update component after tab has changed [#201](https://github.com/ant-design/ant-design-mobile-rn/issues/201) - ### 3.0.5 `2019-01-03` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a6d42e35d..9474f2478 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -14,12 +14,21 @@ toc: false --- +### 3.1.0 + +`2019-01-27` + +- 重构`popover` [#298](https://github.com/ant-design/ant-design-mobile-rn/pull/298) + - 删除了(`overlayStyle` `contextStyle` `name` `openMenu / closeMenu / toggleMenu` `style` )属性,重构后的版本支持多个 Popover 同时使用 + - 使用方式请查看popover示例 +- 修复`input-item` style 不应该应用于外层 container [#279](https://github.com/ant-design/ant-design-mobile-rn/issues/279) + ### 3.0.6 `2019-01-15` - 修复`image-picker` 报错 `groupTypes` is not supported on Android [#264](https://github.com/ant-design/ant-design-mobile-rn/issues/264) -- 修复`tab-bar` 不会更新tab内容 [#201](https://github.com/ant-design/ant-design-mobile-rn/issues/201) +- 修复`tab-bar` 不会更新 tab 内容 [#201](https://github.com/ant-design/ant-design-mobile-rn/issues/201) ### 3.0.5 @@ -29,18 +38,16 @@ toc: false - 修复`input-item` 在`iOS`下换行显示 [#249](https://github.com/ant-design/ant-design-mobile-rn/issues/249) - 修复`input-item` clear icon 在`android`下显示不正确 [#248](https://github.com/ant-design/ant-design-mobile-rn/issues/248) - ### 3.0.4 `2018-12-28` - 修改`SegmentedControl`默认颜色为主题颜色 [#211](https://github.com/ant-design/ant-design-mobile-rn/pull/211) - 允许覆盖`Tabs` `tabBarUnderlineStyle` -- 完善`SwipeAction` TypeScript类型定义 [#230](https://github.com/ant-design/ant-design-mobile-rn/pull/230) +- 完善`SwipeAction` TypeScript 类型定义 [#230](https://github.com/ant-design/ant-design-mobile-rn/pull/230) - 完善 `Grid` 文档,修改`onClick`属性为`onPress` [#234](https://github.com/ant-design/ant-design-mobile-rn/pull/234) - 修复`Modal`循环引用警告 [#242](https://github.com/ant-design/ant-design-mobile-rn/pull/242) - ### 3.0.0 `2018-12-15` diff --git a/docs/react/upgrade-notes.en-US.md b/docs/react/upgrade-notes.en-US.md index 441ab6a32..5cae4bf20 100644 --- a/docs/react/upgrade-notes.en-US.md +++ b/docs/react/upgrade-notes.en-US.md @@ -7,6 +7,8 @@ Here list some of main incompatible changes and recommended changes in the upgra ### 3.0.0 +**3.0.0** needs to install `react-native@0.57.x` + - Change import to `import { Button, ... } from '@ant-design/react-native` - Change `LocaleProvider` to `Provider` and the Provider are required from now on. diff --git a/docs/react/upgrade-notes.zh-CN.md b/docs/react/upgrade-notes.zh-CN.md index 89cd08d33..454c8c783 100644 --- a/docs/react/upgrade-notes.zh-CN.md +++ b/docs/react/upgrade-notes.zh-CN.md @@ -7,6 +7,8 @@ title: 升级指南 ### 3.0.0 +**3.0.0**开始需要安装 `react-native@0.57.x` + - 修改之前的 import 方式改成 `import { Button, ... } from '@ant-design/react-native` - 多语言以及主题,由之前的 `LocaleProvider` 改成`Provider`,现在的`Provider` 支持`theme`跟`locale`,Provider 必须在 app 入口指定,不然部分组件用不了(因为现在支持多个 Modal 以及在 Modal 上面显示 Toast) diff --git a/package.json b/package.json index c0c2cb6d8..609d98a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/react-native", - "version": "3.0.6", + "version": "3.1.0", "description": "基于蚂蚁金服移动设计规范的 React Native 组件库", "keywords": [ "ant",