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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

An Active Admin plugin to use Quill Rich Text Editor.

## v2.0.0 - 2025-04-15

- Update Quill from 1.3.7 to 2.0.3

## v1.3.0 - 2025-03-18

- Javascript API: expose Quill editor query functions
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please :star: if you like it.

## Install

_NOTE_: Ruby 2.7 is supported until version 1.1.0
_NOTE_: the gem 2.x provide Quill 2.x, while Quill 1.x is provided with the gem version 1.x

After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_editor'` (and execute *bundle*)

Expand All @@ -35,8 +35,6 @@ If you installed Active Admin without Webpacker support (default for now):
//= require activeadmin/quill_editor_input
```

> **UPDATE FROM VERSION <= 2.0**: please add to your _app/assets/stylesheets/active_admin.scss_ the line `@import 'activeadmin/quill_editor/quill.snow';`

If you installed Active Admin with Webpacker support:

- Execute in your project root:
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/quill_editor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module ActiveAdmin
module QuillEditor
VERSION = '1.3.0'
VERSION = '2.0.0'
QUILL_VERSION = '2.0.3'
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_quill_editor",
"version": "1.3.0",
"version": "2.0.0",
"description": "Quill Editor for ActiveAdmin",
"author": "Mattia Roccoberton <mat@blocknot.es>",
"license": "MIT",
Expand Down