Skip to content

Commit

Permalink
chore(release): 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 9, 2020
1 parent 6fc6ebe commit ca491a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ca491a7

Please sign in to comment.