flexi 0.2.0
flexi: ^0.2.0 copied to clipboard
Beside Material and Bootstrap breakpoint systems, Flexi allows to create your own layout easily for different grid types Manuscript, Columns, Modular and Baseline.
0.2.0 #
- Close #22: Access parent and root flex container
- Breaking changes
- Remove
FlexLayout
- Specifying
FlexContainer
is mandatory to use flexi FlexContainer
must now always specify its layout.
- Remove
0.1.5 #
- Close #10: Overlay column dividers are not visible if gutter is zero.
0.1.4 #
- Close #9: Support layout for rule of thirds
0.1.3 #
- Close #10: Overlay column dividers are not visible if gutter is zero.
0.1.2 #
- Add first example
0.1.1 #
- Change default
fullSize
to true forFlexContainer
.
0.1.0 #
- Architecture for generic layout definition.
- Implementation of material and bootstrap layout.
- Allows showing overlay grid over a container.