An Active Admin plugin to use Quill Rich Text Editor.
- Update Quill from 1.3.7 to 2.0.3
- Javascript API: expose Quill editor query functions
- ImageUploader: reject the Promise if an url is not provided in the response
- Update minimum supported Ruby version to 3.0
- Support ActiveAdmin 3.x
- Minor tests config improvements
- Set minimum Ruby version to 2.6.0
- Remove
sasscdependency - Enable Ruby 3.0 specs support
- Enable Rails 7.0 specs support
- Internal improvements
- Fix editor loading with Turbolinks
- Specs improvements
- Minor internal changes
- Add Webpacker support
- JS: enable strict directive
- Minor specs improvement
- JS refactoring
- Include Image Uploader plugin
- Fix not working alignments (issue #8)
- Fix empty editor problem which produces
<p><br></p>(pull request #9)
- Minor style improvements
- Add specs for editor in nested resources
- Add Rubocop and remove SimpleCov gems
- Update Quill editor to version 1.3.7
- Add minimum specs (using RSpec)
- Minor internal changes