Skip to content
Merged

v2.21.0 #1435

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Spina CMS Changelog

## 2.21

### 2.21.0 (May 22nd, 2026)
* Added support for MySQL and SQLite databases
* Added menu_id config option to MenuPresenter
* Upgraded to Tailwind v4
* Updated to Rails 8.1.2
* Updated ViewComponent to v4
* Refactored configuration
* Fixed multiple Trix dialogs not opening properly
* Fixed z-index of PageLink and ResourceLink dropdowns
* Fixed SVG display in flex containers
* Fixed named deprecator warning
* Updated gem dependencies

## 2.20

### 2.20.0 (May 5th, 2025)
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ gemspec
# Assets for the dummy app (can also be sprockets, but propshaft is the new default)
gem "propshaft"

# image_processing 2.0 no longer ships a backend; host apps pick vips or mini_magick
gem "ruby-vips"

group :development do
gem "letter_opener"
end
Expand Down
Loading
Loading