Releases: PolymerElements/iron-list
Releases · PolymerElements/iron-list
v1.2.2
v1.2.0
- 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. adiv
withoverflow: 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