Releases: SpinaCMS/Spina
Releases · SpinaCMS/Spina
v2.18.0
v2.17.0
Changelog
- Added support for Rails 7.1
- Added localization for Czech language
- Added support for multiple sections for layout parts
- Updated page select form
- Updated post-install message
- Updated gem dependencies
- Fixed: scoped collection on NavigationItems
v2.16.0
Changelog
- Added support for custom URLs in Navigation (remember the install the new migration)
- Added support for pasting images into the Trix editor
- Added data-trix-button-group to trix toolbar
- Updated theme config to support ancestry settings
- Updated various translations
- Updated gem dependencies
- Fixed: Exclude generated tailwind config from VCS
- Fixed: Use default theme by default
v2.15.1
Changelog
- Fix for XSS vulnerability in Pages#edit
v2.15.0
Changelog
Notice: ViewComponent was updated to v3 in this release, make sure your own components use the new Slots API
- Updated ViewComponent to v3
- Updated gem dependencies
- Fixed german translations
v2.14.0
Changelog
- Added Spina::Parts::PageLink part
- Added search to the media library
- Added collapsable nested pages (remember to install the new migration)
- Added hint for Spina::Parts::MultiLine
- Fixed CSS bugs in Trix
- Fixed bug with AttrJson 2.0
- Fixed missing translations
- Updated gem dependencies
- Removed StandardRB
v2.13.1
Changelog
- Fixed a bug with spina/version.rb
v2.13.0
Changelog
- Added support for
layout:
to view templates - Added StandardRB to SpinaCMS development
- Added item_name to repeater part
- Added inline file upload to attachment parts
- Refactored the install generator
- Fixed page redirect after deleting page in a resource
- Fixed logout button icon
- Deprecated the use of app/decorators in favor of app/overrides
- Updated gem dependencies
v2.12.0
Changelog
- Added pagination to long lists of pages
- Refactored current_account to current_spina_account
- Updated Heroicons to v2
- Updated gem dependencies
v2.11.0
Changelog
🚨 Security update
-
Added support for symbols in serialized YAML column (RAILS CVE-2022-32224)
-
Added customizable tailwind plugins
-
Added touch:true to page_resource relation on page.rb
-
Added button to delete translation
-
Added fallback to I18n.default_locale when not using Spina.config.locales
-
Updated gem dependencies