diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b363a48..28210da9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # 更新日志 +## 2.4.0 + +- 修复 `` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673) + ## 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..753d84eb4 100644 --- a/docs/zh-CN/components/changelog.mdx +++ b/docs/zh-CN/components/changelog.mdx @@ -1,5 +1,19 @@ # 更新日志 +## 2.4.0 + +- 修复 `` filterOption 属性支持自定义搜索 [#673](https://github.com/XiaoMi/hiui/issues/673) + ## 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'",