Releases: blocknotes/activeadmin_quill_editor
Releases · blocknotes/activeadmin_quill_editor
v2.0.0
What's Changed
- Update Quill to version 2.0.3 by @blocknotes in #61
- Update Quill imageUploader plugin by @blocknotes in #63
- Improve tests by @blocknotes in #60
- Improve dev and test setup by @blocknotes in #59
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed
- Javascript API: Quill editor query functions by @blocknotes in #55
- Add check to prevent GET request for non-existent image after upload by @Shyrokonis in #47
- Docker dev setup by @blocknotes in #50 and #51
New Contributors
- @Shyrokonis made their first contribution in #47
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- update minimum Ruby version to 3.0 by @blocknotes in #42
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Allow ActiveAdmin 3 by @alejandroperea in #36
- chore: update tests config by @blocknotes in #38
New Contributors
- @alejandroperea made their first contribution in #36
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Set minimum Ruby version to 2.6.0
- Remove
sasscdependency - Enable Ruby 3.0 specs support
- Enable Rails 7.0 specs support
- Internal improvements
Full Changelog: v0.3.4...v1.0.0
v0.3.4
- Fix editor loading with Turbolinks
v0.3.2
- Specs improvements
- Minor internal changes
v0.3.0
- Add Webpacker support
v0.2.14
- JS: enable strict directive
- Minor specs improvement
v0.2.12
- JS refactoring