This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
Life-cycle flow tuned
- Attached is async to workaround Chromium bug https://code.google.com/p/chromium/issues/detail?id=581176
- Now
.isReady
is set to true once element is realy ready - Reduced FOUC
Shimmed CSS fixed
- Shimmed Shadow DOM CSS is now working way much better
Declarative per-element setup
You can now provide setup per each element in declarative manner:
<juicy-tile-table>
<div juicy-style="width: 50%; height: 20px; priority: 0.5">..</div>
...
</juicy-tile-table>
Automated testing
Test suite was cleaned and updated, CI is being done at https://travis-ci.org/Juicy/juicy-tile-list