All Versions
36
Latest Version
Avg Release Cycle
128 days
Latest Release
1447 days ago

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
  • 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 use less-rails.before.load_config_initializers.