Skip to content

Commit 4bb7e03

Browse files
chore: release @alauda/ui (#524)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3040f5e commit 4bb7e03

6 files changed

+18
-24
lines changed

.changeset/blue-comics-sparkle.md

-5
This file was deleted.

.changeset/gorgeous-snakes-dance.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

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
- [#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
17+
18+
- [#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
19+
320
## 7.2.0
421

522
### 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)