OLD | NEW |
1 # iron-elements | 1 # iron-elements |
2 | 2 |
3 Basic building blocks for creating an application. Most of the `iron` elements w
ere previously named the `core` elements, when compatible with the "Developer Pr
eview" version of the Polymer library. | 3 Basic building blocks for creating an application. Most of the `iron` elements w
ere previously named the `core` elements, when compatible with the "Developer Pr
eview" version of the Polymer library. |
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 _No `iron-elements` are currently in progress. [`iron-list`](https://github.com/
polymerelements/iron-list) was the most recent to be released._ |
10 | 10 |
11 ### Elements planned | 11 ### Elements planned |
12 _Elements we're planning on building soon but haven't started yet_ | 12 _Elements we're planning on building soon but haven't started yet_ |
13 | 13 |
14 * `iron-label` - still looking for the right way to bring what used to be `core-
label` into the 1.0 world. | 14 * `iron-label` - still looking for the right way to bring what used to be `core-
label` into the 1.0 world. |
15 | 15 |
16 ### Elements not planned, notably | 16 ### Elements not planned, notably |
17 _Elements we're not planning on building as part of this product line, but that
one might be wondering about_ | 17 _Elements we're not planning on building as part of this product line, but that
one might be wondering about_ |
18 | 18 |
19 A number of elements existed as `core` elements that are not in this product lin
e: | 19 A number of elements existed as `core` elements that are not in this product lin
e: |
20 * `core-action-icons` - This wasn't really an element, and wasn't particularly h
eavily used. | 20 * `core-action-icons` - This wasn't really an element, and wasn't particularly h
eavily used. |
21 * `core-animation` - The animation-related elements that were part of core will
be created as part of the `neon` product line. | 21 * `core-animation` - The animation-related elements that were part of core will
be created as part of the `neon` product line. |
22 * `core-docs` - Deprecated: use [`iron-doc-viewer`](https://github.com/polymerel
ements/iron-doc-viewer). | 22 * `core-docs` - Deprecated: use [`iron-doc-viewer`](https://github.com/polymerel
ements/iron-doc-viewer). |
23 * `core-drag-drop` - Not currently working on. | 23 * `core-drag-drop` - Not currently working on. |
24 * `core-dropdown` and `core-dropdown-menu` - These were confusing UI to have in
`core`, so we've moved them to the `paper` element set for now and made them eas
ier to customize. More on the thought process behind this change in the [blog](h
ttps://blog.polymer-project.org/announcements/2015/05/14/updated-elements/). | 24 * `core-dropdown` and `core-dropdown-menu` - These were confusing UI to have in
`core`, so we've moved them to the `paper` element set for now and made them eas
ier to customize. More on the thought process behind this change in the [blog](h
ttps://blog.polymer-project.org/announcements/2015/05/14/updated-elements/). |
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 |