Skip to content
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

Feature/Update to Custom Elements API #170

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

barnomics
Copy link

registerElement is deprecated and the latest webcomponentsjs (>1.0) doesn't seem to be polyfilling registerElement, which makes app-router unusable with Polymer 2 + Firefox. Instead, we'll use the platform

This PR ...

  • updates components to use ES6 classes and uses the customElements.define API
  • updates build process with babel to transpile down to ES5
  • removes core-animated-pages support because that was a Polymer 0.5 or less product that is no longer supported
  • may break a lot of things - but it now works in FF with Polymer 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant