Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.61 KB

Changelog

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.

[Unreleased]

Changed

  • Add Ruby 3.4 to the test matrix (#23)

Version 2.2.0 (2024-10-01)

Changed

  • 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)

Version 2.1.1 (2024-02-10)

Changed

  • 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

Version 2.1.0 (2023-08-29)

Added

  • 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)

Fixed

  • Typo in french translations

Version 2.0.0 (2023-03-07)

Breaking changes

  • Update Cocooned dependency to ~2.0.0 (#5)
    If you installed a previous version of composite_content, you may need to run installation generator again or to apply to your templates changes suggested in Cocooned migration guide.

Changed

  • Reduce RuboCop configuration to minimal (#6)
  • Migrate from Travis CI to Github Actions (#2)
  • Add Ruby 3.2 to the test matrix (#1)

Version 1.0.0 (2022-08-06)

  • Initial release