Skip to content

Commit

Permalink
v2.3.0 (#773)
Browse files Browse the repository at this point in the history
* Update to v2.3.0
  • Loading branch information
Bramjetten authored Aug 12, 2021
1 parent d06f4f3 commit 2b830f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.2.0)
spina (2.3.0)
ancestry
attr_json
babosa
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit 2b830f3

Please sign in to comment.