Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

69 lines (45 loc) · 2.61 KB

trix-rails changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Master

Not released

2.4.0

Released December 15th, 2021

  • 🚫 Remove old appraisals for Rails 5.1.x and below (support will be removed in trix-rails 3.x)
  • ✅ Add Appraisal configuration for Rails 7
  • ✅ Relax gemspec to support Rails versions greater than 4.x
  • ✅ Setup GitHub CI for running gem tests against Ruby 2.7 and 3.0
  • 💪 Bump version to 2.4.0

2.3.0

Released December 6th, 2020

  • ✅ Relax gemspec for Rails 6.1 and higher offical release.
  • ✅ Add Appraisal configration for Rails 6.1.
  • ✅ Upgrade to Trix 1.3.1
  • 💪 Bump to version 2.3.0

2.2.0

Released September 13, 2019

  • ✅ Upgrade to Trix 1.2.0
  • 💪 Bump to version 2.2.0
  • 🚫 Remove appraisals for Rails 4.2 (support will be removed in trix-rails 3.x)

2.1.0

Released September 9, 2019

  • 🐛🔨 Add customizable input name for trix-editor in simple form (#12). Thanks @ptrr!
  • 💪 Modify Gemspec to support Rails 6 (#17). Thanks @afomera!
  • 💪 Bump to version 2.1.0

2.0.0

Released September 29, 2018

  • ✅ Upgrade to Trix 1.0.0 🎉
  • ☝️ Note: following this project's versioning policy, the major version for trix-rails is likewise bumped when Trix receives a major version bump.
  • 🐛🔨 simple_form helper outputs hidden input tag before trix editor tag (#10). Thanks @bensie!
  • 💪 Add appraisals for Rails 5.2.1

1.0.1

Released September 20, 2018

  • ✅ Upgrade to Trix 0.12.1.
  • 🐛🔨 Formtastic helper outputs hidden input tag before trix editor tag (#9). Thanks @ch000!

1.0.0

Released September 2, 2018

  • ✅ Bumped to version 1.0.0 — trix-rails version numbers are now independent of Trix itself. See this issue for more detail.
  • ✅ Upgrade to Trix 0.12.0.
  • ✅ Added support for Ruby 2.5.1.
  • 🚫 Dropped support for Ruby 2.2.
  • 🐛🔨 Allow additional options when using simple_form (#8). Thanks @phylor!