All Versions
37
Latest Version
Avg Release Cycle
225 days
Latest Release
-

Changelog History
Page 1

  • v1.2.15 Changes

    • ๐Ÿš… Rails 6 compatible: publish the js to npm. [nathanvda]
    • โœ‚ Remove side-effects on render_options. Fixes #478. [nathanvda]
    • Prevent propagation to parent elements on add field event. [Ashley Van De Poel]
  • v1.2.14 Changes

    June 26, 2019
    • ๐Ÿ— Use form builder to add hidden _destroy field. [Ranko Radonic]
  • v1.2.13 Changes

    June 18, 2019
    • โž• Add originalEvent extra param to insert and remove events. [Daniel Olivares]
    • Prevent propagation to parent elements. [Zmago Devetak]
  • v1.2.12 Changes

    October 18, 2018
    • ๐Ÿ›  Fix compatibility for Mongoid 7. [Cyril Duchon-Doris]
    • ๐Ÿšš Use .detach() instead of .remove() for removing dynamic assocs. [Jeremiah Megel]
  • v1.2.11 Changes

    October 26, 2017
    • ๐Ÿ‘ Allow events to be cancelled in the 'before' callbacks. [Will Gordon]
  • v1.2.10 Changes

    May 11, 2017
    • Don't directly load AV::Base in the initializer, but use AS lazy load hook. [Akira Matsuda]
    • Correctly work with Turbolinks 5 events. [nathanvda]
  • v1.2.9 Changes

    March 21, 2016
    • ๐Ÿ‘ Allow passing a function to data-association-insertion-node that takes the link_to_add_association node as the parameter and returns a node. [Ryo Yamada]
  • v1.2.8 Changes

    February 25, 2016
    • ๐Ÿ‘‰ Make turbolinks compliant. [nathanvda]
  • v1.2.7 Changes

    January 27, 2016
    • Use I18n for link_to_*_association texts.
    • ๐Ÿ›  Check form class to more accurately render add association form partials. Fixes #291.
    • ๐Ÿšš Move to rspec ~> 3.0.
  • v1.2.6 Changes

    March 18, 2014
    • โž• added some explicit documentation we use haml. Fixed the formtastic example.
    • ๐Ÿ›  "unfreeze" frozen objects. Fixes #193.
    • IE8 jquery fix (thanks @niuage).
    • ๐Ÿ‘€ merged #191 which fixes an issue with a monkeypatched CGI. For more info, see ticket #191. Thanks gsmendoza.