Skip to content

Releases: PolymerElements/iron-list

v1.2.2

01 Feb 22:21
Compare
Choose a tag to compare
  • Fix comments, minor issues

v1.2.0

30 Jan 02:36
Compare
Choose a tag to compare
  • New scrollTarget allows to define a custom scroll target. This allows developers to use the document as the scrollable element or use a custom scrolling region e.g. a div with overflow: auto;
  • Built-in accessibility support. iron-list can now automatically preserve focus and other DOM states such as selection. A new tabIndex property is exposed within the template scope to help manage tabindexs following the best a11y practices.
  • New demo that allows to load new data when the user scrolls near the end of the list. This demo uses the recently released Polymer's iron-scroll-threshold. https://github.com/PolymerElements/iron-scroll-threshold
  • Fix #156, #162, #137

v1.1.7

18 Dec 00:07
Compare
Choose a tag to compare
  • Fix demos

v1.1.6

14 Nov 00:18
Compare
Choose a tag to compare
  • Reduced first paint time

v1.1.5

21 Oct 17:56
Compare
Choose a tag to compare

v1.1.4

14 Oct 06:30
Compare
Choose a tag to compare
  • Fix #108
  • Update docs

v1.1.3

07 Oct 19:20
Compare
Choose a tag to compare
  • New updateSizeForItem method
  • New --iron-list-items-container mixin for styling

v1.1.2

25 Sep 22:43
Compare
Choose a tag to compare
  • Fix #80
  • Improve A11y support.
  • Annotations for the closure compiler.

v1.1.1

15 Sep 15:14
Compare
Choose a tag to compare
  • Perf optimization: reduce repaints #78

v1.1.0

26 Aug 17:53
Compare
Choose a tag to compare
  • Selection API
  • Fix #51, #55, #63, #78
  • Improve initial physical count