Spina Versions Save

Spina CMS

v2.18.0

4 months ago

Changelog

  • Added custom title for admin panel
  • Added preview website button
  • Hide navigations if none are present
  • Removed importmap shims
  • Fixed bugs for Rails 7.1
  • Fixed translations
  • Updated gem dependencies

v2.17.0

7 months ago

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

8 months ago

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

10 months ago

Changelog

  • Fix for XSS vulnerability in Pages#edit

v2.15.0

1 year ago

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

1 year ago

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

1 year ago

Changelog

  • Fixed a bug with spina/version.rb

v2.13.0

1 year ago

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

1 year ago

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

1 year ago

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