Releases: slim-template/slim-rails
Releases · slim-template/slim-rails
Support for Slim 5
Support for Rails 7 style templates
This release adds support for Rails 7 style templates. Templates for older versions of Rails are still supported.
This and future releases require Ruby 2.5 or later.
New Contributors
- @davidwessman made their first contribution in #180
- @viktorianer made their first contribution in #178
Full Changelog: v3.3.0...v3.5.1
Enabled asset helpers in precompiled templates
What's Changed
- Test against latest ruby and rails by @tagliala in #161
- Add erb to slim instructions in README by @MarkFChavez in #163
- Enable asset helpers in precompiled templates by @yasaichi in #135
- gemspec: Include fewer files. by @olleolleolle in #172
New Contributors
- @MarkFChavez made their first contribution in #163
- @yasaichi made their first contribution in #135
- @olleolleolle made their first contribution in #172
Full Changelog: v3.2.0...v3.3.0
Support for SLIM 4
What's Changed
- Make _register_engine and _register_engine3 private by @hkdnet in #154
- [CI] Test against Ruby 2.5 by @nicolasleger in #151
- Relax dependency for slim v4.0.0 by @sue445 in #155
- Improve travis build by @tagliala in #157
New Contributors
Full Changelog: v3.1.3...v3.2.0
Improved compatibility with Sprockets 4
Improved compatibility with Sprockets 4 and minor adjustments to templates.
Tested compatibility with Ruby 2.4
Updated CI specifications for new Ruby 2.4. Added config.eager_load=false
to the dummy app to avoid warning with Rails 4.x.
Code cleanup and refactoring
Cleanup, relaxed development dependencies
Support for Rails 4.2
This release uses slim 3.0 and supports rails 3.1 to 4.2