Skip to content

Commit e5a56e1

Browse files
committed
chore(release): ship v5.6.13 for Angular 21.1.4
1 parent 273cdda commit e5a56e1

File tree

6 files changed

+320
-420
lines changed

6 files changed

+320
-420
lines changed

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
---
44

5+
#### `5.6.13`
6+
7+
- refactor(modal): migrate to native CSS animations
8+
- fix(modal): firefox show animation timing issue
9+
- fix(modal): remove backdrop OnDestroy
10+
- test(modal): add missing tests
11+
- refactor(offcanvas): migrate to native CSS animations
12+
- test(offcanvas): update tests
13+
- fix(backdrop.service): remove backdrop element if present on the body
14+
- test(backdrop.service): add missing tests
15+
- chore(dependencies): update to `Angular 21.1.4`
16+
- `@angular-devkit/schematics` @ "21.1.4" (was "21.1.2")
17+
- `@angular/build` @ "21.1.4" (was "21.1.2")
18+
- `@angular/cli` @ "21.1.4" (was "21.1.2")
19+
- `@angular/compiler-cli` @ "21.1.4" (was "21.1.3")
20+
- `@angular/language-service` @ "21.1.4" (was "21.1.3")
21+
- `@angular/animations` @ "21.1.4" (was "21.1.3")
22+
- `@angular/cdk` @ "21.1.4" (was "21.1.3")
23+
- `@angular/common` @ "21.1.4" (was "21.1.3")
24+
- `@angular/compiler` @ "21.1.4" (was "21.1.3")
25+
- `@angular/core` @ "21.1.4" (was "21.1.3")
26+
- `@angular/forms` @ "21.1.4" (was "21.1.3")
27+
- `@angular/localize` @ "21.1.4" (was "21.1.3")
28+
- `@angular/platform-browser` @ "21.1.4" (was "21.1.3")
29+
- `@angular/router` @ "21.1.4" (was "21.1.3")
30+
- `@types/node` @ "24.10.13" (was "24.10.10")
31+
- `typescript-eslint` @ "8.55.0" (was "8.54.0")
32+
- chore(devDependencies): remove `copyfiles`, use `native-copyfiles` instead
33+
- chore(dependencies): remove overrides `@modelcontextprotocol/sdk` version to `^1.26.0`
34+
35+
---
36+
537
#### `5.6.12`
638

739
- chore(dependencies): update to `Angular 21.1.3`
@@ -21,7 +53,6 @@
2153
- chore(dependencies): `@isaacs/brace-expansion` vulnerability https://github.com/advisories/GHSA-7h2j-956f-4vf2
2254
- chore(dependencies): `@modelcontextprotocol/sdk` vulnerability https://github.com/advisories/GHSA-345p-7cg4-v4c7
2355

24-
2556
---
2657

2758
#### `5.6.10`
@@ -46,7 +77,6 @@
4677
- `jasmine-core` @ "6.0.1" (was "5.13.0")
4778
- `karma-jasmine-html-reporter` @ "2.2.0" (was "2.1.0")
4879

49-
5080
---
5181

5282
#### `5.6.9`

0 commit comments

Comments
 (0)