All Versions
36
Latest Version
Avg Release Cycle
128 days
Latest Release
1153 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.0 Changes
April 11, 2020- โก๏ธ Update dependencies (Rails 5.2 and 6.0, Ruby 2.6 and Ruby 2.7a), drop old rubies and rails versions.
- โฌ๏ธ Dropping official JRuby support (removing it from CI).
- ๐ Lock to sprockets ~> 3.0.
-
v4.0.0 Changes
October 31, 2018- The import scanner now takes into account multiple import options.
- โ Removed Tilt and Grease as dependencies.
- ๐ฅ Breaking Change: If you are requiring your less files using the extension, e.g:
*= require semantic_ui/definitions/modules/accordion.less
you need to remove the extension like so:*= require semantic_ui/definitions/modules/accordion
-
v4.0.0.rc1
August 24, 2018 -
v3.0.0 Changes
October 01, 2017- ๐ Solve deprecation warning via Grease adapter!
-
v2.8.0 Changes
October 12, 2016- ๐ Make it possible to pass parameters to less.rb Fixes https://github.com/metaskills/less-rails/issues/94
-
v2.7.1 Changes
January 09, 2016- ๐ Fix Sprockets 3 integration. Thanks @suzan2go and @ccallebs!
-
v2.7.0 Changes
April 16, 2015- compatibility with Sprockets 3
- โฌ๏ธ Drop Rails 3.x support
-
v2.6.0 Changes
November 06, 2014- โก๏ธ Update to Less.rb v2.6.
- ๐ Merge PR #88 'Fix dropped import dependencies'.
-
v2.5.0 Changes
March 11, 2014- โก๏ธ Update to Less.rb v2.5 and follow version mirror. Fixes #84.
-
v2.4.2 Changes
September 07, 2013- ๐ Another stab at better initialization process. Fixes #68. Fixes #62.
NOTE: If you were using
less-rails.after.load_config_initializers
, please change your initializer to useless-rails.before.load_config_initializers
.
- ๐ Another stab at better initialization process. Fixes #68. Fixes #62.
NOTE: If you were using