Releases: jekyll/jekyll-sass-converter
Releases · jekyll/jekyll-sass-converter
v3.0.0
v2.2.0
Minor Enhancements
- Support sass-embedded as alternative implementation (#124)
Bug Fixes
- Source map sources should to be relative to site.source (#119)
- Sourcemaps should not be rendered by Liquid (#123)
Development Fixes
- Migrate from AppVeyor CI to GH Actions (#125)
- Refactor specs to reduce repetition (#126)
- Reduce overall class size (#132)
- Use new sass-embedded api (#131)
- Add workflow to release gem via GH Actions (#134)
Documentation
v2.1.0
v2.0.1
v2.0.0
Major Enhancements
- Migrate to sassc gem (#75)
- Use and test sassc-2.1.0 pre-releases and beyond (#86)
- Drop support for Ruby 2.3 (#90)
Minor Enhancements
- Generate Sass Sourcemaps (#79)
- Configure Sass to load from theme-gem if possible (#80)
- SyntaxError line and filename are set by SassC (#85)
- Memoize #jekyll_sass_configuration (#82)
Development Fixes
- Target Ruby 2.3 (#70)
- Lint with rubocop-jekyll (#73)
- Clear out RuboCop TODO (#87)
- Cache stateless regexes in class constants (#83)
- Add appveyor.yml (#76)
Bug Fixes
- Fix rendering of sourcemap page (#89)
v2.0.0.pre.beta
v1.5.2
v1.5.1
v1.5.0
v1.4.0
Minor Enhancements
- Bump Sass to v3.4 and above. (#40)
- Strip byte order mark from generated compressed Sass/SCSS (#39)
- Strip BOM by default, but don't add in the
@charset
by default (#42)
If you want to add @charset "UTF-8"
by default, set the following in your _config.yml
:
sass:
add_charset: true
Development Fixes
- Add Jekyll 2 & 3 to test matrix (#41