- 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)
- Update to Polymer JS
v1.4
- Added
activeElementmethod toPolymerDom
- Added
- 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
- Added the
unlistenmethod for removing late bound event listeners.
- Moved
testto a dev_dependency and removed thecode_transformersdependency.
notifyPathnow supports thefromAboveargument.- Added a
PolymerCollectionclass which can be used to deal with keys in notification paths. - Updated the
Templatizerbehavior with themodelForElementmethod.
- Fix
clearmethod so it supports deep paths.
- 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.
- 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.
- Fix
nodeoptional argument tofiremethod ofPolymerBaseclass.
- Call
convertToJsautomatically on any events passed toPolymer.dom, #28.
- Update to polymer js v1.1.4.
- Add transformer which switched to the minified version of polymer in release mode.
- Update to polymer js v1.1.0
- Delete
lib/src/polymer.jswhen deploying to reduce output size.
- Fix bad import.
- Fix the
replace_polymer_jstransformer.
- Initial commit, up to date with polymer js version 0.5.5.