Releases: rails/sass-rails
Releases · rails/sass-rails
6.0.0
Breaking change
-
Move the implementation to sassc-rails.
This gem is now only just a wrapper around sassc-rails. For more information on how sassc differs from Ruby sass see https://github.com/sass/sassc-rails#libsass-compatibility-with-ruby-sass.
v5.0.7
- Remove ruby warnings
v5.0.6
5.0.5
- Support Rails 5
5.0.4
- Allow Tilt 2 usage
- Allow no compression for all environments
5.0.3
- Fixed file permissions
5.0.2
- Configure assets environment inside a
configure
block. This fixes an issue with sprockets-rails' master branch.
5.0.1
- Fixed
@import
glob related caching bug
5.0.0
- Register scss and sass extensions for rake notes
- Make possible to use sprocktes > 2.8 and < 4
- Make possible to use sass ~> 3.1
- Deprecate .css.scss and .css.sass extensions
- Limit
=require
to .css only files and@import
to .scss files. Avoid mixing the two.
4.0.5
- Make possible to use sprockets 2.12.