Skip to content

Latest commit

 

History

History
333 lines (145 loc) · 8.48 KB

CHANGELOG.md

File metadata and controls

333 lines (145 loc) · 8.48 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.0 (2017-10-24)

Bug Fixes

BREAKING CHANGES

  • With this commit loom.crank no longer call inner widgets, just on the current element(s)

6.0.1 (2017-06-16)

Bug Fixes

6.0.0 (2017-05-07)

Features

BREAKING CHANGES

  • undefined results are now mapped to [].

5.0.5 (2017-05-07)

Bug Fixes

5.0.4 (2017-05-07)

Bug Fixes

  • don't wire if no widget (a24d813)
  • return undefined from callback (9997c69)

5.0.3 (2017-05-04)

Bug Fixes

5.0.2 (2017-04-25)

Bug Fixes

5.0.1 (2017-04-25)

Bug Fixes

5.0.0 (2017-04-25)

Features

  • expr matches woven elements (5ac9afa)

BREAKING CHANGES

  • mu-jquery-loom/expr now includes woven widgets.

4.0.2 (2017-04-23)

Bug Fixes

4.0.1 (2017-04-23)

Bug Fixes

4.0.0 (2017-04-22)

Bug Fixes

  • loom.crank should only get first argument as default param. (559076c)
  • remove selector from loom (ef242eb)
  • rename twist (3b618c2)

Features

BREAKING CHANGES

  • Renamed twist to wire. Also removed twist from loom.
  • The signature of jquery.loom has changed.

3.0.8 (2017-04-20)

Bug Fixes

3.0.7 (2017-04-13)

Bug Fixes

3.0.6 (2017-04-12)

Bug Fixes

  • use $.guid instead of interal counter for weave (812f5f3)

3.0.5 (2017-04-08)

Bug Fixes

3.0.4 (2017-04-08)

Bug Fixes

3.0.3 (2017-04-07)

Bug Fixes

3.0.2 (2017-04-07)

Bug Fixes

3.0.1 (2017-04-06)

Bug Fixes

3.0.0 (2017-04-06)

Features

  • initialize triggerd with complete callback (4965486)

BREAKING CHANGES

  • with the upgrade of mu-jquery-widget arrays are unwrapped.

1.1.2 (2016-10-19)

Bug Fixes

1.1.1 (2016-10-12)

Bug Fixes

  • packaging: Updated package.json and bumped deps (37b10e8)
  • tests: test cleanup (2e3ca0b)
  • UMD fix and formatting (7d440ac)

1.1.0 (2016-09-26)

Features

  • jquery.loom: added jquery.loom (f207af1)

1.0.1 (2016-09-26)

Bug Fixes

  • deps: bumped mu-jquery-wire to 5.2.0 (f52b823)
  • jquery.crank: fix package name (86f32e8)
  • tests: correct script includes (fa9a6f3)

1.0.0 (2016-09-23)

Features

  • packaging: Renamed mu-jquery-component to mu-jquery-loom (22e8f07)

BREAKING CHANGES

  • packaging: Because of the package rename developers will have to update their code to reflect the rename.

0.1.0 (2016-09-22)

Features

  • jquery.twist: added support for configurable object creation (#1) (ce1a195)

0.0.1 (2016-09-14)

0.0.0 (2016-09-13)