Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

An Active Admin plugin to use Trumbowyg Editor.

## v1.2.0 - 2025-04-13

- Update Trumbowyg to version 2.31.0
- Internal: improve tests
- Internal: update dev setup
- Internal: update CI configuration

## v1.1.0 - 2024-02-18

- Set minimum Ruby version to 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/trumbowyg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveAdmin
module Trumbowyg
VERSION = '1.1.0'
VERSION = '1.2.0'
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activeadmin_trumbowyg",
"version": "1.1.0",
"version": "1.2.0",
"description": "An Active Admin plugin to use Trumbowyg as WYSIWYG editor in form inputs.",
"main": "index.js",
"repository": "https://github.com/blocknotes/activeadmin_trumbowyg",
Expand Down