All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
17.0.4 (2017-06-16)
- UMD fixes (2882804)
17.0.3 (2017-04-25)
- support camel-case escaping in jquery.get search param (fa69836)
17.0.2 (2017-04-23)
- use native forEach vs $.each (5f3fc33)
17.0.1 (2017-04-23)
- camelCased expr search strings (156b575)
17.0.0 (2017-04-22)
- refactored jquery.expr (6e9a824)
jquery.expr
has moved and had it's signature changed.
16.0.0 (2017-04-22)
- added expr (7da0f18)
- get from multiple $elements (5ac2707)
- move jquery to external package (372bac7)
- Deprecated
mu-jquery-widget/jquery
in favour ofmu-jquery-widget-utils/jquery
. mu-jquery-widget/get
has moved tomu-jquery-widget/jquery.get
.
15.1.0 (2017-04-22)
- default search to empty string (6506d1c)
15.0.0 (2017-04-22)
- added mu-jquery-widget/get (5de05b0)
- remove trigger (5651e78)
- store widget instance in data (d317347)
- Removed
widget.trigger
.
14.0.0 (2017-04-10)
- evolve extended to jquery (187d2f1)
mu-jquery-widget/extended
has been removed and superseeded bymu-jquery-widget/jquery
.
13.2.0 (2017-04-09)
- use me.$ vs $element.constructor (62bd05c)
13.1.2 (2017-04-07)
13.1.1 (2017-04-06)
13.1.0 (2017-04-06)
- bumped deps (ce3753c)
- added widget.$ (5917bac)
13.0.0 (2017-03-22)
- finalize.callback called with result (05a5db9)
- The removal of event handlers in
finalize
is removed in this commit as it's just as easy to dow.off()
on your own when needed.
12.0.0 (2017-03-19)
- fix(packaging) remove main an streamline package.json (6c176bb)
- remove widget handlers after finalization (2ac1f58)
- removing unused main module.
11.0.1 (2017-03-19)
11.0.0 (2017-03-18)
- make widget use local create (6fa9330)
mu-jquery-widget/widget
is now the constructor and not the blueprint.
10.1.0 (2017-03-18)
- added create (5669de3)
10.0.1 (2017-03-18)
- bower version of mu-create mismatch (2ffbe6f)
- include correct version of mu-create in tests (4d62ad7)
10.0.0 (2017-03-18)
- packaging: bumped deps (a8793a0)
- packaging: Overlapping rules and specs are now filtered
9.1.0 (2017-01-23)
- moved support for finalizing widgets from mu-jquery-app (b710824)
9.0.1 (2016-10-19)
9.0.0 (2016-10-16)
- packaging: bumped deps (5752aed)
- packaging: - [email protected]
8.1.1 (2016-10-16)
- packaging: bumped deps (06dc23a)
8.1.0 (2016-10-16)
- packaging: bumped deps (075452d)
8.0.0 (2016-10-16)
- widget: remove trigger and triggerHandler (f26b6cf)
- widget: After some thought I've decided to remove support for
trigger
andtriggerHandler
as I don't see them promoting any good dev patterns.
7.2.0 (2016-10-16)
- widget: added trigger and triggerHandler methods (258de18)
7.1.0 (2016-10-15)
- added once method (c477a60)
7.0.1 (2016-10-13)
- packaging: Updated package.json and buped deps (2f2fb18)
- tests: test cleanup (7130c88)
- UMD fixes and formatting (62dd08d)
7.0.0 (2016-09-25)
- widget: revert on exposing .widget and .blueprint separately (a20a5b2)
- widget: We no longer expose
widget.widget
andwidget.blueprints
.
6.0.0 (2016-09-23)
-
widget: Export constructor and blueprint together but separately. (4ba5b17)
-
Removed create.js (f69c5d6)
- We no longer provide a configured create module as it's shown itself to be unsused by downstream developers.
5.2.0 (2016-09-22)
- deps: bumped mu-create (2bfd890)
5.1.0 (2016-09-15)
- pass object as value in blueprints (32fbcec)
5.0.1 (2016-09-14)
5.0.0 (2016-09-13)
- dep rename (fb6a726)
- While renaming mu-compose to mu-create we also renamed the mirrored compose.js to create.js.
4.0.0 (2016-09-13)
- break out sub-components (7bbfc98)
- we broke out some components into mu-lib/mu-jquery-component, developers please update your code accordingly.
3.3.0 (2016-09-13)
- bump deps (dd46d41)
3.2.0 (2016-09-12)
- bumped mu-compose (da688ff)
3.1.0 (2016-09-12)
- bump mu-compose (f6dbba0)
3.0.0 (2016-09-12)
- a lot of files have been moved around and created
2.4.2 (2016-09-08)
2.4.1 (2016-09-06)
- bump mu-jquery-wire to 4.0.1 (22f2760)
2.4.0 (2016-09-06)
- bump mu-jquery-wire to 4.0.0 (0e55e9d)
2.3.0 (2016-09-06)
- Added support for selector and data (383511a)
2.2.0 (2016-09-03)
- don't rewire (e5da12c)
2.1.1 (2016-09-03)
- UMD fixes (f383b13)
2.1.0 (2016-09-02)
- added jquery.weave (70800e5)
2.0.0 (2016-09-02)
- The purpose of mu-jquery-widget has shifted so support for the old jquery.widget.js has been removed.