diff --git a/.changeset/blue-comics-sparkle.md b/.changeset/blue-comics-sparkle.md deleted file mode 100644 index a1c2d5fbe..000000000 --- a/.changeset/blue-comics-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: drawer scroll strategy adjust diff --git a/.changeset/gorgeous-snakes-dance.md b/.changeset/gorgeous-snakes-dance.md deleted file mode 100644 index 1b0349977..000000000 --- a/.changeset/gorgeous-snakes-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: form item label top margin bottom use s diff --git a/.changeset/green-planets-act.md b/.changeset/green-planets-act.md deleted file mode 100644 index 01327d16c..000000000 --- a/.changeset/green-planets-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: autocomplete circle dependencies diff --git a/.changeset/rude-pants-own.md b/.changeset/rude-pants-own.md deleted file mode 100644 index 7e3ef3b5d..000000000 --- a/.changeset/rude-pants-own.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@alauda/ui': minor ---- - -- fix: `close` event will be triggered twice - close #247 -- fix: no transition when use drawer service - close #529 -- refactor: only instantiate when opened -- [BREAKING CHANGE] refactor: return type of `DrawerService#open` is changed from `DrawerComponent` to `DrawerRef` diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f2a73a5..12a7ea957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 7.3.0 + +### Minor Changes + +- [#530](https://github.com/alauda/ui/pull/530) [`9092f15`](https://github.com/alauda/ui/commit/9092f151cf0a91ca5ba43aced520c931747c633b) Thanks [@igauch](https://github.com/igauch)! - - fix: `close` event will be triggered twice - close #247 + - fix: no transition when use drawer service - close #529 + - refactor: only instantiate when opened + - [BREAKING CHANGE] refactor: return type of `DrawerService#open` is changed from `DrawerComponent` to `DrawerRef` + +### Patch Changes + +- [#521](https://github.com/alauda/ui/pull/521) [`607c016`](https://github.com/alauda/ui/commit/607c016119b3199d67bc01703585b540457ad8cd) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - fix: drawer scroll strategy adjust + +- [#527](https://github.com/alauda/ui/pull/527) [`3040f5e`](https://github.com/alauda/ui/commit/3040f5e0c6af1446c798500c9d08c668aba0287b) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - fix: form item label top margin bottom use s + +- [#525](https://github.com/alauda/ui/pull/525) [`369ee93`](https://github.com/alauda/ui/commit/369ee9353580ff646dc590255382f1cc84449a1b) Thanks [@yangxiaolang](https://github.com/yangxiaolang)! - fix: autocomplete circle dependencies + ## 7.2.0 ### Minor Changes diff --git a/package.json b/package.json index c79369538..9fa70a2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "7.2.0", + "version": "7.3.0", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",