Skip to content

Commit

Permalink
chore(release): 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtianze committed Jul 14, 2020
1 parent 5289daa commit 5523ea1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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.2.0](https://github.com/alauda/alauda-ui/compare/v5.1.4...v5.2.0) (2020-07-14)


### ⚠ BREAKING CHANGES

* upgrade to Angular 10 (#33)

### Features

* add switch,autocomplete,backtop docs ([6e0b8b2](https://github.com/alauda/alauda-ui/commit/6e0b8b292795cd955d7116000f67864623c970b7))
* add title to tag in tag input AIT-3046 ([#34](https://github.com/alauda/alauda-ui/issues/34)) ([4b05ac3](https://github.com/alauda/alauda-ui/commit/4b05ac3843b4a61e749a7fb97de03639e5270548))
* add toc doc ([#27](https://github.com/alauda/alauda-ui/issues/27)) ([932cb38](https://github.com/alauda/alauda-ui/commit/932cb388b752e8f40ff30287b58b7e37ff9828eb))
* common form control set snapshot by default ([a5782a5](https://github.com/alauda/alauda-ui/commit/a5782a5c99a124672ff3dd49bca02855d4f0ae46))
* page sider static false ([0ed3881](https://github.com/alauda/alauda-ui/commit/0ed3881b7c69bdcfd3b6484af003076a476aef78))
* select tag card docs ([58e6888](https://github.com/alauda/alauda-ui/commit/58e68882b25cad85fe19ea8a5558655bb18afd09))
* upgrade to Angular 10 ([#33](https://github.com/alauda/alauda-ui/issues/33)) ([03efc87](https://github.com/alauda/alauda-ui/commit/03efc87eb4c56fd7e7b82835aa4ca29f8603328b))
* **accordion:** add lazy load to accordion item ([0370784](https://github.com/alauda/alauda-ui/commit/0370784b87ed6922e70e9d98ad93cfe802a0c108))
* **checkbox:** add indeterminate state ([732d489](https://github.com/alauda/alauda-ui/commit/732d48996ddf84efd83033900739ad6ff87ac8c4))


### Bug Fixes

* card header hasDivider apply only chind header ([1741a73](https://github.com/alauda/alauda-ui/commit/1741a731311741572e115651ae3f8230eb4b974d))
* empty line when one row filled by tag and optimize #ACP-2796 ([#31](https://github.com/alauda/alauda-ui/issues/31)) ([7b8b9b1](https://github.com/alauda/alauda-ui/commit/7b8b9b12d781444371032397e6512ca885026d85)), closes [#ACP-2796](https://github.com/alauda/alauda-ui/issues/ACP-2796)
* initial value snapshot of tags input ([af10c6f](https://github.com/alauda/alauda-ui/commit/af10c6f7c5b7cd737f21e2d64016d441236775a9))
* radio button can't inject radio group ([c0f8e07](https://github.com/alauda/alauda-ui/commit/c0f8e07e902b15e05015cea2c9b9f627adc111fb))
* tag input not hide placeholder when update ([#35](https://github.com/alauda/alauda-ui/issues/35)) ([5289daa](https://github.com/alauda/alauda-ui/commit/5289daa2862affb2e3083c4bf3d7d69c53fa1cb8))
* toc container had multi instance ([c24df4b](https://github.com/alauda/alauda-ui/commit/c24df4b0e160fa3e22f0693b9786083ff5966a87))
* **select:** remove line through error style ([8a86be5](https://github.com/alauda/alauda-ui/commit/8a86be5a62bba2080875cc3366bdbb726903f2ea))

### [5.1.10](https://github.com/alauda/alauda-ui/compare/v5.1.4...v5.1.10) (2020-06-09)


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.1.10",
"version": "5.2.0",
"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 5523ea1

Please sign in to comment.