Skip to content

0.1.4

Compare
Choose a tag to compare
@epoberezkin epoberezkin released this 26 Aug 12:01
· 502 commits to master since this release

Data propagation redesigned to avoid using model notification messages.
Connector supports path translations with "*" patterns.
Fragment utility allowing to get state of DOM fragment (including states of all components in it).
New Frame facet method milo to access milo in the frame window. Can be used to call passed function when inner milo is ready even before frame is loaded (and before inner milo is available).
Transfer facet supports multiple states.
Sending messages via DOM storage using DOMStorage class.
changeMode and deferChangeMode methods of connector allowing to change connection depth and/or direction.
Command class iplementing "command pattern".
util.request - messaging support (allows monitoring and modifying requests before they are sent), fixed listener leak.
Minor fixes.