From 2b830f35fb9d12bab626700a8459299674e38dd9 Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Thu, 12 Aug 2021 09:33:46 +0200 Subject: [PATCH] v2.3.0 (#773) * Update to v2.3.0 --- CHANGELOG.md | 15 +++++++++++---- Gemfile.lock | 2 +- lib/spina/version.rb | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beca92911..ab7918653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ ## 2.2 -### Unreleased -* Added an API +### 2.3.0 (August 12th, 2021) +* Added an API! +* Added transliterations for non-latin characters in URLs +* Updated Stimulus + Turbo +* Updated importmap to use the importmap-rails gem +* Updated Russian locales +* Fixed overflow CSS-bug in media folders +* Fixed focus CSS-bug in Chrome +* Removed old importmap helpers ### 2.2.0 (July 26th, 2021) * Added download link to attachments in media library @@ -15,8 +22,8 @@ ### 2.1.1 (July 13th, 2021) * Fixed bugs with attachments (#746 / #747) -* Updated spanish locales -* Updated german locales +* Updated Spanish locales +* Updated German locales ### 2.1.0 (July 3rd, 2021) * Refactored all javascript with Hotwire diff --git a/Gemfile.lock b/Gemfile.lock index 275fa3243..36836fcb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.2.0) + spina (2.3.0) ancestry attr_json babosa diff --git a/lib/spina/version.rb b/lib/spina/version.rb index bae9257d7..78bbf0bc7 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.2.0" + VERSION = "2.3.0" end