Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 942c507

Browse files
authored
chore: update to 9.0.0-beta.30 with changelog (#1248)
1 parent 2ca7848 commit 942c507

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="9.0.0-beta.30"></a>
2+
# [9.0.0-beta.30](https://github.com/angular/flex-layout/compare/9.0.0-beta.29...9.0.0-beta.30) (2020-05-11)
3+
4+
This will be the last release with support for Angular v9. The next release will be for Angular v10.
5+
6+
### Bug Fixes
7+
8+
* **core:** ignore null values in breakpoint fallback mechanism ([#1247](https://github.com/angular/flex-layout/issues/1247)) ([5085909](https://github.com/angular/flex-layout/commit/5085909))
9+
* **core:** only trigger style updates when value changes ([#1246](https://github.com/angular/flex-layout/issues/1246)) ([a96ef13](https://github.com/angular/flex-layout/commit/a96ef13))
10+
* **flex:** wait for parent element until template is initialized ([#1237](https://github.com/angular/flex-layout/issues/1237)) ([93a426a](https://github.com/angular/flex-layout/commit/93a426a))
11+
* **match-media:** unregister media query event listeners on destroy ([#1236](https://github.com/angular/flex-layout/issues/1236)) ([2ca7848](https://github.com/angular/flex-layout/commit/2ca7848))
12+
* **media-marshaller:** do not propagate undefined value ([#1245](https://github.com/angular/flex-layout/issues/1245)) ([b05d51a](https://github.com/angular/flex-layout/commit/b05d51a))
13+
* **media-observer:** return correct value for isActive on init ([#1244](https://github.com/angular/flex-layout/issues/1244)) ([bf069af](https://github.com/angular/flex-layout/commit/bf069af))
14+
* **orientation:** use tablet landscape screen type ([#1220](https://github.com/angular/flex-layout/issues/1220)) ([dd772d7](https://github.com/angular/flex-layout/commit/dd772d7))
15+
* **print-hook:** unregister event listeners on destroy ([#1235](https://github.com/angular/flex-layout/issues/1235)) ([6d0cd00](https://github.com/angular/flex-layout/commit/6d0cd00))
16+
* **show-hide:** use initial value as fallback instead of parent ([#1243](https://github.com/angular/flex-layout/issues/1243)) ([bf2355b](https://github.com/angular/flex-layout/commit/bf2355b))
17+
18+
19+
### Features
20+
21+
* **layout-gap:** add x/y options for grid mode ([#1234](https://github.com/angular/flex-layout/issues/1234)) ([990586b](https://github.com/angular/flex-layout/commit/990586b))
22+
23+
24+
NOTE: if you consume Angular Layout through UMD, we no longer re-export secondary
25+
entrypoints (e.g. @angular/flex-layout/flex) from the top-level (@angular/flex-layout) bundle. Please
26+
modify your apps accordingly. For users of the Angular CLI, this should not be an issue.
27+
128
<a name="9.0.0-beta.29"></a>
229
# [9.0.0-beta.29](https://github.com/angular/flex-layout/compare/9.0.0-beta.28...9.0.0-beta.29) (2020-02-06)
330

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"universal:serve": "gulp universal:serve",
2828
"postinstall": "ngcc --properties es2015 browser module main --no-async --create-ivy-entry-points"
2929
},
30-
"version": "9.0.0-beta.29",
30+
"version": "9.0.0-beta.30",
3131
"requiredAngularVersion": ">=9.1.5",
3232
"dependencies": {
3333
"@angular/cdk": "^9.2.2",

0 commit comments

Comments
 (0)