From 1de46e1a255582875d2e9e78d57afe521e445cc8 Mon Sep 17 00:00:00 2001 From: solarjoker Date: Thu, 6 Jun 2019 16:10:05 +0800 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 885330db2..8eb3a1b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 更新日志 +## 1.4.5 + +- 修复:`` 组件 `textarea` 调整大小时的 UI 展示问题 [#152](https://github.com/XiaoMi/hiui/issues/152) +- 修复:`` 组件多选禁用还可以勾选的问题 [#218](https://github.com/XiaoMi/hiui/issues/218) +- 修复:`` 组件 `displayRender` 会触发两次的问题 [#246](https://github.com/XiaoMi/hiui/issues/246) +- 修复 `` 组件在 `id === 0` 时回调参数错误的问题 [#259](https://github.com/XiaoMi/hiui/issues/259) +- 修复 `` 组件前、后缀的内容被带回到实际值的问题 [#282](https://github.com/XiaoMi/hiui/issues/282) + ## 1.4.4 - 修复:`` 上传组件预览问题 [#200](https://github.com/XiaoMi/hiui/issues/200) diff --git a/package.json b/package.json index 2d4f33066..208e11a99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "1.4.4", + "version": "1.4.5", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",