Skip to content

4.0.0

Compare
Choose a tag to compare
@sveneberth sveneberth released this 26 Feb 15:06
4.0.0
6918c0d

Changed

  • BREAKING: changed many variables of basic and generic elements (see deprecated.less for more)
  • BREAKING: changed names of generic elements mixins to .generic{Name}() – e.g. .genericBtn() instead of .btn()
  • improved flex behaviour of inputs and selects
  • .shd and .txt-shd are now normal css elements - no longer mixins and use the @defaultShadowColor
  • moved basic input resets to reset.less
  • increased mobile font-size of generic tables.
  • made some (form and button) alignments more intuitive
  • standardised .basicTickbox() and .basicInput()
  • made margin-bottom of .genericMsg conditional
  • adjusted screen sizes
  • many small changes and adjustments
  • some styling changes

Added

  • BREAKING: added prefixed variables to all generic elements
  • BREAKING: added mixins with parentheses to all generic elements (you need to configure/activate them manually now)
  • added more customisation options to generic elements
  • added max-width to inputs and selects
  • added folder overviews (_foundation.less, _generic.less, _mixins.less)
  • added better support for and hooks to inputvalidation.less and basicinput.less
  • added important mobility to .{bar}-items (left, center, right modifier).
  • NEW popup.less: a popup container that appears above other content onscreen
  • NEW popout.less: a popout container that emerges from a location with an arrow pointing at it
  • NEW box.less: a visible multi-purpose container (head/body/foot), which can group other elements.
  • NEW deprecated.less: deprecated variables are redirected to their successors or a viable default
  • NEW @spaceSmall, @spaceMedium, @spaceLarge too better coordinate space between different objects.
  • NEW cascading .{input-groups} are now supported
  • NEW .{input-group}-items and their modifiers help to style (cascading) .{input-groups}

Removed

  • removed old browser support from reset.less
  • Let the guards down: removed guards from generic elements and colorize mixins (see deprecated.less for more)
  • removed white-space: nowrap; from .genericLabel()