зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
chore: Bump to version 1.3.0
Этот коммит содержится в:
1
.tool-versions
Обычный файл
1
.tool-versions
Обычный файл
@@ -0,0 +1 @@
|
||||
ruby 3.4.2
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
activeadmin_quill_editor (1.2.0)
|
||||
activeadmin_quill_editor (1.3.0)
|
||||
activeadmin (>= 2.9, < 4)
|
||||
|
||||
GEM
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
module ActiveAdmin
|
||||
module QuillEditor
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.3.0'
|
||||
QUILL_VERSION = '1.3.7'
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "activeadmin_quill_editor",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Quill Editor for ActiveAdmin",
|
||||
"author": "Mattia Roccoberton <mat@blocknot.es>",
|
||||
"license": "MIT",
|
||||
|
||||
Ссылка в новой задаче
Block a user