Releases: selfishprimate/gerillass
Releases · selfishprimate/gerillass
v.1.3.2
v.1.3.1
- 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
- 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 ofgerillass.scssandgerillass-prefix.scssfiles in order to be able to usemath.div()method.
v1.2.7
- Removed
yarn.lockfile. - Removed
node-sassin order to fix vulnerability issues. - Added
sass-loaderpackage. - Added
sasspackage instead ofnode-sass.
v1.2.5
Updated node-sass version from ^4.14.1 to ^7.0.1.
v1.2.4
- Updated
extendusage for Loadify mixin. - Updated the title of
CHANGELOG.mdfile. - Fixed vulnerability issues for
yargs-parserpackage.
v1.2.3
- Added
isTimefunction to validate the time values. - Optimized the Loadify mixin.
v1.2.2
- Update the Lodify mixin. The
initargument is now available to initialize the mixin. - Remove Travis CI integration.
- Add issue templates for bug reports and feature requests.
v1.2.1
Add extend Sass directive for Loadify mixin to avoid code repetition.
v1.2.0
Loadify: A new mixin to help page elements render more natural during the time of page loads.