Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Releases: TimvdLippe/iron-lazy-pages

Fixed import of IronSelectableBehavior

16 Sep 08:41
Compare
Choose a tag to compare

IronSelectableBehavior is now correctly imported by IronLazyPagesBehavior.

Neon-lazy-pages implementation

16 Sep 08:41
Compare
Choose a tag to compare

The new neon-lazy-pages element is the hybrid version of iron-lazy-pages and neon-animated-pages. You can set a global animation on the element, or configure animations on the 1 custom element inside each iron-lazy-page template.

Light dom compatible

15 Aug 14:18
Compare
Choose a tag to compare

iron-lazy-pages is now light dom compatible. You can use the <content> tag inside a iron-lazy-pages for a wrapper element.

Fixed an issue with importing with Polymer 1.6

04 Jul 10:12
Compare
Choose a tag to compare

Fixed issue #22 for compatibility with Polymer 1.6

Add async property for importHref

15 Jun 10:28
Compare
Choose a tag to compare

imporHref can now be configured to be async with the loadAsync property on the iron-lazy-pages.

Fixed a bug with restamp and not hiding immediately

24 May 08:12
Compare
Choose a tag to compare

Fixed a bug where restamping would not work if hideImmediately was not set. Ref #13

Add restamp option

04 May 14:05
Compare
Choose a tag to compare

Add restamp property and hide elements by default. It brings the iron-lazy-page more in line with dom-if where restamping is disabled by default and instead hides the elements. See #11

Fix issue with undefined event target

02 May 19:43
Compare
Choose a tag to compare

In Firefox e.srcElement was undefined. e.target is the standard field for this.

Fix issue with nested selector

01 May 15:43
Compare
Choose a tag to compare

Fixed an issue where nested selector fired events which iron-lazy-pages captured. See #8

Version 1

23 Apr 21:00
Compare
Choose a tag to compare

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