From 1569b1ff18d8dd47ba64ca73d5ae46c5004d11ee Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Tue, 18 Mar 2025 22:15:04 +0100 Subject: [PATCH] chore: Bump to version 1.3.0 --- .tool-versions | 1 + Appraisals | 2 ++ CHANGELOG.md | 9 +++++++++ gemfiles/rails61_activeadmin.gemfile.lock | 3 ++- gemfiles/rails61_activeadmin29.gemfile.lock | 3 ++- gemfiles/rails70_activeadmin.gemfile.lock | 12 ++++++------ gemfiles/rails71_activeadmin.gemfile.lock | 4 ++-- gemfiles/rails72_activeadmin.gemfile.lock | 4 ++-- gemfiles/rails80_activeadmin.gemfile.lock | 2 +- lib/activeadmin/quill_editor/version.rb | 2 +- package.json | 2 +- 11 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..ae5ecdb --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +ruby 3.4.2 diff --git a/Appraisals b/Appraisals index 94d41e6..e509476 100644 --- a/Appraisals +++ b/Appraisals @@ -13,6 +13,8 @@ end appraise 'rails70-activeadmin' do gem 'activeadmin' gem 'rails', '~> 7.0.0' + + gem 'sqlite3', '~> 1.3' end appraise 'rails71-activeadmin' do diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f82bf1..2ec400e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ An Active Admin plugin to use Quill Rich Text Editor. +## v1.3.0 - 2025-03-18 + +- Javascript API: expose Quill editor query functions +- ImageUploader: reject the Promise if an url is not provided in the response + +## v1.2.0 - 2024-02-29 + +- Update minimum supported Ruby version to 3.0 + ## v1.1.0 - 2023-08-20 - Support ActiveAdmin 3.x diff --git a/gemfiles/rails61_activeadmin.gemfile.lock b/gemfiles/rails61_activeadmin.gemfile.lock index 44bf3aa..3712cc2 100644 --- a/gemfiles/rails61_activeadmin.gemfile.lock +++ b/gemfiles/rails61_activeadmin.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - activeadmin_quill_editor (1.2.0) + activeadmin_quill_editor (1.3.0) activeadmin (>= 2.9, < 4) GEM @@ -168,6 +168,7 @@ GEM net-protocol (0.2.2) timeout net-smtp (0.4.0.1) + net-protocol nio4r (2.7.0) nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) diff --git a/gemfiles/rails61_activeadmin29.gemfile.lock b/gemfiles/rails61_activeadmin29.gemfile.lock index e53c207..0a69fef 100644 --- a/gemfiles/rails61_activeadmin29.gemfile.lock +++ b/gemfiles/rails61_activeadmin29.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - activeadmin_quill_editor (1.2.0) + activeadmin_quill_editor (1.3.0) activeadmin (>= 2.9, < 4) GEM @@ -168,6 +168,7 @@ GEM net-protocol (0.2.2) timeout net-smtp (0.4.0.1) + net-protocol nio4r (2.7.0) nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) diff --git a/gemfiles/rails70_activeadmin.gemfile.lock b/gemfiles/rails70_activeadmin.gemfile.lock index 3c1d987..7945493 100644 --- a/gemfiles/rails70_activeadmin.gemfile.lock +++ b/gemfiles/rails70_activeadmin.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - activeadmin_quill_editor (1.2.0) + activeadmin_quill_editor (1.3.0) activeadmin (>= 2.9, < 4) GEM @@ -164,6 +164,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) + mini_portile2 (2.8.8) minitest (5.22.2) mutex_m (0.3.0) net-imap (0.4.10) @@ -176,9 +177,8 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) parser (3.3.0.5) @@ -304,8 +304,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.7.2-arm64-darwin) - sqlite3 (1.7.2-x86_64-linux) + sqlite3 (1.7.2) + mini_portile2 (~> 2.8.0) thor (1.3.0) timeout (0.4.1) tzinfo (2.0.6) diff --git a/gemfiles/rails71_activeadmin.gemfile.lock b/gemfiles/rails71_activeadmin.gemfile.lock index 31d1e00..3c7f47c 100644 --- a/gemfiles/rails71_activeadmin.gemfile.lock +++ b/gemfiles/rails71_activeadmin.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - activeadmin_quill_editor (1.2.0) + activeadmin_quill_editor (1.3.0) activeadmin (>= 2.9, < 4) GEM @@ -365,7 +365,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.2) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-23 diff --git a/gemfiles/rails72_activeadmin.gemfile.lock b/gemfiles/rails72_activeadmin.gemfile.lock index 0d22d03..b9256e0 100644 --- a/gemfiles/rails72_activeadmin.gemfile.lock +++ b/gemfiles/rails72_activeadmin.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - activeadmin_quill_editor (1.2.0) + activeadmin_quill_editor (1.3.0) activeadmin (>= 2.9, < 4) GEM @@ -384,7 +384,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.2) + zeitwerk (2.6.18) PLATFORMS aarch64-linux-gnu diff --git a/gemfiles/rails80_activeadmin.gemfile.lock b/gemfiles/rails80_activeadmin.gemfile.lock index 9742ac9..532ccfe 100644 --- a/gemfiles/rails80_activeadmin.gemfile.lock +++ b/gemfiles/rails80_activeadmin.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - activeadmin_quill_editor (1.2.0) + activeadmin_quill_editor (1.3.0) activeadmin (>= 2.9, < 4) GEM diff --git a/lib/activeadmin/quill_editor/version.rb b/lib/activeadmin/quill_editor/version.rb index 0f5603d..93a0598 100644 --- a/lib/activeadmin/quill_editor/version.rb +++ b/lib/activeadmin/quill_editor/version.rb @@ -2,7 +2,7 @@ module ActiveAdmin module QuillEditor - VERSION = '1.2.0' + VERSION = '1.3.0' QUILL_VERSION = '1.3.7' end end diff --git a/package.json b/package.json index 12877b3..fb9a231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activeadmin_quill_editor", - "version": "1.2.0", + "version": "1.3.0", "description": "Quill Editor for ActiveAdmin", "author": "Mattia Roccoberton ", "license": "MIT",