diff --git a/CHANGELOG.md b/CHANGELOG.md index 127caaec0..1d46fcd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.3.3](https://github.com/alauda/alauda-ui/compare/v5.3.2...v5.3.3) (2020-11-09) + + +### Features + +* form control components support readonly state ([bd8742d](https://github.com/alauda/alauda-ui/commit/bd8742de880e61ffe170b61bd9b2364efc7073a5)) + + +### Bug Fixes + +* form item may won't show error hint ([6fc6ebe](https://github.com/alauda/alauda-ui/commit/6fc6ebeab4b8b0c0f689a72edf68794a94092f9b)) +* readme online demo address ([b760715](https://github.com/alauda/alauda-ui/commit/b76071544c3087a233c4bb0145f471343909b3d8)) +* **number input:** check button state when write value ([b2fa11a](https://github.com/alauda/alauda-ui/commit/b2fa11ac4c8be1ee3bd3c1db4b0aea9a9c596496)) +* form container should never overflow due to width 100% ([#54](https://github.com/alauda/alauda-ui/issues/54)) ([bd269db](https://github.com/alauda/alauda-ui/commit/bd269db1c4ed9355f24c15e09d7b8e6f3ec4d6fb)), closes [#ACP-3614](https://github.com/alauda/alauda-ui/issues/ACP-3614) +* input min-width error and tags input value may null ([4ac1a9e](https://github.com/alauda/alauda-ui/commit/4ac1a9eea93bc19b0c499f54dfd263b8aef9f63c)) + ### [5.3.2](https://github.com/alauda/alauda-ui/compare/v5.3.1...v5.3.2) (2020-09-25) diff --git a/package.json b/package.json index 96c958a64..c01cf0829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "5.3.2", + "version": "5.3.3", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",