Skip to content

Releases: selfishprimate/gerillass

v.1.3.1

28 Jul 19:33
e1e88ef
Compare
Choose a tag to compare
  • Added: yarn.lockfile is added due to the development problems with npm. If you're willing to develop a feature for Gerillass, please consider using Yarn instead.

v1.3.0

21 Feb 20:56
Compare
Choose a tag to compare
  • Important Note: Because LibSass and the packages built on it, including Node Sass, are deprecated, Gerillass will no longer support LibSass since v1.3.0 Read more about the issue
  • Updated: The usage of division outside of calc() has been updated for the future versions of Dart Sass. Deprecated codes have been replaced with math.div() method. Updated mixins and functions are as follows: background-dots, ratio-box, responsive-video, triangle, clear-unit, convert-to-em, remify.
  • Added: @use "sass:math"; at rule has been added at the top of gerillass.scss and gerillass-prefix.scss files in order to be able to use math.div() method.

v1.2.7

14 Feb 18:52
Compare
Choose a tag to compare
  • Removed yarn.lock file.
  • Removed node-sass in order to fix vulnerability issues.
  • Added sass-loader package.
  • Added sass package instead of node-sass.

v1.2.5

14 Feb 12:40
Compare
Choose a tag to compare

Updated node-sass version from ^4.14.1 to ^7.0.1.

v1.2.4

31 Jan 18:11
Compare
Choose a tag to compare
  • Updated extend usage for Loadify mixin.
  • Updated the title of CHANGELOG.md file.
  • Fixed vulnerability issues for yargs-parser package.

v1.2.3

21 Jan 14:39
Compare
Choose a tag to compare
  • Added isTime function to validate the time values.
  • Optimized the Loadify mixin.

v1.2.2

17 Jan 18:02
Compare
Choose a tag to compare
  • Update the Lodify mixin. The init argument is now available to initialize the mixin.
  • Remove Travis CI integration.
  • Add issue templates for bug reports and feature requests.

v1.2.1

15 Jan 21:48
Compare
Choose a tag to compare

Add extend Sass directive for Loadify mixin to avoid code repetition.

v1.2.0

15 Jan 15:08
5f49da1
Compare
Choose a tag to compare

Loadify: A new mixin to help page elements render more natural during the time of page loads.

v1.1.3

13 Jul 12:01
Compare
Choose a tag to compare

Add box-sizing: border-box property to Columnizer mixin to make it work properly.