predixdesignsystem / px-progress-bar

For a live demo of this predix UI component, visit
https://www.predix-ui.com/#/modules/px-progress-bar
Apache License 2.0
0 stars 2 forks source link

Support Polymer 2.0 #6

Closed shinxi closed 6 years ago

shinxi commented 6 years ago

px-progress-bar doesn't work with polymer 2.0. Is there any plan on support polymer 2.X, @davidrleonard

Expected behavior and actual behavior:

px-progress-bar works as expected with polymer 2.0

Steps to reproduce the problem:

https://codepen.io/anon/pen/VMOvzv?&editors=1001

Environment (component version number, Browser (including version), operating system, hardware, etc):

px-progress-bar: ^1.1.0 polymer: 2.0.0 Browser: Google Chrome 61.0.3163.100 operating system: macOS Sierra 10.12.6

Screenshots (optional, but very helpful):

image There's no progress indicator at the progress bar.

Code examples

https://codepen.io/anon/pen/VMOvzv?&editors=1001

davidrleonard commented 6 years ago

See the polymer2.0-preview branch. That branch is a pre-release with the progress bar working in Polymer 2.x. We will release it as a minor update when everything is hashed out. You can install that branch name directly in your bower.json file for now ("px-progress-bar" : "polymer2.0-preview").