Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Releases: volmer/bootsy

2.0.9

25 Aug 15:25
Compare
Choose a tag to compare
  • Fix editor for hidden textareas in Firefox.

2.0.8

15 Apr 20:31
Compare
Choose a tag to compare
  • Do not rely on the visible state to check if an elemant was already initialized (#48).
  • Do not autosave the bootsy resource when an ImageGallery is saved (#54).
  • Bootsy is now compatible with Simple Form 3.1.

2.0.7

08 Mar 13:39
Compare
Choose a tag to compare
  • Updated Carrierwave dependency to 0.10.0.

2.0.6

01 Feb 16:29
Compare
Choose a tag to compare
  • Fixed support to foreign containers.
  • Fixed scroll to top when inserting images (#40).
  • Warn when the bootsy:install generator doesn't find the assets manifests.
  • Fixed compatibility with Turbolinks (#43).

2.0.5

01 Feb 14:49
Compare
Choose a tag to compare
  • Update mini_magick dependency to 3.7.0.

2.0.4

01 Feb 14:48
Compare
Choose a tag to compare
  • Index editors in Bootsy namespace through the textarea id.
  • Fixed compatibility with nested attributes. Now Bootsy can be used in fields_for blocks.
  • Initialize only visible bootsy_areas. Other elements can be initialized by manually
    calling Bootsy.init();.