This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree 3 files changed +8
-3
lines changed
src/lib/core/media-observer
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 8.0.0-beta.25 " ></a >
2
+ # [ 8.0.0-beta.25] ( https://github.com/angular/flex-layout/compare/7.0.0-beta.24...8.0.0-beta.25 ) (2019-05-19)
3
+
4
+ This release is solely for compatibility with Angular and Components v8, with a minor Bazel fix as well.
5
+
1
6
<a name =" 7.0.0-beta.24 " ></a >
2
7
# [ 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
8
Original file line number Diff line number Diff line change 25
25
"universal:build" : " gulp ci:prerender" ,
26
26
"universal:serve" : " gulp universal:serve"
27
27
},
28
- "version" : " 7 .0.0-beta.24 " ,
28
+ "version" : " 8 .0.0-beta.25 " ,
29
29
"requiredAngularVersion" : " >=8.0.0-rc.0" ,
30
30
"dependencies" : {
31
31
"@angular/cdk" : " ^8.0.0-rc.1" ,
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ export class MediaObserver implements OnDestroy {
65
65
66
66
/**
67
67
* @deprecated Use `asObservable()` instead.
68
- * @breaking -change 7 .0.0-beta.24
69
- * @deletion -target v7 .0.0-beta.25
68
+ * @breaking -change 8 .0.0-beta.25
69
+ * @deletion -target v8 .0.0-beta.26
70
70
*/
71
71
readonly media$ : Observable < MediaChange > ;
72
72
You can’t perform that action at this time.
0 commit comments