зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-07 12:05:51 +03:00
chore: Bump version to 2.0.0
Этот коммит содержится в:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
An Active Admin plugin to use Quill Rich Text Editor.
|
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
|
## v1.3.0 - 2025-03-18
|
||||||
|
|
||||||
- Javascript API: expose Quill editor query functions
|
- Javascript API: expose Quill editor query functions
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Please :star: if you like it.
|
|||||||
|
|
||||||
## Install
|
## 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*)
|
After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_editor'` (and execute *bundle*)
|
||||||
|
|
||||||
@@ -35,8 +35,6 @@ If you installed Active Admin without Webpacker support (default for now):
|
|||||||
//= require activeadmin/quill_editor_input
|
//= 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:
|
If you installed Active Admin with Webpacker support:
|
||||||
|
|
||||||
- Execute in your project root:
|
- Execute in your project root:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
module ActiveAdmin
|
module ActiveAdmin
|
||||||
module QuillEditor
|
module QuillEditor
|
||||||
VERSION = '1.3.0'
|
VERSION = '2.0.0'
|
||||||
QUILL_VERSION = '2.0.3'
|
QUILL_VERSION = '2.0.3'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "activeadmin_quill_editor",
|
"name": "activeadmin_quill_editor",
|
||||||
"version": "1.3.0",
|
"version": "2.0.0",
|
||||||
"description": "Quill Editor for ActiveAdmin",
|
"description": "Quill Editor for ActiveAdmin",
|
||||||
"author": "Mattia Roccoberton <mat@blocknot.es>",
|
"author": "Mattia Roccoberton <mat@blocknot.es>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user