-
[ci skip] update polymer version (commit)
-
Fix lint (commit)
-
Add tests. (commit)
-
Ensure debouncer is removed from queue before running callback. (commit)
-
Don't clear set at end for flush reentrancy safety; canceling removes from set (commit)
-
Assert the callback was called. (commit)
-
Ensure the debouncer is not already canceled before canceling. (commit)
-
Fix a couple of closure type issues. * gestures - update internal type changes * debounce - fix mistaken return type (commit)
-
Revert to getStyle()
(commit)
-
Fix getStyle definition (commit)
-
Add extra test (commit)
-
Use in check rather than undefined. (commit)
-
Allow value to merge from previous behavior property declaration. Fixes #5503 (commit)
-
Fix/suppress upcoming JSCompiler build errors (commit)
-
Add comment about flush order when re-debouncing (commit)
-
FIx lint (commit)
-
Remove debug code (commit)
-
Re-add the queue removal in setConfig (commit)
-
Remove debug code (commit)
-
Remove test.only (commit)
-
Fix order of flushed debouncers to match 1.x (commit)
-
Add comments and avoid Array.fill (commit)
-
Use set and clear debouncer upon completion. Fixes #5250. (commit)
-
Added comment based on review feedback. (commit)
-
Add property reflection to notify path and friends calls to support closure-compiler renaming. (commit)
-
Add classList
to Polymer.dom
when ShadyDOM.noPatch
is used (commit)
-
Update externs from internal (commit)
-
Use webcomponents 2.2.7 for initialSync tests (commit)
-
Add @fileoverview
, put @suppress
after it (commit)
-
address feedback (commit)
-
use JSCompiler_renameProperty bare (commit)
-
Remove semicolon after class definition (lint). (commit)
-
Refactor symbols to make gen-typescript-declarations happy (commit)
-
Ensure argument types match. (commit)
-
Backport closure compiler fixes from internal (commit)
-
Fix test warning in Edge/IE (commit)
-
Fix test in IE/Edge (commit)
-
Update package-lock (commit)
-
Update webcomponents vesrion. (commit)
-
Remove unused import (commit)
-
Add comment re: undefined issue (commit)
-
Move undeclared property warning to element-mixin. (commit)
-
Add issue for TODO (commit)
-
Upgrade wcjs (commit)
-
Fix lint errors. (commit)
-
Upgrade wcjs (commit)
-
Updates based on review. (commit)
-
Add better messaging for scoping test (commit)
-
Remove addressed TODO comment. (commit)
-
Clarify warning. Add comment. (commit)
-
Add warnings for disabling boolean settings. (commit)
-
Upgrade webcomponentsjs (commit)
-
Upgrade webcomponentsjs (commit)
-
Refactor to make code more readable, add tests, remove dead code. (commit)
-
Adds syncInitialRender
setting (commit)
-
Ensure that marshalArgs pulls wildcard info value from __data It currently pulls the value from changedProps
rather than __data, meaning it could provide stale data for re-entrant changes. (commit)
-
Fix lint warning (commit)
-
Add warning for redeclared computed properties. (commit)
-
Add warning for undeclared properties used in bindings. (commit)
-
Make initial distribution synchronous when legacyOptimizations
is set (commit)
-
Ensure dispatchEvent is wrapped (commit)
-
Disable auto strip-whitespace
on template with legacyOptimizations (commit)
-
Add tests for calling Polymer() with ES6 class (commit)
-
use a regular for-loop intead of for-of (commit)
-
Lint clean (commit)
-
Remove @override
from static methods on mixins. (commit)
-
Externs should use var instead of let (commit)
-
Add @suppress annotations for missing property checks. (commit)
-
Allow Polymer({})
calls with ES6 class (commit)
-
[wrap] Fix doc comment. (commit)
-
Fix typo (commit)
-
Make sure _valueToNodeAttribute
uses wrap (commit)
-
Suppress upcoming jscompiler errors. (commit)
-
compromise with typescript and closure (commit)
-
Closure typing fixes (commit)
-
Add type jsdoc to templatize root property. (commit)
-
Remove meaningless "undefined" in settings.js (commit)
-
Make noPatch
safe with older versions of ShadyDOM (commit)
-
Temporarily disable type genration (commit)
-
Changes based on review. (commit)
-
Changes based on review. (commit)
-
More shady compatible wrapping (commit)
-
Fix typos (commit)
-
Update to match 2.x branch (commit)
-
Revert "Manual merge from perf-opt-disable-upgrade
branch." (commit)
-
Update Polymer 3 package-lock. (commit)
-
Update to webcomponentsjs 2.2.0 (commit)
-
Update to latest webcomponentsjs (commit)
-
Manual merge from perf-opt-disable-upgrade
branch. (commit)
-
Remove double-import of settings (commit)
-
Document properties for eslint. (commit)
-
Add back event tests. (commit)
-
Use closure-safe name (commit)
-
Add tests (commit)
-
Ensure properties and observers are interleaved per behavior (commit)
-
Ensure property values are always overridden by extendors/behaviors (commit)
-
Ensure registered
is always called on element prototype (commit)
-
err instead of air (commit)
-
Do lazy behavior copying only when legacyOptimizations
is set (commit)
-
Behavior property copying fixes (commit)
-
Ensure initial static classes are preserved when a class$ binding is present (commit)
-
Get typescript compiling again. (commit)
-
Remove extra space (commit)
-
Avoid copying certain properties from behaviors (commit)
-
skip some tests that never really worked in ShadyDOM (commit)
-
Move __activateDir into check instead of replace (commit)
-
Don't set up observer in ShadyDOM (commit)
-
Manually merge changes from #5418 (commit)
-
Fix merge conflict around toggleAttribute (commit)
-
Get Polymer compiling clean under closure recommended flags (commit)
-
Apply LegacyDataMixin to TemplatizeInstanceBase. Fixes #5422 (commit)
-
TemplateStamp (commit)
-
Fixes #5420 (commit)
-
Lint fix (commit)
-
Updates ported from perf-opt
branch (commit)
-
rename test file. (commit)
-
Check for ShadyDOM and :dir
selectors before trying css transform (commit)
-
Rename Closure V1 compatibility PolymerDomApi types for TypeScript types. (commit)
-
Hybrid compatibility for PolymerDomApi and Polymer.Iconset types. (commit)
-
Fix another unsafe property assignment in Polymer. (commit)
-
Add explicit null template for array-selector (commit)
-
remove cruft (commit)
-
Adds basic legacy support for ShadyDOM.unPatch (WIP) (commit)
-
[ci skip] update changelog (commit)
-
Adds setting to skip style incudes and url rewriting (commit)
-
restores functionality of Polymer.mixinBehaviors (commit)
-
Avoids using mixins for behaviors. (commit)
-
Fix jsdoc comment (commit)
-
Upstream warning text. (commit)
-
Upstream changes to externs (commit)