Skip to content

Releases: mu-lib/mu-jquery-wire

v2.0.0

02 Sep 08:29
Compare
Choose a tag to compare

Features

  • callback should return instance not class (c3c7b87)
  • follow standard jQuery praxsis for 'this' (42997c8)
  • remove .find from $.fn.wire and instead rely on 'this' (82d5f56)

BREAKING CHANGES

  • Users have to $(element) on their own in callback.
  • Callback now has to return an instance not a module.
  • users will have to update their code to first select
    elements. A simple way to do this is by adding .find('[attr_goes_here]')
    right before the .wire call.

v1.1.1

02 Sep 07:41
Compare
Choose a tag to compare

Bug Fixes

  • assignment to global typo (ae23ea9)

v1.1.0

01 Sep 11:14
Compare
Choose a tag to compare

Features

v1.0.0

01 Sep 11:13
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • new arguments $.fn.wire(attr, factory) and the return is
    now a promise.

v0.0.1

16 Aug 14:39
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
chore(release): 0.0.1