Skip to content

Commit 3636e2d

Browse files
chore: release @alauda/ui
1 parent 9092f15 commit 3636e2d

File tree

5 files changed

+16
-19
lines changed

5 files changed

+16
-19
lines changed

.changeset/blue-comics-sparkle.md

-5
This file was deleted.

.changeset/green-planets-act.md

-5
This file was deleted.

.changeset/rude-pants-own.md

-8
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- fix: no transition when use drawer service - close #529
9+
- refactor: only instantiate when opened
10+
- [BREAKING CHANGE] refactor: return type of `DrawerService#open` is changed from `DrawerComponent` to `DrawerRef`
11+
12+
### Patch Changes
13+
14+
- [#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
15+
16+
- [#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
17+
318
## 7.2.0
419

520
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alauda/ui",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Angular UI components by Alauda Frontend Team.",
55
"repository": "git+https://github.com/alauda/alauda-ui.git",
66
"author": "Alauda Frontend",

0 commit comments

Comments
 (0)