Skip to content

Releases: blocknotes/activeadmin_froala_editor

v1.2.1

05 Jul 09:18
4151e53

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Apr 07:32
bb4f223

Choose a tag to compare

What's Changed

Internal changes

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Feb 20:31
6090994

Choose a tag to compare

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

18 Apr 13:30
6c6148d

Choose a tag to compare

What's Changed

  • Set minimum Ruby version to 2.6.0
  • Remove sassc dependency
  • 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

04 Aug 06:25

Choose a tag to compare

  • Update Froala to version 4.0.4
  • Permits to load editor options form a window object
  • Improve specs

v0.3.0

28 May 06:26

Choose a tag to compare

  • Webpacker support
  • Specs improvements
  • Minor internal changes

v0.2.12

19 Mar 08:43

Choose a tag to compare

  • Update Froala editor to version 3.2.6

v0.2.10

18 Mar 07:33

Choose a tag to compare

  • Fix editor loading with Turbolinks
  • Update dependencies to test on Rails 6.1
  • Minor specs improvements

v0.2.8

09 Sep 17:22

Choose a tag to compare

  • 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

03 Sep 07:11

Choose a tag to compare

  • 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