Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

64 lines (44 loc) · 1.62 KB

Spina CMS Changelog

2.0

⚠️ Beware: lots of changes regarding page content. The old page parts are gone in favor of new JSON-based parts. Read the Upgrading Guide to learn how to upgrade.

Unreleased

  • Resize images embedded in Trix (configurable in spina.rb)
  • Added Spina::Parts::MultiLine

2.0.0.alpha

  • Replaced all page content with JSON-based Spina::Parts
  • Redesigned page editing
  • Redesigned media picker
  • Added content helpers
  • Added json content to Spina::Account
  • Added tests for better test coverage
  • Added slug to Spina::Resource
  • Removed Spina::PagePart and related models
  • Fixed MenuPresenter for pages without translations
  • Refactored jQuery as Stimulus controllers

1.2

1.2.0 (June 29th, 2020)

  • Added support for custom slugs (remember to install the new migration)

1.1

1.1.4 (May 8, 2020)

  • Allow SVGs to be displayed
  • Fixed bug with @extend in sass files
  • Improved translations

1.1.3 (December 25, 2019)

  • Added missing icons to Trix editor

1.1.2 (December 20, 2019)

  • Change Spina's admin font to Metropolis
  • Add missing translations for Spanish
  • Add missing translations for Italian
  • Rename media folders
  • Cleaner Readme.md and guides
  • Removed Font Awesome dependency

1.1.1 (November 11, 2019)

  • Dropped the requirement for Rails to >= 5.2.

1.1.0 (November 3, 2019)

  • Support for Rails 6
  • Support for Sprockets 4
  • Better image management using media folders
  • Upgrade Trix
  • Added documentation
  • Bump gem dependencies
  • Add support for alt texts and links to images in Trix