Changelog History
Page 2
-
v3.0.1 Changes
May 09, 2018 -
v3.0.0 Changes
May 08, 2018๐ use released versions of shadycss and webcomponentsjs (commit)
โฌ๏ธ Bump dependencies (commit)
โ Run Chrome & FF serially to try and help flakiness (commit)
๐ Fix lint warning (commit)
โฌ๏ธ Bump to cli 1.7.0 (commit)
๐ Removing support for returning strings from template getter. (Per previous documented deprecation: https://www.polymer-project.org/2.0/docs/devguide/dom-template#templateobject) (commit)
๐ Fix typos and nits (commit)
โก๏ธ Update to Gulp 4 (commit)
โ Add serve command to package.json and update package-lock.json (commit)
๐ Fix for browsers that don't have input.labels. (commit)
๐ Tweak introductory note, fix webpack capitalization (commit)
๐ป gestures: Avoid spreading non-iterable in older browsers (commit)
wip (commit)
Readme: very small tweaks (commit)
๐ Tweak wording. (commit)
๐ Fix link (commit)
Re-order sections (commit)
๐ Fix LitElement typo (commit)
Depend on polymer-cli rather than wct (commit)
Minor tweaks (commit)
โก๏ธ Update README for 3.x (commit)
โก๏ธ Update Edge testing versions. (commit)
โ Exclude all Edge versions from keyframe/font tests. (commit)
โก๏ธ Update wcjs version. (commit)
โ Add .npmignore file (#5215) (commit)
๐ Use node 9 (commit)
๐ Use module flags for wct (commit)
๐ Use babel parser for aslant for dynamic import. (commit)
๐ Fix lint errors. (commit)
3.0.0-pre.13 (commit)
๐ฆ [package.json] Remove version script (commit)
โก๏ธ Update dependencies (commit)
๐ Fix test typo on Chrome (commit)
๐ Fixes IE11 test issues (commit)
๐ Fixes styling tests related to using HTML Imports (commit)
โ Remove crufty global (fixes globals.html test) (commit)
โก๏ธ Update to webcomponents 2.0.0 and webcomponents-bundle.js (commit)
๐ Fix meaningful whitespace in test assertion (commit)
๐ Fix latent mistake using old SD API (commit)
โ Add global for wct callback when amd compiling (commit)
โ Eliminate pre-module code from resolveUrl tests (commit)
๐ Improve documentation and legibility. (commit)
โ Add some global whitelists (commit)
๐ Fix references to js files instead of html files (commit)
๐ Fix glob patterns for eslint (commit)
๐ Fix ESLint warnings (commit)
Eliminate more canonical path usage (commit)
Eliminate canonical path to wcjs (commit)
โ Remove extra polymer-legacy.js imports (commit)
Clean up Polymer fn import (commit)
โ Add WCT config used by all tests (commit)
Clean up exports (commit)
๐ Allow Polymer fn's call to Class to be overridden. (commit)
โ add sill-relevant, deleted tests back in (commit)
๐ฆ manually change inter-package dep imports from paths to names (commit)
โ manually add assetpath (import.meta.url) for tests that require it (commit)
๐ move behavior definition to before usage (commit)
define omitted class declaration (commit)
โ remove < and replace with < for innerHTML (commit)
๐ fixed typo causing test to fail (commit)
๐ fix missing dom-module in modulization (commit)
โช revert module wait (commit)
wait for elements in other modules to be defined (commit)
no more undefined.hasShadow (commit)
โ removed link rel import type css tests (commit)
โ delete debugger (commit)
โ skip link rel import type css tests on native imports (commit)
โ add missing css html import (commit)
โ remove importHref tests (commit)
โ Import Polymer function in tests from legacy/polymer-fn.js (commit)
Export Polymer function from polymer-legacy.js (commit)
โ Add new wct deps. (commit)
๐ Fixup a few places where comments were misplaced. (commit)
๐ Fixup license comments. (commit)
โก๏ธ Update package.json from modulizer's output, set polymer-element.js as main. (commit)
Replace sources with modulizer output. (commit)
๐ Rename HTML files to .js files to trick git's rename detection. (commit)
โ Delete typings for now. (commit)
โ Add reasoning for suppress missingProperties (commit)
๐ Don't rely on dom-module synchronously until WCR. (commit)
โ Avoid closure warnings. (commit)
โ Add ability to define importMeta on legacy elements. Fixes #5163 (commit)
๐ Allow legacy element property definitions with only a type. Fixes #5173 (commit)
โก๏ธ Update docs. (commit)
๐ Use Polymer.ResolveUrl.pathFromUrl (commit)
๐ Fix test under shadydom. Slight logic refactor. (commit)
๐ Fix lint warning (commit)
โ Add importMeta getter to derive importPath from modules. Fixes #5163 (commit)
โ Reference dependencies as siblings in tests. (commit)
โก๏ธ Update types (commit)
โ Add note about performance vs correctness (commit)
โก๏ธ Update types. (commit)
๐ Lint clean. (commit)
Pass through fourth namespace param on attributeChangedCallback. (commit)
โ Add a @const annotation to help the Closure Compiler understand that Polymer.Debouncer is the name of a type. (commit)
โก๏ธ [ci skip] update changelog (commit)
โก๏ธ Update docs and types (commit)
โก๏ธ Update perf test to use strict-binding-parser (commit)
Correct import paths (commit)
Only store method once for dynamic functions (commit)
๐ Move strict-binding-parser to lib/mixins (commit)
๐ Rename to StrictBindingParser (commit)
๐ Fix linter errors (commit)
Extract to a mixin (commit)
โ Add missing dependency to bower.json (commit)
๐ Fix linter warning (commit)
โ Add documentation (commit)
โ Add performance test for binding-expressions (commit)
๐ Rewrite parser to use switch-case instead of functions (commit)
โ Remove escaping from bindings (commit)
๐ Fix linter warning (commit)
๐จ Refactor to be functional and add more tests (commit)
๐ Fix linter warnings (commit)
๐ Rewrite expression parser to state machine (commit)
-
v2.8.0 Changes
June 24, 2019 -
v2.7.1 Changes
March 22, 2019๐ Sync with fixes on master branch. (commit)
โ Add comment about order when re-debouncing (commit)
๐ Fix lint, update types (commit)
๐ Fix order of flushed debouncers to match 1.x (commit)
Avoid Array.fill (commit)
โ Add comments (commit)
โก๏ธ Update types (commit)
๐ Use set and clear debouncer upon completion. Fixes #5250 (commit)
โช Revert "Use set and clear debouncer upon completion. Fixes #5250" (commit)
๐ Use set and clear debouncer upon completion. Fixes #5250 (commit)
๐ Quote the getStyle method of the custom style element. (commit)
โ Remove yet another string concatenation to a template string (commit)
Avoid string concatentation to template strings (commit)
โก๏ธ Update several string references which can be renamed by closure-compiler (commit)
Disable auto
strip-whitespace
on template with legacyOptimizations (commit)Polymer 2.x version of #5464 (commit)
โก๏ธ Update generated types for Polymer 2.x (commit)
โก๏ธ [ci skip] update chnagelog (commit)
-
v2.7.0 Changes
December 03, 2018๐ New Features
- โ Adds
Polymer.legacyOptimizations
flag- avoids copying element templates (this disables subclassing elements from defined with
Polymer()
calls) - turns on
stripWhitespace
for all templates. - Properties defined via behaviors or the call to
Polymer()
are copied at the first instance booting up.
- avoids copying element templates (this disables subclassing elements from defined with
- โ Adds
Polymer.strictTemplatePolicy
flag- Strict Template Policy prevents a class of "template injection" attacks against element registration
- All "self-stamping" templates including
<dom-bind>
,<dom-repeat>
, and<dom-if>
will throw errors and not stamp if not originating from inside the template of a trusted element registered via script - Re-registration of
<dom-module>
will throw and cause template lookup for that element name to returnnull
- Elements that do not have templates by design must explicitly indicate a null template to prevent template retrieval from injected
<dom-module>
s, otherwise they will throw an error
Meaningful Changes
- Behaviors:
- Now mixed in lazily rather than at class time. This change means behaviors are no longer in the element's prototype chain.
- A memoized list of behavior lifecycle methods is constructed at finalization time and then used at runtime.
- โ TemplateStamp: A TreeWalker is now used to crawl through template nodes. This should be slightly faster when the ShadyDOM polyfill is used.
Polymer.telemetry
: now properly records registered elements, even if they have not been created
Raw Notes
โก๏ธ Update to webcomponentsjs 1.3.0 (commit)
๐ Lint fixes (commit)
๐ Fix settings to pull from Polymer object for defaults. (commit)
โก๏ธ Update types (commit)
Merge css-build-dir changes into 2.x * Don't set up observer in ShadyDOM * Move __activateDir into check instead of replace * skip some tests that never really worked in ShadyDOM (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)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)
Avoid copying certain properties from behaviors (commit)
๐ Sync memoized properties getter with 3.x version. (commit)
โ Remove unnecessary setting of
_template
. (commit)Minor renaming based on review. (commit)
Slight tweaks based on review. (commit)
Slightly improve how
_registered
is called. (commit)๐ Changed based on review feedback. (commit)
Ensure _template from behaviors takes precedence over
is
in legacy. (commit)โ TemplateStamp: fix TreeWalker (commit)
โก๏ธ update types (commit)
โก๏ธ update package-lock (commit)
โก๏ธ Update FF test config. (commit)
Factor telemetry to separate module (commit)
โก๏ธ update more types (commit)
โก๏ธ update types (commit)
โ Address linting issues. (commit)
โ Address review feedback (commit)
โก๏ธ Update types. (commit)
๐ Sync with changes made in master. (commit)
Disable running FF in headless mode on Travis (commit)
๐ Use windows for FF62 (commit)
โก๏ธ Update wct for FF63, add FF62 to sauce for pre-WC testing, drop Safari 10. (commit)
Disable running FF in headless mode on Travis (commit)
โ Add comment and handle undefined host case. (commit)
๐ Use windows for FF62 (commit)
โก๏ธ Update types. (commit)
Behaviors (commit)
โก๏ธ Update wct for FF63, add FF62 to sauce for pre-WC testing, drop Safari 10. (commit)
LegacyElement (commit)
Apply mixin to TemplatizeInstance (commit)
โก๏ธ Update types. (commit)
๐ Sync with changes made on master. (commit)
โ Adds
legacyOptimizations
flag (commit)๐ memoize behavior method lists for fasting runtime calling. (commit)
stripWhitespace (commit)
noDirMixin (commit)
๐ฏ noCloneTemplate (commit)
lazyCopyProps (commit)
๐ Fix prototype registration (commit)
๐ Fix telemetry registrations to go eagerly (commit)
๐ Use TreeWalker for template-stamp. (commit)
Avoid using mixins for behaviors. (commit)
โก๏ธ [ci skip] update changelog (commit)
๐ Fix error reporting on Safari. (commit)
โก๏ธ Update types. (commit)
โก๏ธ Revert to legacy template getter, update tests. (commit)
๐ Fix lint warning. (commit)
Ensure template helpers in trusted templates work. (commit)
โก๏ธ More updates based on code review. (commit)
Ensure instanceof works after babel ES5 compilation (commit)
โก๏ธ Updates based on code review. (commit)
๐ Fix update-types. (commit)
โก๏ธ Update types. (commit)
๐ Fix lint warnings (commit)
Catch errors on top window using on error Works around safari quirk when running in iframe (commit)
โก๏ธ Update types. (commit)
๐ Fix lint warning. (commit)
๐ Fix latent (benign) error thrown when removing dom-if via innerHTML. (commit)
๐ Use setting set via global Polymer object. (commit)
โ Add tests. (commit)
Implement opt-in
strictTemplatePolicy
(flag TBD) - disable dom-bind - disable dom-module re-registration - require elements with no template to implement null template - disable templatizer of templates not stamped in trusted polymer template (commit)โ Add comment (commit)
โ Factor out some helpers, add declarative tests. (commit)
โ Add constructor name and fix mixin wrapping. (commit)
๐ Fix test name (commit)
๐ Fix method to force CE polyfill on (commit)
โก๏ธ Update types. (commit)
Ensure class.html is imported before patching it. (commit)
โ Add legacy-data-mixin tests to runner. (commit)
โ Add legacy-data-mixin as 1.x->2.x migration aide. Fixes #5262. (commit)
- โ Adds
-
v2.6.0 Changes
March 22, 2018๐ Use function instead of Set (commit)
[ci skip] Fix typo (commit)
๐ Fix test in shady DOM (commit)
๐ Deduplicate style includes (commit)
โ use a clearer test for shadowRoot (commit)
Returning null in template should nullify parent template (commit)
[ci skip] Add clarifying comment (commit)
Correct the JSBin version (commit)
Put attribute capitalization fix in property-effects (commit)
โ Add note about pre v3 releases (commit)
โ Add note for npm package (commit)
โ Add iron-component-page dev-dependency (commit)
โก๏ธ Update several gulp dependencies (commit)
โก๏ธ Update dom5 to 3.0.0 (commit)
โก๏ธ Update Google Closure Compiler version and fix cast (commit)
โก๏ธ Update types (commit)
๐ Fix several issues in the documentation of dom-* elements (commit)
๐ Handle
disabled
attribute correctly for tap gesture (commit)โ add test case for nested label (commit)
โ Add docs and cleanup matchingLabels (commit)
โ Add tests (commit)
โก๏ธ update types (commit)
๐ fix tests and add dependency import (commit)
๐ fix typings (commit)
โฌ๏ธ Ensure DisableUpgradeMixin extends PropertiesMixin (commit)
๐ Format comment and remove deduping mixin (commit)
โก๏ธ update types (commit)
โก๏ธ update types (commit)
โ Add mixin to automatically detect capitalized HTML attributes (commit)
โ Add instructions for locally viewing the source documentation (commit)
๐ Simplify condition checking in stylesFromModule function (commit)
โฌ๏ธ Bump type generator and generate new typings. (#5119) (commit)
dispatchEvent returns boolean (#5117) (commit)
โก๏ธ Update types (commit)
๐ Fix license links (commit)
๐ Fix issue with not genering the Templatizer docs (commit)
โฌ๏ธ Bump TS type generator to pick up transitive mixin handling. (commit)
โ Remove unnecessary mutableData property from MutableData mixin (commit)
โก๏ธ Update types (commit)
โ Add note to updateStyles regarding updates to CSS mixins (commit)
Avoid timing issues with polyfilled Promise (commit)
๐ Revert use of async/await due to lack of build/serve support. (commit)
โช Revert types. (commit)
โก๏ธ Update eslint parserOptions to es2017 for async/await support. (commit)
๐ Use stronger check for PropertyEffects clients. Fixes #5017 (commit)
โ Remove unneeded file (commit)
[PropertiesChanged]: allow old data to be gc'd after
_propertiesChanged
(commit)โก๏ธ Update package-lock.json (commit)
๐ Make Travis update-types failure style the same as the elements. (commit)
โฌ๏ธ Bump TypeScript generator version. (commit)
๐ Make EventApi.path EventTarget type non-nullable. (commit)
๐ Lint and type fixes (commit)
[PropertiesChanged]: adds _shouldPropertiesChange (commit)
โก๏ธ Update docs: templatize() cannot be called multiple times (commit)
โก๏ธ [ci skip] update changelog (commit)
โก๏ธ Update types. (commit)
๐ Fix JSDoc example formatting (commit)
โ Use latest webcomponents polyfill bundle (commit)
๐ Fix label tap by checking matched label pairs (commit)
โฌ๏ธ Defer creation related work via
disable-upgrade
(commit)๐ lint fixes (commit)
โ Adds
Polymer.DisableUpgradeMixin
(commit)
-
v2.5.0 Changes
February 02, 2018โก๏ธ Update types (commit)
โก๏ธ Update JSDocs to use tags (commit)
๐ Fix type declarations inadvertedtly referencing Polymer.Element. (#5084) (commit)
๐ Use class syntax in documentation (#5077) (commit)
โ Add hash/abs URL resolution tests. (commit)
โก๏ธ Update types. (commit)
โ Add comments about resolveUrl idiosyncrasies. (commit)
โช Revert "Move absolute url logic to element-mixin" (commit)
โ Added Polymer.version to polymer-externs (#5079) (commit)
Avoid tracking parentNode since it's unncessary (commit)
โก๏ธ Update types. (commit)
๐ Fix nit. (commit)
๐ Avoid comment constructor for IE support. (commit)
Disallow non-templates as interpolations in Polymer.html (#5023) (commit)
Exclude index.html from type generation. (#5076) (commit)
โก๏ธ update types (commit)
[element-mixin] Do not create property accessors unless a property effect exists (commit)
โ Use containers for testing again (#5070) (commit)
Invoke JS compiler rename for properties (commit)
โ Add package-lock.json back (commit)
๐ fix test. (commit)
โจ Enhance robustness by replacing slot with a comment (commit)
Avoid use of element accessors on doc frag to fix IE/Edge. (commit)
๐ Fix linter errors (commit)
๐ Fix issue with observers being called twice (commit)
๐ Revert package-lock change (commit)
โก๏ธ [ci-skip] Update changelog (2.4.0) (commit)
โ Add package-lock.json to .gitignore (commit)
โก๏ธ Update types (commit)
โ Add comments re: instanceProps (commit)
๐ Change if-condition to check for arguments.length (commit)
โ Delete package-lock.json (commit)
โ [ci skip] Fix test case name (commit)
๐ Fix issue where el.splice could not clear full array (commit)
๐ Make owner optional as well. (commit)
โก๏ธ Update package-lock.json (commit)
โก๏ธ Update typescript types again, after fixing jsdoc. (commit)
๐ Fix lint warnings. (commit)
โก๏ธ Update typescript types. (commit)
๐ Ensure path notifications from templatized instances don't throw. Fixes #3422 (commit)
๐ Allow templatizer to be used without owner or host prop forwarding. Fixes #4458 (commit)
๐ Templatize: remove slots when hiding children (commit)
๐ Clarify API docs for PropertyAccessors mixin (commit)
-
v2.4.0 Changes
January 26, 2018Simplify code for 's
sort
andfilter
properties (commit)๐ fix test for normal escaping (commit)
๐ Use javascript string escaping in Polymer.html (commit)
[ci skip] Add CODEOWNERS file (#5061) (commit)
๐ Fix incorrect path modification in dom-repeat __handleObservedPaths() (#4983) (#5048) (commit)
โ Skip certain tests in Edge 16 (commit)
โ add Edge 16 testing (commit)
๐ Fix tests (#5050) (commit)
โก๏ธ Update to latest wct. (commit)
HTTPS, please (commit)
โ Remove unnecessary limit check (commit)
๐ Fix documentation in typescript (commit)
โ test(logging): improve _log with single parameter with sinon.spy (commit)
โ Add article "a" (commit)
โก๏ธ Update mixinBehaviors annotation. Behaviors don't satisfy PolymerInit. (#5036) (commit)
โ add correct return type for
querySelectorAll
(#5034) (commit)Gestures: fall back to event.target when composedPath is empty. (#5029) (commit)
โ add void return type annotations (#5000) (commit)
โก๏ธ Easy script to update closure and typescript typings (#5026) (commit)
Prefer jsBin since glitch.me requires signin to not be gc'ed. (commit)
Note that glitch editing environment is not IE11 friendly. (commit)
โ Add links to glitch.me template using polyserve. Fixes #5016 (commit)
โก๏ธ Update .travis.yml (commit)
[ci skip] Add comment to aid archeology (commit)
๐ Move absolute url logic to element-mixin (commit)
๐ Use double tabs (commit)
indentation fix (commit)
โ Remove trailing spaces and extra lines in CONTRIBUTING.md (commit)
โ test(logging.html): #5007 make sure _logger called one time (commit)
โ _loggertest(logging.html): make seperate test suite for _logger (commit)
โ test(logging.html): missing semicolon (commit)
โ test(logging): _log with single parameter #5007 (commit)
๐ fix(legacy-element-mixin): syntax error in _logger (commit)
๐ fix(legacy-element-mixin): _log with single parameter #5006 (commit)
๐ Fix settings so that its properly picked up by both gen-ts and modulizer (commit)
๐ Unbreak the build by changing back the type (commit)
Enable gulp generate-typescript on Travis (commit)
โก๏ธ Make sure that Travis fails when there are non-updated generated files (commit)
โ run
gulp generate-typescript
(commit)๐ fix ArraySplice types to more closely match code (commit)
[ProperitesChanged] Fix deserialization (#4996) (commit)
๐ fix(FlattenedNodesObserver): do not fail on node without children (commit)
โ Address latest round of comments. (commit)
โก๏ธ Update PropertyEffects interface name in remap config. (commit)
Tighten more types for TypeScript and Closure (#4998) (commit)
โ Add renameTypes config. (commit)
๐ New typings. (commit)
โฌ๏ธ Bump gen-typescript version. (commit)
Tighten Closure type annotations. (#4997) (commit)
Mark some FlattenedNodesObserver things private. (commit)
โ Add TypeScript equivalent to Closure ITemplateArray. (commit)
๐ Fix compilation errors. (commit)
๐ Use glob patterns instead of RegExps to exclude files. (commit)
โฌ๏ธ Bump version of gen-typescript-declarations. (commit)
๐ Handle case where there are no elements in the template (commit)
โก๏ธ Update various Polymer annotations to constrain generated types. (commit)
๐ Fix typo in comment (commit)
๐ Fix regression with imported css (commit)
โก๏ธ Bring in latest gen-typescript-declarations updates. (commit)
Apply
listeners
in constructor rather thanready
(commit)Replace
disconnectedCallback
stub since this change is breaking. (commit)๐ Minor fixes (commit)
๐ Fix html-tag import path. (commit)
โก๏ธ Update CHANGELOG. (commit)
๐ Fix import path for html-tag. (commit)
โ Add generated TypeScript declarations. (commit)
โ Add script to generate TypeScript declarations. (commit)
Annotate klass class as @private. Annotate that dedupingMixin returns T. (commit)
๐ fix eslint error for unused var in _setPendingProperty (commit)
๐ fix closure typing with Polymer.html function (commit)
re-add AsyncInterface definition, fix comment (commit)
โ Avoid _setPendingProperty warning due to types not understanding deduping mixin. (commit)
โก๏ธ [ci skip] Update changelog (commit)
โ add test for legacy Polymer({}) elements (commit)
๐ Rename html-fn to html-tag (commit)
๐ Fix most closure warnings. (commit)
โ Add back disconnectedCallback. (commit)
๐ Merge with master (commit)
๐ Move function out of closure. Add comments. (commit)
๐ [ci skip] TODO for link to docs and comment spellcheck (commit)
๐ Use values.reduce instead of a temporary array (commit)
โ Add deprecation notice for class.template returning a string (commit)
โก๏ธ [skip-ci] update comment for Polymer.html (commit)
โ remove null/undefined to empty string (commit)
โ Address feedback (commit)
html
tag function for generating templates (commit)โ Add example for flattened-nodes-observer (commit)
โก๏ธ Minor updates based on review. (commit)
๐ Use correct assertation. (commit)
โ Add tests for non-JSON literals on object props. (commit)
โ Remove PropertiesElement in favor of PropertiesMixin. (commit)
๐ FIx typo (commit)
โ Skip test in old browsers. (commit)
โ Remove
propertyNameForAttribute
since it's never needed. (commit)๐ Fix subclassing and simplify. (commit)
๐ Move property<->attribute case mapping to PropertiesChanged. (commit)
๐ Allow non-JSON literals when property type is "Object". (commit)
โก๏ธ Update tests (commit)
[PropertiesMixin] Fix mapping property names from attributes (commit)
โ Add test for observing id attribute. (commit)
Cleanup based on review. (commit)
๐ Fix deserializing dates. (commit)
Factoring improvements around attribute serialize/deserialize (commit)
โ Remove crufty comment. (commit)
๐ Lint fix (commit)
โ Add tests for setting custom
attribute
name (commit)๐ฆ Expose less protected data. (commit)
ElementMixin uses PropertiesMixin for (commit)
PropertiesMixin (commit)
PropertyAccessors (commit)
PropertiesChanged (commit)
๐ฎ Force literal true` to be set as an attribute with a value of empty string. (commit)
๐ Better attribute suppport (commit)
๐ fix some formatting and closure linting (commit)
๐ Lint fixes. (commit)
๐ Renamed basic element to properties element (commit)
Implement
basic-element
withproperties-changed
(commit)๐ Fix lint issues (commit)
๐ Improve docs and add test for case conversion. (commit)
โ Add test to runner. (commit)
โ Adds
Polymer.BasicElement
(commit)Factor PropertiesChanged out of PropertyAccessors (commit)
โ Add
accessor
property to properties object (commit)๐ Factor to treeshake better (commit)
-
v2.3.1 Changes
December 07, 2017