the-grid icon indicating copy to clipboard operation
the-grid copied to clipboard

updating the-grid to support Polymer 3.0

Open aveiga opened this issue 7 years ago • 5 comments

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:

  • the playground demo
  • the responsive demo
  • 8 unit tests

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.

aveiga avatar May 10 '18 22:05 aveiga

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

danielgek avatar May 18 '18 21:05 danielgek

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 😉

vpusher avatar May 20 '18 12:05 vpusher

awesome XD i think @aveiga needs to rebase 👍

danielgek avatar May 20 '18 15:05 danielgek

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

vpusher avatar May 29 '18 12:05 vpusher

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

uplg avatar Jan 26 '19 23:01 uplg