Change is the essence.
- Added:
yarn.lock
file is added due to the development problems with npm. If you're willing to develop a feature for Gerillass, please consider using Yarn instead.
-
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 If you're having a problem running Gerillass v1.3.0 please consider using Dart Sass instead of LibSass. 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.scss
andgerillass-prefix.scss
files in order to be able to usemath.div()
method.
- Removed:
yarn.lock
file is removed.
- Added:
sass-loader
package has been added. - Added:
sass
package has been added. - Removed:
node-sass
package is removed in order to fix vulnerability issues.
- Updated:
node-sass
version is updated from ^4.14.1 to ^7.0.1.
- Updated:
extend
usage is updated for Loadify mixin. - Updated: The title of
CHANGELOG.md
file has been changed.
- Added:
__isTime
function is added to validate the time values. - Updated: Loadify mixin has been refactored.
- Updated: Loadify mixin has been updated. The
init
argument is now available to initialize the mixin at the root level of stylesheet. - Removed:
.travis.yml
file. Travis CI integration no longer available.
- Added: The
extend
directive has been added to use Loadify mixin for multiple selectors.
- Added: Loadify mixin added to the library in order to help page elements render more natural during the time of page loads.
- Updated:
box-sizing
property has been added to the Columnizer mixin.
- Uptaded: An update for security vulnerabilities.
- Bugfix for a comment.
- Remove all the
gls-
prefixes from the mixin files under thelibrary
folder and make prefix usage optional (gls-
prefix still can ben use).
- Changelog created!