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

Commit b2e2064

Browse files
authored
chore: update to 7.0.0-beta.24 with changelog (#1039)
1 parent b245229 commit b2e2064

File tree

3 files changed

+834
-900
lines changed

3 files changed

+834
-900
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<a name="7.0.0-beta.24"></a>
2+
# [7.0.0-beta.24](https://github.com/angular/flex-layout/compare/7.0.0-beta.23...7.0.0-beta.24) (2019-03-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** align breakpoints with those used in CDK ([#1006](https://github.com/angular/flex-layout/issues/1006)) ([6f43cf6](https://github.com/angular/flex-layout/commit/6f43cf6)), closes [#685](https://github.com/angular/flex-layout/issues/685) [#1001](https://github.com/angular/flex-layout/issues/1001)
8+
* **core:** fail-safe check of nullable value ([#1031](https://github.com/angular/flex-layout/issues/1031)) ([5112a47](https://github.com/angular/flex-layout/commit/5112a47)), closes [#958](https://github.com/angular/flex-layout/issues/958)
9+
* **core:** update breakpoint ranges to remove subpixel gaps ([#1004](https://github.com/angular/flex-layout/issues/1004)) ([1154fae](https://github.com/angular/flex-layout/commit/1154fae)), closes [#1001](https://github.com/angular/flex-layout/issues/1001)
10+
* **core:** update layout-bp mixin to use right overlapping maps ([#1020](https://github.com/angular/flex-layout/issues/1020)) ([af15a61](https://github.com/angular/flex-layout/commit/af15a61))
11+
* **docs:** make splitter demo work in IE ([#982](https://github.com/angular/flex-layout/issues/982)) ([0ba4bac](https://github.com/angular/flex-layout/commit/0ba4bac))
12+
* **fxFlex:** restore correct styles after fxLayoutAlign is applied ([#1038](https://github.com/angular/flex-layout/issues/1038)) ([b245229](https://github.com/angular/flex-layout/commit/b245229))
13+
* **fxLayoutGap:** correctly handle lack of fallback value ([#1037](https://github.com/angular/flex-layout/issues/1037)) ([ce9b989](https://github.com/angular/flex-layout/commit/ce9b989)), closes [#1011](https://github.com/angular/flex-layout/issues/1011)
14+
* **fxLayoutGap:** not working with dynamic fxHide ([#983](https://github.com/angular/flex-layout/issues/983)) ([0eccec4](https://github.com/angular/flex-layout/commit/0eccec4))
15+
* **img-src:** correctly initialize fallback value ([#986](https://github.com/angular/flex-layout/issues/986)) ([c1fc857](https://github.com/angular/flex-layout/commit/c1fc857))
16+
* **layout-align:** respect inline-flex on sibling fxLayout ([#1036](https://github.com/angular/flex-layout/issues/1036)) ([c23621c](https://github.com/angular/flex-layout/commit/c23621c)), closes [#1009](https://github.com/angular/flex-layout/issues/1009)
17+
* **ngClass:** should properly remove classes without fallback ([#995](https://github.com/angular/flex-layout/issues/995)) ([47248b1](https://github.com/angular/flex-layout/commit/47248b1)), closes [#992](https://github.com/angular/flex-layout/issues/992)
18+
* **sass:** update stylesheet with correct keys ([#987](https://github.com/angular/flex-layout/issues/987)) ([002eb66](https://github.com/angular/flex-layout/commit/002eb66))
19+
20+
21+
### Features
22+
23+
* **core:** implement MediaTrigger to allow manual breakpoint activations ([#997](https://github.com/angular/flex-layout/issues/997)) ([66e7463](https://github.com/angular/flex-layout/commit/66e7463))
24+
* **core:** MediaObserver can report 1..n activations ([#994](https://github.com/angular/flex-layout/issues/994)) ([8307655](https://github.com/angular/flex-layout/commit/8307655))
25+
* **core:** move MatchMedia to internal scope ([#998](https://github.com/angular/flex-layout/issues/998)) ([53a6ebb](https://github.com/angular/flex-layout/commit/53a6ebb))
26+
* **demo:** add demo to show fxHide with used with custom breakpoint ([#969](https://github.com/angular/flex-layout/issues/969)) ([f4eb901](https://github.com/angular/flex-layout/commit/f4eb901)), closes [#961](https://github.com/angular/flex-layout/issues/961)
27+
* **server:** add ability to specify breakpoints for MediaObserver ([#999](https://github.com/angular/flex-layout/issues/999)) ([1c136bc](https://github.com/angular/flex-layout/commit/1c136bc)), closes [#991](https://github.com/angular/flex-layout/issues/991)
28+
29+
30+
### BREAKING CHANGES
31+
32+
* **core:** `MediaObserver` is the only supported mechanism to watch breakpoint activations outside the library. Developers should not use `MatchMedia`.
33+
34+
* MatchMedia is no longer exported as a public utility.
35+
* ServerMatchMedia is no longer exported at all
36+
* **core:** The stream data type for `asObservable` is now **MediaChange[]** instead of *MediaChange* and `media$` is deprecated in favor of `asObservable()`.
37+
38+
* `filterOverlaps` now defaults to `false`
39+
40+
41+
142
<a name="7.0.0-beta.23"></a>
243
# [7.0.0-beta.23](https://github.com/angular/flex-layout/compare/7.0.0-beta.22...7.0.0-beta.23) (2019-01-04)
344

package.json

Lines changed: 1 addition & 1 deletion
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": "7.0.0-beta.23",
28+
"version": "7.0.0-beta.24",
2929
"requiredAngularVersion": ">=7.0.0-rc.0",
3030
"dependencies": {
3131
"@angular/cdk": "^7.0.3",

0 commit comments

Comments
 (0)