Stable Release v2.0.2
Meaningful Changes
- Full Closure Compiler compatibility with Polymer Pass version 2
--polymer_version 2
flag to Closure Compiler- Available with the next release of Closure Compiler
- Fix for elements that stamp templates as children instead of using Shadow DOM
- Fix DocumentFragment issues on IE 11
- Allow spaces inside of functions in template binding syntax
- Fix dom-repeat to always notify on observed properties changing
Raw Notes
-
remove broken npm script (commit)
-
depend on webcomponentsjs 1.0.2 (commit)
-
cleanup and update npm dependencies (commit)
-
Update LegacyElementMixin.distributeContent (commit)
-
Remove crufty test (commit)
-
[ci skip] remove one new closure warning for updating closure (commit)
-
Meaningful closure fixes from @ChadKillingsworth (commit)
-
[ci skip] clean up mixin fn and regen externs (commit)
-
address some concerns from kschaaf (commit)
-
zero warnings left (commit)
-
[ci skip] Fix link closing quotes. (commit)
-
Fix typo in templatize.html (commit)
-
Move Debouncer memberof annotation to right place, and add a summary. (#4690) (commit)
-
remove PolymerPropertyEffects type, inline DataTrigger and DataEffect types (commit)
-
remove polymer-element dependency introduced by a merge conflict (commit)
-
update closure log (commit)
-
remove dommodule imports (commit)
-
Create style-gather.html (commit)
-
README: fix typo (commit)
-
Remove unused
__needFullRefresh
(commit) -
Fixes #4650: if an observed path changes, the repeat should render but in addition, the path should be notified. This is necessary since “mutableData” is optional. (commit)
-
last two stragglers (commit)
-
fix eslint warnings (commit)
-
Down to 30ish warnings, need PolymerPass v2 (commit)
-
Add lib/utils/settings.html to hold legacy settings and rootPath (commit)
-
Fix typo in dom-repeat.html (commit)
-
guard all dommodule references (commit)
-
add more missing imports (commit)
-
Add mixin.html import to gesture-event-listeners.html (commit)
-
more fixes (commit)
-
rebaseline warnings with NTI specific warnings disabled, for now (commit)
-
Upgrade babel-preset-babili to include RegExp fix from babel/minify#490 (commit)
-
Not an RC anymore (commit)
-
Just ensure content frag from _contentForTemplate is inert. Edge does not seem to always use the exact same owner document for templates. (commit)
-
Fix typo in prop of FlattenedNodesObserver (commit)
-
[ci skip] Update Changelog (commit)
-
Fix some ElementMixin warnings. (commit)
-
Fix template.assetpath with typedef (commit)
-
fix dom-module related errors (commit)
-
Fix fn binding error (commit)
-
Reduce closure warnings in PropertyAccessors (commit)
-
reduce closure warnings in TemplateStamp (commit)
-
[ci skip] paramaterize entries for closure task (commit)
-
[ci skip] generating externs should be explicit (commit)
-
Avoid firstElementChild on DocFrag for IE11 (commit)
-
update externs for merge, update dependencies (commit)
-
Fix impl of _contentForTemplate. Add template-stamp tests. Fixes #4597 (commit)
-
ensure latest closure, stay on polymer-build 1.1 until warnings can be ignored (commit)
-
@polymerMixin/@polymerMixinClass -> @mixinFunction/@mixinClass (commit)
-
@PolymerElement -> @customElement/@Polymer (commit)
-
fix lint error (commit)
-
remove all "global this" warnings (commit)
-
remove
TemplateStamp
’s implicit dependency on_initializeProperties
(commit) -
fix typing for Polymer.Element (commit)
-
inline cachingMixin into deduplicatingMixin (commit)
-
initialize properties in
_initializeProperties
rather thanconstructor
(allows work to be done before_initializeProperties
and is needed for proto/instance property initialization . (commit) -
LegacyElementMixin to
@unrestricted
(commit) -
set
isAttached
constructor (for closure) but set to undefined so not picked up as proto property (avoids initial binding value) (commit) -
Fix dedupingMixin (commit)
-
Fix more closure warnings (commit)
-
Fix more closure warnings (commit)
-
Fix more closure warnings. (commit)
-
Fix more closure warnings. (commit)
-
Fix more closure warnings. (commit)
-
Fix more closure warnings. (commit)
-
slighly better typing for mixin funcion (commit)
-
gesture fixes (commit)
-
Fix more closure warnings. (commit)
-
Fix some closure warnings. (commit)
-
Fix some closure warnings. (commit)
-
automate generating closure externs (commit)
-
Fix some closure warnings. (commit)
-
fix some closure warnings. (commit)