Juicy / juicy-tile-grid

Masonry-like Custom Element for sortable tiles that packs efficiently without changing HTML structure (changes CSS only), and adapts it to CSS Grid Layout. Extended renderer for juicy-tile-list.
http://juicy.github.io/juicy-tile-grid/
MIT License
8 stars 1 forks source link

Migrate to vanilla WebComponent #25

Closed miyconst closed 9 years ago

miyconst commented 9 years ago

Right now juicy-tile-grid is a Polymer 0.5 WebComponent. It should be migrated to pure vanilla WebComponent to work with both Polymer 0.5 and Polymer 1.1.

Umbrella issue: https://github.com/Starcounter/Starcounter/issues/2854

miyconst commented 9 years ago

juicy-tile-grid is now a vanilla WebComponent. The examples are updated, but not all of the tests pass.

It looks like those tests were not checked for long time, as they don't pass with original juicy-tile-grid either.

miyconst commented 9 years ago

Also committed to another branch: https://github.com/Juicy/juicy-tile-grid/tree/vanilla