Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@hhumml hhumml released this 07 Oct 06:29
· 27 commits to master since this release

New device sizes XXS and XXL for responsive layouts added
Two new sizes have been added to the list of supported devices. XXS for small smartphones from 0-320px and XXL for super large desktops starting at 1600px. Thus the breakpoints for XS and XL have also been changed. See https://github.com/floatzcss/floatz#responsive-layouts for more details.

Please note: especially the introduction of XXS is a breaking change. You must add the relevant XXS styles to your existing HTML markup when upgrading to this version. Otherwise screens between 0-320 will not be displayed correctly anymore. Please also check how your website behaves above 1600px and if necessary add the necessary styles for XXL to your markup as well.

New layouters added
Layouters for 30% and 70% box widths have been added.
See https://github.com/floatzcss/floatz/blob/master/README.md#layouters for a full list of the available layouters.

Form elements have been changed
The width correction of input fields has been moved to IE only stylesheets. Thus all input fields now have a default width of 100% without any IE specific corrections. The background color from input elements has been removed to reduce specificity issues when overriding flz_mandatory. The style box-sizing: border-box has been added to all input elements so that a padding can be added very easily in modern browsers.

Misc enhancements and bugfixes
See the full issues list for all enhancements and bugfixes that have been implemented in this version.

Download this version
https://github.com/floatzcss/floatz/blob/master/download/floatz-1.4.0.zip