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

Releases: volmer/bootsy

2.3.1

21 Oct 00:25
Compare
Choose a tag to compare
  • Bootsy now supports Turbolinks 5 and up.

2.3.0

08 Jun 04:44
Compare
Choose a tag to compare
  • Bootsy no longer depends on Remotipart.
  • Fix bug where modal is rendered with the app layout (#211 - thanks @StGalant).
  • Removed install generator. Users now need to create the initializer and locale
    files manually when needed.

2.2.2

08 Jun 04:43
Compare
Choose a tag to compare
  • Fix compatibility with Sprockets 3.0.

2.2.1

25 Dec 06:22
Compare
Choose a tag to compare
  • Rollback to jhollingworth/bootstrap-wysihtml5.

    Sadly, Bootsrap3-wysihtml5 has proven to be just another unreliable fork that, apart from an initial enthusiasm, ended up as any other fork of the original library: abandoned and unresponsive.

2.2.0

20 Nov 04:38
Compare
Choose a tag to compare
  • Move to Bootstrap3-wysihtml5.
    This is backwards incompatible if you rely on previous events or functions.
  • New blockquote button - you can disable it in your initalizer.
  • This version is backwards incompatible if you are using custom locales:
    New keys were added and the javascript locales structure was changed considerably.
    Please use this file
    as a reference and update your files accordingly.

2.1.0

07 Mar 03:55
Compare
Choose a tag to compare
  • Rescue failed gallery upload (#111 - thanks @rzane).
  • Allow uploading images from a url (#112 - thanks @rzane).
  • Add a polyfill for Function.prototype.bind (#113 - thanks @rzane).
  • Default locale to en if translations are missing (#24).

2.0.13

20 Jan 04:53
Compare
Choose a tag to compare

Fix install generator (#110).

2.0.12

20 Jan 04:53
Compare
Choose a tag to compare

Allow youtube embed codes (#71 - thanks @markusherzog).

2.0.11

02 Oct 00:26
Compare
Choose a tag to compare
  • Fix orange color (#94).
  • Fix locale generator (#95).

2.0.10

25 Aug 15:25
Compare
Choose a tag to compare
  • Fix event handling for Turbolinks on Internet Explorer (#43).
  • Fix helper inclusion when ApplicationController is eager loaded (#85).