Releases: blocknotes/activeadmin_froala_editor
Releases · blocknotes/activeadmin_froala_editor
v1.2.1
v1.2.0
What's Changed
- Update Froala to 4.5.1 by @blocknotes in #28
Internal changes
- test: Improve tests using page objects by @blocknotes in #30
- ci: Update components' versions by @blocknotes in #24
- Add new test workflows to the CI by @blocknotes in #26
- Docker dev setup by @blocknotes in #25
- Improve dev setup by @blocknotes in #27
- Update Rubocop config and fix warnings by @blocknotes in #29
- build: Rename default branch to main by @blocknotes in #23
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Change minimum Ruby version to 3.0
- Change minimum ActiveAdmin version to 2.9
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Set minimum Ruby version to 2.6.0
- Remove
sasscdependency - Update Froala to version 4.0.10
- Enable Ruby 3.0 specs support
- Enable Rails 7.0 specs support
- Internal improvements
Full Changelog: v0.4.0...v1.0.0
v0.4.0
- Update Froala to version 4.0.4
- Permits to load editor options form a window object
- Improve specs
v0.3.0
- Webpacker support
- Specs improvements
- Minor internal changes
v0.2.12
- Update Froala editor to version 3.2.6
v0.2.10
- Fix editor loading with Turbolinks
- Update dependencies to test on Rails 6.1
- Minor specs improvements
v0.2.8
- JS refactoring (init the editor by data attribute in place of class name, use an anonymous function wrapper, enable strict directive)
- Minor specs improvements
- README changes
v0.2.4
- Include CSRF token in POST requests
- Minor style improvements
- Add specs for editor in nested resources
- Add Rubocop and remove Simplecov
- Add a new example: upload plugin using Active Storage