@polymer/polymer
Advanced tools
Changelog
v2.1.0 (2017-09-19)
[ci skip] bump version to 2.1.0 (commit)
Port #3844 to 2.x (commit)
Provide a Polymer.setPassiveTouchGestures()
function (commit)
Make sure closure types have braces (commit)
a few more comments in return (commit)
Fix setting, add smoke test (commit)
Optional passive touch listeners for gestures (commit)
Don't have return /** comment */
lines (commit)
[ci skip] disable closure lint for now (travis java errors) (commit)
try to avoid introducing spelling errors in changelogs (commit)
spelling: webcomponents (commit)
spelling: veiling (commit)
spelling: unnecessary (commit)
spelling: toolkit (commit)
spelling: together (commit)
spelling: there-when (commit)
spelling: theming (commit)
spelling: supported (commit)
spelling: stylesheet (commit)
spelling: static (commit)
spelling: sometimes (commit)
spelling: shuffling (commit)
spelling: returns (commit)
spelling: restart (commit)
spelling: responsive (commit)
spelling: resilient (commit)
spelling: resetting (commit)
spelling: reentrancy (commit)
spelling: readonly (commit)
spelling: prototype (commit)
spelling: protocols (commit)
spelling: properties (commit)
spelling: preferring (commit)
spelling: polyfill (commit)
spelling: parameterize (commit)
spelling: omit (commit)
spelling: offset (commit)
spelling: notification (commit)
spelling: name (commit)
spelling: multiple (commit)
spelling: loaded (commit)
spelling: jquery (commit)
spelling: javascript (commit)
spelling: instead (commit)
spelling: initial (commit)
spelling: increments (commit)
spelling: identify (commit)
spelling: github (commit)
spelling: getting (commit)
spelling: function (commit)
spelling: falsy (commit)
spelling: enqueuing (commit)
spelling: element (commit)
spelling: effective (commit)
spelling: doesn't (commit)
spelling: does (commit)
spelling: disappearing (commit)
spelling: deserialized (commit)
spelling: customize (commit)
spelling: containing (commit)
spelling: components (commit)
spelling: collection (commit)
spelling: children (commit)
spelling: changed (commit)
spelling: behavior (commit)
spelling: attribute (commit)
spelling: attached (commit)
spelling: asynchronous (commit)
Explicitly set display none on dom-* elements (#4821) (commit)
Publish DomBind in Polymer. scope (commit)
Fix missing semi-colons in test folder (commit)
Enable ESLint 'semi' rule (commit)
[ci skip] update package-lock (commit)
[ci skip] Add license headers to externs (commit)
Polymer.Path.get accepts both a string path or an Array path, so functions that call this should allow for either as well. Already changed for Polymer.prototype.push here: (commit)
lint with closure as well (commit)
Update closure compiler to support polymer pass v2 (commit)
Revert "Adds restamp
mode to dom-repeat." (commit)
Add test to verify that importHref can be called twice (commit)
Fix compiling with Polymer({}) calls (commit)
Remove double space (commit)
Add development workflow-related files to gitignore (#4612) (commit)
Allow arbitrary whitespace in CSS imports (commit)
Fix dom-module API docs with static import
function (commit)
[ci skip] update externs more from #4776 (commit)
imported css modules should always be before element's styles (commit)
Update closure annotation for Polymer.prototype.push (commit)
Fixed formatting. (commit)
Fix formatting of code in API docs (#4771) (commit)
Lint clean. (commit)
Separate scripts that modify configuration properties, as their ordering constraints are unusual. (commit)
test: convert XNestedRepeat to use an inlined string template. (commit)
Don't rely on implicitly creating a global, does not. (commit)
Refer to Gestures.recognizers consistently. (commit)
Make test work in strict mode. (commit)
In tests, explicitly write to window when creating a new global for clarity. (commit)
[ci skip] remove duplicate definition for __dataHost in externs (commit)
[ci skip] update polymer-build and run-sequence (commit)
Fix tests in non-Chrome browsers (commit)
Better distinguish param name from namespaced name (commit)
use wct 6 npm package (commit)
add mixin class instance properties to externs (commit)
Add sanitizeDOMValue to settings.html (commit)
Remove reference to Polymer._toOverride, it seems like an incomplete feature/part of the test. (commit)
Update custom-style API doc (commit)
Use customElements.get rather than referring to the global for Polymer.DomModule (commit)
Add import of dom-module to file that uses it. (commit)
Do not assign to a readonly property on window (commit)
[ci skip] Fix documentation in PropertyAccessors (commit)
[ci skip] fix closure warning (commit)
Fix event path for tap event on touch (commit)
[ci skip] Update changelog (commit)
Update web-component-tester to stable version (commit)
Disable closure linting until the count is driven down to a reasonable level (commit)
Adds restamp
mode to dom-repeat. (commit)
Changelog
v2.0.2 (2017-07-14)
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)
Remove @suppress {missingProperties} (commit)
Annotate Debouncer summary. (#4691) (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)
Fix parsing for argument whitespace. Fixes #4643. (commit)
Upgrade babel-preset-babili to include RegExp fix from https://github.com/babel/babili/pull/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] parameterize 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)
@mixes -> @appliesMixin (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 than constructor
(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 function (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)
Changelog
v2.0.1 (2017-05-25)
[ci skip] Prepare 2.0.1 (commit)
Improve comment more (commit)
Improve comment (commit)
Add comment. (commit)
__dataInitialized
to __dataReady
* When _flushClients
is called, ensure that clients are always enabled or flushed as appropriate. This ensures that (1) clients that are enabled before the host is enabled flush properly, and (2) clients that are stamped but not enabled properly enable when the host flushes. (commit)Fix typo in runBindingEffect documentation (commit)
Fixes #4601. Client elements can be readied that have already enabled properties. This can happen when templatize is used to create instances with no properties. In this case, in order for properties to flush properly to clients, clients must be flushed. (commit)
[ci skip] Update Changelog (commit)
Changelog
v2.0.0-rc.8 (2017-05-11)
Add test for boolean dynamicFn (commit)
Accept boolean or object map for dynamicFns (commit)
update dependencies for v1 polyfills (commit)
Null the links when unbinding. (commit)
Dedupe API docs. (commit)
Move setup to suiteSetup (commit)
Uncomment previous tests (commit)
Add tests (commit)
[ci skip] port gen-changelog from 1.x (commit)
Add static API for creating property fx and minor code refactoring. (commit)
[ci skip] remove bower.json version, add npm devDependencies & np publish config (commit)
Fix comment. (commit)
Fixes #4585. Data notifications do not flush host if host has not initialized clients. This preserves the Polymer 1.x guarantee that client dom is fully “readied” when data observers run. (commit)
Ensure no warnings for dynamic fns. Fixes #4575 (commit)
Corrected minor Method comments (commit)
Removes the disable-upgrade
feature from Polymer 2.0. Due to #4550, the feature has a flaw for native ES6 classes and would be better implemented as either a mixin or patch to customElements.define
. (commit)
Fix jsBin link. (commit)
Ensure tags in markdown are backtracked. Short-term stopgap to ensure they are not rendered in HTML. (commit)
Clean up gulpfile (commit)
bump wct version (commit)
Disabling lint-closure
until the error count is driven to 0 (commit)
fix test failures on safari 9 and chrome 41 w/focus event (commit)
update debounce example. (commit)
Fixes #4553, #4554 (commit)
save closure warnings to "closure.log" file (commit)
use shadycss externs directly, now only 498 warnings (commit)
add gulp task to lint for closure warnings (commit)