polymer_interop 1.0.0-rc.10
polymer_interop: ^1.0.0-rc.10 copied to clipboard
Common package containing the original polymer js sources
1.0.0-rc.10 #
- Update to Polymer JS v1.6.0
- breaking change :
notifyPathsignature has been changed in order to mirror theJSversion (parameterfromAboveis now an optiona parameter instead of a named one)
1.0.0-rc.8 #
- Update to Polymer JS
v1.2.3
- Added a workaround for the fact that many custom events now use a normal Event object when fired from JS.
- Added
deepContains(node)method toPolymerDom. - New
strip-whitespaceattribute supported for element templates. - New
PolymerRenderStatusclass.- Static getter
whenReadywhich returns a Future that completes after the initial render of the entire app is done. - Static function
afterNextRender(element)which returns a Future that completes after that element is done being rendered the next time.
- Static getter
1.0.0-rc.7 #
- Added the
unlistenmethod for removing late bound event listeners.
1.0.0-rc.6 #
- Moved
testto a dev_dependency and removed thecode_transformersdependency.
1.0.0-rc.5 #
notifyPathnow supports thefromAboveargument.- Added a
PolymerCollectionclass which can be used to deal with keys in notification paths. - Updated the
Templatizerbehavior with themodelForElementmethod.
1.0.0-rc.4+2 #
- Fix
clearmethod so it supports deep paths.
1.0.0-rc.4+1 #
- Ensure that
interop_support.htmlis loaded before polymer. This fixes an issue where built in elements (likedom-bind) that existed on the page initially might not get properly upgraded.
1.0.0-rc.4 #
- Update to Polymer JS v1.2.0.
- There are a few new methods on the
PolymerBasemixin:List<Node> getEffectiveChildNodes()List<Element> getEffectiveChildren()String getEffectiveText()Element queryEffectiveChildren(String selector)List<Element> queryAllEffectiveChildren(String selector)bool isLightDescendant(Element node)bool isLocalDescendant(Element node)
- New methods on
PolymerDomclass which enable dom mutation observers:observeNodes(void callback(PolymerDomMutation mutation))void unobserveNodes(handle)
- Path notifications now distinguish between array indices and keys. The
set,get, andnotifyPathapis all support both array indices and keys as well.
1.0.0-rc.3 #
- Fix
nodeoptional argument tofiremethod ofPolymerBaseclass.
1.0.0-rc.1 #
- Update to polymer js v1.1.4.
- Add transformer which switched to the minified version of polymer in release mode.
0.1.1 #
- Delete
lib/src/polymer.jswhen deploying to reduce output size.
0.1.0+2 #
- Fix bad import.
0.1.0+1 #
- Fix the
replace_polymer_jstransformer.
0.1.0 #
- Initial commit, up to date with polymer js version 0.5.5.