|
| 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 | + |
1 | 40 | <a name="6.0.0-beta.15"></a>
|
2 | 41 | # [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)
|
3 | 42 |
|
|
7 | 46 | * **core:** add validateBasis to core export ([#706](https://github.com/angular/flex-layout/issues/706)) ([c603a86](https://github.com/angular/flex-layout/commit/c603a86))
|
8 | 47 |
|
9 | 48 |
|
| 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 | + |
10 | 57 |
|
11 | 58 | <a name="5.0.0-beta.14"></a>
|
12 | 59 | # [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