Releases: rails/sass-rails
Releases · rails/sass-rails
4.0.4
- Make possible to use any sprockets version in the 2.11 series.
- Require at least sass 3.2.2.
4.0.3
- Make possible to use sprockets-rails 2.1.
4.0.2
4.0.1
- Remove Post Processors from asset evaluation.
4.0.0
- Add support for importing ERB files.
- Remove
Sass::Rails::Compressor
. UseSprockets::SassCompressor
(:sass
option) instead. - Remove
tilt
dependency. - Bump
sprockets-rails
to2.0.0.rc4
. - Remove
compress
option fromconfig.assets
. Instead, turn on compression for all environments except development. - Deprecate
asset_path
andasset_url
with two arguments. - Add Rails 4 support.
- Drop Ruby 1.8 support.
3.1.5
- Several bug fixes.
- Performance and bug fixes when compressing stylesheets.
- Update dependency to latest sass stable release to fix caching issues.
3.1.2
- Add
asset-data-url
helper for base-64 encoding of assets within stylesheets. - Add explicit dependency on sprockets.
3.1.1
- Add explicit version dependency on tilt.
- Add MIT License.