Skip to content

Commit 8f7d438

Browse files
authored
v2.19.0 (#1400)
* Update 2.19 * Rails 7.2 for now * Update ruby version * Change date in Changelog * Refactor OpenStruct into Struct * Add line to changelog * Correctly setup file_fixture_path and remove reference to other fixtures
1 parent d5b7770 commit 8f7d438

File tree

10 files changed

+209
-165
lines changed

10 files changed

+209
-165
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['3.2']
14+
ruby-version: ['3.3']
1515

1616
services:
1717
postgres:

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Spina CMS Changelog
22

3+
## 2.19
4+
5+
### 2.19.0 (March 1st, 2025)
6+
* Added ResourceLink as page part
7+
* Added optional text to PageLink part
8+
* Added localization for Danish language
9+
* Replaced tailwindcss-rails with tailwindcss-ruby
10+
* Support Turbo 8
11+
* Fixed bug with Spina PageLink part
12+
* Fixed deprecation warning for enum in Rails 7.2
13+
* Refactored OpenStruct into Struct
14+
315
## 2.18
416

517
### 2.18.0 (January 10th, 2024)
@@ -309,4 +321,4 @@ _No changes since beta_
309321
* Upgrade Trix
310322
* Added documentation
311323
* Bump gem dependencies
312-
* Add support for alt texts and links to images in Trix
324+
* Add support for alt texts and links to images in Trix

0 commit comments

Comments
 (0)