fabbricadigitale / paper-chip

A chip web component made with Polymer 2 following Material Design guidelines
http://webcomponents.org/element/fabbricadigitale/paper-chip
MIT License
31 stars 16 forks source link

Start porting to 3.X line #73

Open leodido opened 6 years ago

leodido commented 6 years ago

Polymer 3 has been released and it is now on the npm registry.

Also polymer elements are now on the npm registry.

Everything is now using ES modules.

So we also should port the component to the 3.x line.

Any idea about the planning? @alelb and @leogr

leogr commented 6 years ago

We have to take in account that Material Design has been revamped (a.k.a. Material Design 2). Also, PolymerElements are not yet ported to 3.0 nor to new Material Design.

I think we need a new repo for that.

Protoss78 commented 6 years ago

Hi,

I just discovered your paper-chip component, forked it and tried to upgrade it using polymer modulizer. I got the component itself, the demo page and the iron-component-page working again after a few manual fixes of the automated migration. Only thing that is open is a migration of the tests. I could provide a PR if you are still interested in fixing this issue? You can have a look at the changes in my fork: https://github.com/Protoss78/paper-chip-1

leodido commented 6 years ago

Hi @Protoss78 a PR would be really welcome!