Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/polymer/v0_8/components-chromium/iron-elements/README.md

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # iron-elements
2
3 Basic building blocks for creating an application.
4
5 ## Roadmap
6
7 ### Elements in progress
8
9 * `iron-list` - the upgraded version of a virtualized infinite list, previously named `core-list`. ETA: Couple weeks.
10
11 ### Elements planned
12 _Elements we're planning on building soon but haven't started yet_
13
14 [Currently focused on getting all elements up to speed]
15
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_
18
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.
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).
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/).
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).
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).
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).
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.
33 * `core-tooltip` - This will become `paper-tooltip`.
34 * `core-menu` - This had UI opinion, and will become `paper-dropdown-menu`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698