This repository has been archived by the owner on Sep 28, 2019. It is now read-only.
Version 1
The first version of iron-lazy-pages
Changes from version 0.1.0:
- Added new property
loading
. This property is true while the import href is loading and reset to false when the request has been resolved. - Changed stamping order. Elements are now added when the import has been resolved. If you want to remove the previous element immediately, set
hideImmediately
to true. - Added tests
- Added documentation for elements
- Added Travis configuration
- Added GitHub pages