зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-08 04:25:51 +03:00
1.0 KiB
1.0 KiB
Quill Editor for ActiveAdmin
An Active Admin plugin to use Quill Rich Text Editor.
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