Skip to content

Releases: SpinaCMS/Spina

v2.18.0

10 Jan 11:18
d76f865
Compare
Choose a tag to compare

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

06 Oct 11:04
eae8bc6
Compare
Choose a tag to compare

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

23 Aug 14:08
3560387
Compare
Choose a tag to compare

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

28 Jun 11:11
c7fd5b7
Compare
Choose a tag to compare

Changelog

  • Fix for XSS vulnerability in Pages#edit

v2.15.0

10 May 08:34
72c2018
Compare
Choose a tag to compare

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

22 Feb 09:42
b643139
Compare
Choose a tag to compare

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

13 Dec 14:53
bce2cba
Compare
Choose a tag to compare

Changelog

  • Fixed a bug with spina/version.rb

v2.13.0

11 Dec 17:19
a629a6e
Compare
Choose a tag to compare

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

26 Aug 08:52
4c775ac
Compare
Choose a tag to compare

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

13 Jul 08:37
170e86b
Compare
Choose a tag to compare

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