vpusher / the-grid

Grid layout custom element with drag and drop capabilities
https://www.webcomponents.org/element/vpusher/the-grid
MIT License
129 stars 31 forks source link

updating the-grid to support Polymer 3.0 #34

Open aveiga opened 6 years ago

aveiga commented 6 years ago

Polymer 3 has just been released.

I've run the polymer-modulizer and made the necessary changes to migrate the-grid to Polymer 3.0. The demo is working flawlessly but there's still some problems:

What's still not working:

As these don't seem to affect general functionality I think we can create the relevant issues and deal with them later.

Note: This is a breaking change! Hence, this should bump the major version.

danielgek commented 6 years ago

@vpusher are you still maintaining this? or you will not give more support ?

vpusher commented 6 years ago

Yes I still maintain this component but as a best effort basis. I already planned to migrate the component to Polymer 3. Just waiting for the official release. In the meantime, feel free to PR for any needs 😉

danielgek commented 6 years ago

awesome XD i think @aveiga needs to rebase 👍

vpusher commented 6 years ago

@aveiga Will you have time to do then changes and fix the conflict ?

m1m1s1ku commented 5 years ago

Made a Polymer3 working version (used in a lit-element project) https://gist.github.com/Ghostfly/ed0839700f0a53e7fbeecad128cfb2e7

I think it's better in Polymer3 as gestures event listeners are really great