All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add Ruby 3.4 to the test matrix (#23)
- Add Rails 8.0 to the test matrix (#22)
- Reintroduce Ruby 2.7 into the test matrix (#20)
So tested rubies match with supported Rails versions minimum requirements - Drop support for Rails 6.1 (#20)
- Update test matrix to add Rails 7.2 (#17)
- Compatibility with Cocooned 2.1 (#15)
- Compatibility with Rails 7.1 (#14)
- Update test matrix (#14)
Add Ruby 3.3. Drop Ruby 2.6 and Ruby 2.7
- Allow to customize strong parameters names on a block class with
.strong_parameters_names
(#11) - Allow to change composite_content views base path with
CompositeContent::Engine.config.views_path
(#10)
- Typo in french translations
- Update Cocooned dependency to
~2.0.0
(#5)
If you installed a previous version ofcomposite_content
, you may need to run installation generator again or to apply to your templates changes suggested in Cocooned migration guide.
- Reduce RuboCop configuration to minimal (#6)
- Migrate from Travis CI to Github Actions (#2)
- Add Ruby 3.2 to the test matrix (#1)
- Initial release