зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
1.4 KiB
1.4 KiB
Quill Editor for ActiveAdmin
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
- 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
- Minor tests config improvements
v1.0.0 - 2022-04-18
- Set minimum Ruby version to 2.6.0
- Remove
sasscdependency - Enable Ruby 3.0 specs support
- Enable Rails 7.0 specs support
- Internal improvements
v0.3.4 - 2021-03-16
- Fix editor loading with Turbolinks
v0.3.2 - 2021-03-14
- Specs improvements
- Minor internal changes
v0.3.0 - 2020-10-01
- Add Webpacker support
v0.2.14 - 2020-09-10
- JS: enable strict directive
- Minor specs improvement
v0.2.12 - 2020-09-08
- JS refactoring
v0.2.10 - 2020-09-05
- Include Image Uploader plugin
v0.2.9 - 2020-09-04
- Fix not working alignments (issue #8)
- Fix empty editor problem which produces
<p><br></p>(pull request #9)
v0.2.8 - 2020-09-03
- Minor style improvements
- Add specs for editor in nested resources
- Add Rubocop and remove SimpleCov gems
v0.2.4 - 2020-09-01
- Update Quill editor to version 1.3.7
- Add minimum specs (using RSpec)
- Minor internal changes