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

Commit b72c498

Browse files
update(doc): add Beta.16 release information
1 parent 666aa0a commit b72c498

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
<a name="6.0.0-beta.16"></a>
2+
# [6.0.0-beta.16](https://github.com/angular/flex-layout/compare/v6.0.0-beta.15...6.0.0-beta.16) (2018-06-07)
3+
4+
With Beta 16, we have added support + API for CSS Grid. Now @angular/flex-layout supports both Flexbox and CSS Grid layouts.
5+
6+
### Bug Fixes
7+
8+
* **breakpoints:** use correct orientation mediaquery ([666aa0a](https://github.com/angular/flex-layout/commit/666aa0a)), closes [#763](https://github.com/angular/flex-layout/issues/763)
9+
10+
11+
### Features
12+
13+
* **grid:** add CSS Grid directives and demo ([#712](https://github.com/angular/flex-layout/issues/712)) ([b8c86be](https://github.com/angular/flex-layout/commit/b8c86be))
14+
* **lib:** add config options for flex basis and other tokens ([f01e551](https://github.com/angular/flex-layout/commit/f01e551))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* **lib:** * Four configuration tokens have been removed:
20+
21+
* * `ADD_FLEX_STYLES`
22+
* * `ADD_ORIENTATION_BREAKPOINTS`
23+
* * `DISABLE_DEFAULT_BREAKPOINTS`
24+
* * `DISABLE_VENDOR_PREFIXES`
25+
26+
These tokens have been consolidated into a new configuration token:
27+
28+
* * `LAYOUT_CONFIG`
29+
30+
* The default column flex-basis has been reverted to `1e-9px`. To
31+
have that value be `auto` instead, set the config in your top-level
32+
module as follows:
33+
34+
```
35+
FlexLayoutModule.withConfig({useColumnBasisZero: false})
36+
```
37+
38+
39+
140
<a name="6.0.0-beta.15"></a>
241
# [6.0.0-beta.15](https://github.com/angular/flex-layout/compare/v5.0.0-beta.14...6.0.0-beta.15) (2018-04-13)
342

@@ -7,6 +46,14 @@
746
* **core:** add validateBasis to core export ([#706](https://github.com/angular/flex-layout/issues/706)) ([c603a86](https://github.com/angular/flex-layout/commit/c603a86))
847

948

49+
<a name="5.0.0-beta.15"></a>
50+
# [5.0.0-beta.15](https://github.com/angular/flex-layout/compare/v6.0.0-beta.15...5.0.0-beta.15) (2018-06-05)
51+
52+
53+
### Bug Fixes
54+
55+
* **fxFlex:** enable parent flex styles by default ([76d14b7](https://github.com/angular/flex-layout/commit/76d14b7))
56+
1057

1158
<a name="5.0.0-beta.14"></a>
1259
# [5.0.0-beta.14](https://github.com/angular/flex-layout/compare/v2.0.0-beta.old...5.0.0-beta.14) (2018-03-29)

0 commit comments

Comments
 (0)