0.6.12 (2016-11-08)
- contoller: never stop retry calling controller #cadaad3
0.6.11 (2016-11-04)
- require: remove the params from the file extension #a58988b
- require
- Fire an event and continue the script on load file error.
- require
- Add Require.findRequireByEl() method.
- require
- Fix "data-listen-" that was a clone of "data-on-".
- require
- Add data-bindparent-* to only bind the changes from the parent to the child.
- Add data-bindchild-* to only bind the changes from the child to the parent.
- require
- Remove children required when they have no DOM node parent. Usefull to use requires in a mustache loop.
- ractive-require
- Build distribution files. My bad.
- require
- data-on-* && data-listen-* supports multi events #11 by @frostbane
- require
- Add data-listen-* support to bind events between from children to parents #10 by @frostbane
- require
- Pass the component as second attribute in data-on-* #9 by @frostbane
- require
- Fix .apply() targeting the parent instead of the fire method #8 by @frostbane
- require
- Add data-on-* support to bind events from parents to children #7 by @frostbane
- controller
- Can force the controller to not waiting registration on firing
-
controller
- Wait for the controller registration on firing
-
require
- Use teardown event to go back to initial HTML
- require
- Teardown the require children before teardown itself (base on "unrender" event).
- require
- Fix .findChild() and .findParent() instance methods.
- require
- Add .findChildren() and .findParents() instance methods.
- Add .find*() instance methods to the parents that don't have them.
- require
- Reset the rv-require element on teardown. Its controller will be fired again on .require().
- Add the "rv-require-loaded" CSS class when the rv-require element is active
- require
- Support double data-binding on "data-bind-*" attributes.
- require
- Add findChild() and findParent() methods to a ractive element.
- require
- Return require.then() callback only when all subchildren are required
- require
- Fix rv-require selector by using uerySelectorAll() instead of broken Ractive findAll()
- ractive-require
- Build distribution files. My bad.
- require
- Fix bug when rv-ractive is inside a rv-ractive not loaded
- require
- Add Ractive.require to inject JS and CSS files
- require
- Add header metadata for dist files
- Observe parent changes with data-bind-*
- Apply absolute url to all "src" attributes in remote templates
- ractive-require
- Creation