From 6c26a682628b1f0c161a068f8bc94ac41c9cdd56 Mon Sep 17 00:00:00 2001 From: solarjoker Date: Thu, 26 Sep 2019 18:55:40 +0800 Subject: [PATCH 1/2] chore: update version and changelog --- CHANGELOG.md | 16 ++++++++++++++++ docs/zh-CN/components/changelog.mdx | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b363a48..cabb02dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 更新日志 +## 2.4.0 + +- 修复 `` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673) +- 新增 `` 自定义展开项宽度支持 [#444](https://github.com/XiaoMi/hiui/issues/444) +- 新增 `
` Form.Item label 支持 ReactNode [#664](https://github.com/XiaoMi/hiui/issues/664) + ## 2.3.0 - 修复 `` 同时渲染多个 context provider 的问题 [#649](https://github.com/XiaoMi/hiui/issues/649) diff --git a/docs/zh-CN/components/changelog.mdx b/docs/zh-CN/components/changelog.mdx index 68568d3eb..edd74853b 100644 --- a/docs/zh-CN/components/changelog.mdx +++ b/docs/zh-CN/components/changelog.mdx @@ -1,5 +1,21 @@ # 更新日志 +## 2.4.0 + +- 修复 `` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673) +- 新增 `` 自定义展开项宽度支持 [#444](https://github.com/XiaoMi/hiui/issues/444) +- 新增 `` Form.Item label 支持 ReactNode [#664](https://github.com/XiaoMi/hiui/issues/664) + ## 2.3.0 - 修复 `` 同时渲染多个 context provider 的问题 [#649](https://github.com/XiaoMi/hiui/issues/649) diff --git a/package.json b/package.json index 96efe87f7..c31422e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "2.3.0", + "version": "2.4.0", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'", From afe74af3bcb876b07d7120d06005794cbda2660e Mon Sep 17 00:00:00 2001 From: solarjoker Date: Thu, 26 Sep 2019 19:17:03 +0800 Subject: [PATCH 2/2] chore:update changelog --- CHANGELOG.md | 2 -- docs/zh-CN/components/changelog.mdx | 2 -- 2 files changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cabb02dc4..28210da9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ - 新增 `` 增加 loading 状态 [#680](https://github.com/XiaoMi/hiui/issues/680) - 新增 `` 增加照片墙预览提示 icon [#490](https://github.com/XiaoMi/hiui/issues/490) - 新增 `` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673) -- 新增 `` 自定义展开项宽度支持 [#444](https://github.com/XiaoMi/hiui/issues/444) -- 新增 `` Form.Item label 支持 ReactNode [#664](https://github.com/XiaoMi/hiui/issues/664) ## 2.3.0