9

One of the issues I'm having with the new polymer release is identifying which components are replacing the old ones. In the case of the old componente core-list, I cannot find the equivalent for the new release. Does anyone know which element replace core-list?

fray88
  • 820
  • 1
  • 7
  • 23
  • A good source of information for element availability are the element collection repositories: [iron-elements](https://github.com/PolymerElements/iron-elements), [paper-elements](https://github.com/PolymerElements/paper-elements), [gold-elements](https://github.com/PolymerElements/gold-elements), [neon-elements](https://github.com/PolymerElements/neon-elements), and [platinum-elements](https://github.com/PolymerElements/platinum-elements) – Adaline Simonian Jun 03 '15 at 21:23

2 Answers2

14

It has been replaced with iron-list.

Indolering
  • 3,058
  • 30
  • 45
Matteo Mazzarolo
  • 4,420
  • 1
  • 16
  • 17
1

It's been almost a month since the 2 weeks ETA for iron-list was posted. It may help releasing a "candidate" version if the api is finalized but the team is working on fine tuning the performance.

salil pitkar
  • 127
  • 1
  • 1
  • 8