Releases: bbc/gel-sass-tools
3.4.0
What's Changed
- feat: Resolve deprecation notices (global built-in functions)
Full Changelog: 3.3.0...3.4.0
3.3.0
Update to Node 20.16.0
Updating to use Node 20.16.0 and updated dependencies at the same time.
However, there should be no change to the assets generated.
Resolve build errors
Fixes issues with the scripts used on jenkins to identify a new tag and to publish it NPM.
Switch to Node 20.8.1
Updating to use Node 20.8.1 and also updated dependencies at the same time.
However, there should be no change to the assets generated.
Update README
Updates the README to reflect the change in name for the function and mixin
(now called toRem
instead of rem
).
Update to sass 1.65
Updates to SASS 1.65 and resolves a conflict in function naming: the rem()
function, and mixin, have been renamed as 'toRem' to avoid using 'rem' as
that is now a reserved function.
Security Advisory: Dependency update
Updates the dependencies to resolve security advisory
GHSA-9v62-24cr-58cx.
RTL fix for border-left on LTR pages
Merge pull request #9 from mmarla/master LIVESCHEDULE 6134 - Change LTR variables and bump
RTL Bug fixes.
A couple of border styles were missing.
border styles added.
- border-left-color
- border-right-color
- border-left-style
- border-right-style