Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Releases: PixelT/unlimitedGrid

2.4.2

26 Aug 12:23
Compare
Choose a tag to compare
  • update URL documentation

2.4.1

21 Jun 21:05
Compare
Choose a tag to compare
  • Fix $ug-helper-trim function to better support attribute selectors

2.4.0

04 May 21:12
Compare
Choose a tag to compare
  • Add new mixin: ug-bp (for breakpoints)
  • Add new function: ug-replace (for replace char in string)
  • Add scss linter config file
  • Remove $ug-module-offset-media-range
  • Rename $ug-helper-gutter-wrapper to $ug-grid-wrapper-gutter + support custom value for this variable
  • Enable $ug-debug by default + update demo page
  • Replace all @media occurrences to ug-bp mixin
  • Move ug-ordering into two separate modules: ug-pull and ug-push
  • Update gulpfile.js (use gulp-load-plugins now)
  • Update ug-debug mixin (to support $ug-grid-wrapper-gutter value)
  • General code cleanup

2.3.1

28 Mar 09:06
Compare
Choose a tag to compare
  • Fix ug-block module (wrong variables & responsive breakpoint name)
  • Update demo

2.3.0

23 Mar 19:22
Compare
Choose a tag to compare
  • Add new module - block (ug-block)
  • Update (rewrite) ug-hamburger mixin

2.2.2

02 Mar 21:30
Compare
Choose a tag to compare
  • Fix column attribute selector

2.2.1

03 Feb 21:35
Compare
Choose a tag to compare
  • Fix npm package

2.2.0

03 Feb 21:02
Compare
Choose a tag to compare
  • Add unlimitedGrid into npm, Bower and Sache
  • Add $ug-helper-attr-selector variable in settings
  • Add column auto & column expand (only in flexbox grid)
  • Update demo page and doc

2.1.0

12 Dec 16:56
Compare
Choose a tag to compare
  • Fix default $size value parameter in ug-create-triangle mixin
  • Add new mixins: ug-hamburger (create hamburger menu icon), ug-truncate (truncate long text)

2.0.0

16 Nov 07:27
Compare
Choose a tag to compare
  • Add _ug-mixins.scss file, with a lot of usefull SCSS mixins and functions
  • Add possibility to create custom grid by using only the _ug-mixins.scss file
  • Add support for 2 types of grid gutter: ‘margin’ and ‘padding’
  • Add support for rem unit
  • Remove block module
  • Update all grid modules – now the modules are using the mixins from _ug-mixins.scss
  • Update new version and url for grid documentation
  • Update new demo page