Skip to content

Commit f291f7e

Browse files
authored
Merge pull request #62 from blocknotes/chore/bump-to-2.0.0
Bump version to 2.0.0
2 parents 3cc5683 + df94427 commit f291f7e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
An Active Admin plugin to use Quill Rich Text Editor.
44

5+
## v2.0.0 - 2025-04-15
6+
7+
- Update Quill from 1.3.7 to 2.0.3
8+
59
## v1.3.0 - 2025-03-18
610

711
- Javascript API: expose Quill editor query functions

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please :star: if you like it.
1717

1818
## Install
1919

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

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

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

38-
> **UPDATE FROM VERSION <= 2.0**: please add to your _app/assets/stylesheets/active_admin.scss_ the line `@import 'activeadmin/quill_editor/quill.snow';`
39-
4038
If you installed Active Admin with Webpacker support:
4139

4240
- Execute in your project root:

lib/activeadmin/quill_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActiveAdmin
44
module QuillEditor
5-
VERSION = '1.3.0'
5+
VERSION = '2.0.0'
66
QUILL_VERSION = '2.0.3'
77
end
88
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activeadmin_quill_editor",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Quill Editor for ActiveAdmin",
55
"author": "Mattia Roccoberton <mat@blocknot.es>",
66
"license": "MIT",

0 commit comments

Comments
 (0)