PolymerElements / iron-list

Element for a virtual, "infinite" list
https://www.webcomponents.org/element/PolymerElements/iron-list
219 stars 131 forks source link

Update iron-list to use newer Templatize library #558

Open rebekahpotter opened 5 years ago

rebekahpotter commented 5 years ago

iron-list is still using the legacy Templatizer behavior from lib/legacy/templatizer-behavior.js, instead of the newer Templatize library (lib/utils/templatize.js).

This is requiring chromium to add an import of templatizer-behavior.js that would not otherwise be necessary, see https://chromium-review.googlesource.com/c/chromium/src/+/1832629.