Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 594 Bytes

Change Log

v2.0.1

🐛 Bug Fixes

  • Fixed 'table_name' issue in Ransack v3 preventing RansackUI from working with Rails 7.1+.

v2.0.0

💥 Breaking Changes

  • Bumped minimum supported version of Select2 from V3 to V4 (Note: Select2 usage is entirely optional.)
  • Changed Ransack dependency requirement from ~> 2.0 to Ransack < 4

🚀 Features

  • Moved project ownership from github.com:ndbroadbent/ransack_ui.git to github.com:fatfreecrm/ransack_ui.git

🐛 Bug Fixes

  • Fixed html issue with "Add a filter" rendering

📝 Documentation

  • Added CHANGELOG.md