OLD | NEW |
1 # iron-elements | 1 # iron-elements |
2 | 2 |
3 Basic building blocks for creating an application. | 3 Basic building blocks for creating an application. |
4 | 4 |
5 ## Roadmap | 5 ## Roadmap |
6 | 6 |
7 ### Elements in progress | 7 ### Elements in progress |
8 | 8 |
9 * `iron-list` - the upgraded version of a virtualized infinite list, previously
named `core-list`. ETA: Couple weeks. | 9 * `iron-list` - the upgraded version of a virtualized infinite list, previously
named `core-list`. ETA: Couple weeks. |
10 | 10 |
(...skipping 14 matching lines...) Expand all Loading... |
25 * `core-focusable` - This has been re-implemented using Polymer behaviors - see
for example the `paper-radio-button-behavior` in [`paper-behaviors`](https://git
hub.com/PolymerElements/paper-behaviors). | 25 * `core-focusable` - This has been re-implemented using Polymer behaviors - see
for example the `paper-radio-button-behavior` in [`paper-behaviors`](https://git
hub.com/PolymerElements/paper-behaviors). |
26 * `core-item` - This had UI opinion, so was re-implemented as [`paper-item`](htt
ps://github.com/polymerelements/paper-item). | 26 * `core-item` - This had UI opinion, so was re-implemented as [`paper-item`](htt
ps://github.com/polymerelements/paper-item). |
27 * `core-layout` - We're working on more stable, consistent layout elements. | 27 * `core-layout` - We're working on more stable, consistent layout elements. |
28 * `core-overlay` - This is re-implemented as a behavior, in [`iron-overlay-behav
ior`](https://github.com/polymerelements/iron-overlay-behavior). | 28 * `core-overlay` - This is re-implemented as a behavior, in [`iron-overlay-behav
ior`](https://github.com/polymerelements/iron-overlay-behavior). |
29 * `core-popup-menu` - This element wasn't particularly of unique value, so we're
putting it away for now. | 29 * `core-popup-menu` - This element wasn't particularly of unique value, so we're
putting it away for now. |
30 * `core-scroll-header-panel` - This had UI opinion, so it's been moved to [`pape
r-scroll-header-panel`](https://github.com/polymerelements/paper-scroll-header-p
anel). | 30 * `core-scroll-header-panel` - This had UI opinion, so it's been moved to [`pape
r-scroll-header-panel`](https://github.com/polymerelements/paper-scroll-header-p
anel). |
31 * `core-splitter` - This element was relatively trivial, so we've put it off for
now. | 31 * `core-splitter` - This element was relatively trivial, so we've put it off for
now. |
32 * `core-style` - This element is not useful with Polymer's new styling system. C
heck out the latest docs for more. | 32 * `core-style` - This element is not useful with Polymer's new styling system. C
heck out the latest docs for more. |
33 * `core-tooltip` - This will become `paper-tooltip`. | 33 * `core-tooltip` - This will become `paper-tooltip`. |
34 * `core-menu` - This had UI opinion, and will become `paper-dropdown-menu`. | 34 * `core-menu` - This had UI opinion, and will become `paper-dropdown-menu`. |
OLD | NEW |