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

Commit e35036c

Browse files
authored
chore: update to 8.0.0-beta.27 with changelog (#1115)
1 parent 2d7b49c commit e35036c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="8.0.0-beta.27"></a>
2+
# [8.0.0-beta.27](https://github.com/angular/flex-layout/compare/8.0.0-beta.26...8.0.0-beta.27) (2019-08-30)
3+
4+
This release fixes compatibility issues for the next version of the Angular rendering engine, while
5+
maintaining compatibility with Angular v8.
6+
7+
### Bug Fixes
8+
9+
* **core:** update breakpoints ranges to avoid overlapping ([#1075](https://github.com/angular/flex-layout/issues/1075)) ([31cb34e](https://github.com/angular/flex-layout/commit/31cb34e)), closes [angular/flex-layout#1052](https://github.com/angular/flex-layout/issues/1052) [angular/flex-layout#1001](https://github.com/angular/flex-layout/issues/1001)
10+
* **fxFlex:** use correct type for basis validation in reflow case ([#1095](https://github.com/angular/flex-layout/issues/1095)) ([d02377a](https://github.com/angular/flex-layout/commit/d02377a)), closes [#1089](https://github.com/angular/flex-layout/issues/1089)
11+
* **server:** breakpoints can be used by MediaObserver ([#1087](https://github.com/angular/flex-layout/issues/1087)) ([6bbfe23](https://github.com/angular/flex-layout/commit/6bbfe23))
12+
13+
14+
115
<a name="8.0.0-beta.26"></a>
216
# [8.0.0-beta.26](https://github.com/angular/flex-layout/compare/7.0.0-beta.24...8.0.0-beta.26) (2019-05-24)
317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"universal:build": "gulp ci:prerender",
2626
"universal:serve": "gulp universal:serve"
2727
},
28-
"version": "8.0.0-beta.26",
28+
"version": "8.0.0-beta.27",
2929
"requiredAngularVersion": ">=8.0.0-rc.5",
3030
"dependencies": {
3131
"@angular/cdk": "^8.0.0-rc.1",

0 commit comments

Comments
 (0)