Skip to content

3.0.00

Compare
Choose a tag to compare
@sveneberth sveneberth released this 24 Sep 10:21

After more than a year of development Ignite 3.0.00 now serves as a less foundation library.
Put it into any project for a solid boiler plate.
Functions and output file size have been reduced to the bare minimum.
You have to opt-in and initialize functions to use them.

Added

  • all generic components are now guarded: you have to opt-in
  • border mixin is now used in generic components

Changed

  • folders have been restructured
  • »tools« renamed to »mixins«
  • gulpfile changed to adopt the new folder structure
  • moved utility functions to the corresponding mixin less files (e.g. .shd() to shadow.less)
  • moved .basicInput() to its own less file
  • more undocumented changes
  • version syntax from "-v" to "--" (&-vSmall is now &--small)

Removed

  • grid.less has been removed, please use display: grid;
  • util.less has been removed
  • cleaned up some obsolete vendor prefixes
  • camelCase in class names (btnGroup, optionGroup, -vSmall etc.)