-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.0] Support Polymer 3.0 #60
Comments
t2ym
added a commit
that referenced
this issue
Jan 5, 2019
…and demo elements to support Polymer 3.0
t2ym
added a commit
that referenced
this issue
Jan 5, 2019
t2ym
added a commit
that referenced
this issue
Jan 5, 2019
t2ym
added a commit
that referenced
this issue
Jan 5, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 6, 2019
t2ym
added a commit
that referenced
this issue
Jan 7, 2019
t2ym
added a commit
that referenced
this issue
Jan 7, 2019
t2ym
added a commit
that referenced
this issue
Jan 7, 2019
t2ym
added a commit
that referenced
this issue
Jan 7, 2019
t2ym
added a commit
that referenced
this issue
Jan 7, 2019
t2ym
added a commit
that referenced
this issue
Jan 7, 2019
t2ym
added a commit
that referenced
this issue
Jan 20, 2019
t2ym
added a commit
that referenced
this issue
Jan 20, 2019
…ement with <template id> template in the main document
t2ym
added a commit
that referenced
this issue
Jan 20, 2019
t2ym
added a commit
that referenced
this issue
Jan 20, 2019
t2ym
added a commit
that referenced
this issue
Jan 20, 2019
t2ym
added a commit
that referenced
this issue
Jan 20, 2019
t2ym
added a commit
that referenced
this issue
Jan 21, 2019
t2ym
added a commit
that referenced
this issue
Jan 21, 2019
t2ym
added a commit
that referenced
this issue
Jan 21, 2019
t2ym
added a commit
that referenced
this issue
Jan 22, 2019
t2ym
added a commit
that referenced
this issue
Feb 1, 2019
t2ym
added a commit
that referenced
this issue
Feb 1, 2019
t2ym
added a commit
that referenced
this issue
Feb 1, 2019
t2ym
added a commit
that referenced
this issue
Feb 3, 2019
t2ym
added a commit
that referenced
this issue
Feb 3, 2019
t2ym
added a commit
that referenced
this issue
Feb 3, 2019
t2ym
added a commit
that referenced
this issue
Feb 6, 2019
t2ym
added a commit
that referenced
this issue
Feb 8, 2019
t2ym
added a commit
that referenced
this issue
Feb 8, 2019
t2ym
added a commit
that referenced
this issue
Feb 11, 2019
2 tasks
t2ym
added a commit
that referenced
this issue
Feb 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[3.0] Support Polymer 3.0
Status
@next
tagnpm install i18n-element@3.0.0-pre.27
ornpm install i18n-element@next
Tasks
i18n-element.js
i18n-dom-bind.js
define-element.js
demo/poc/
elements/localizable-element.js
elements/i18n-subclass-element.js
elements/i18n-thin-element.js
elements/i18n-legacy-element.js
elements/i18n-behavior-demo.js
demo/poc_preprocess/
demo/gulpfile.js
polymer.json
cd demo; ../node_modules/.bin/gulp locales --targets="de es fr ja zh-Hans"
document.currentScript
is alwaysnull
in ES modulesIssues
<template id> Define = class Is {}
<template id> Define = class { is }
Define = class Is { template }
Define = class { is, template }
<template id="X">
is sought in the main document when bothstatic get template()
and<dom-module id="X">
are unavailable. Even if the template is in the main document, the base URI for the element must come fromthis.importMeta
, not fromdocument.baseURI
, which can no longer serve as a base for the custom element."client-event-fragment"
socket.io message to send large data with 64KB chunks in separate HTTP POST requestsnew.target
andReflect
new.target
andReflect
_renameTemplate()
within_template
setter call, at which timing hasthis
andthis.constructor
(=new.target
) availableMixins
objectBaseElements
objectLocalizable
mixin functionI18nElement
base element classi18n-dom-bind
locales is invalidlocation.href
for Base URLstartUrl
current
script is undefined for "thin" syntaxi18n-dom-bind
may have to be attached to DOM AFTER theload
event of the pageNotes
The text was updated successfully, but these errors were encountered: