~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-elements/README.md

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# iron-elements
 
2
 
 
3
Basic building blocks for creating an application. Most of the `iron` elements were previously named the `core` elements, when compatible with the "Developer Preview" version of the Polymer library.
 
4
 
 
5
## Roadmap
 
6
 
 
7
### Elements recently released
 
8
 
 
9
* [`iron-location`](https://github.com/PolymerElements/iron-location) - Handles data binding into and out of the URL. The foundation of routing.
 
10
* [`iron-demo-helpers`](https://github.com/PolymerElements/iron-demo-helpers) - Utility classes to make building demo pages easier.
 
11
* [`iron-swipeable-container`](https://github.com/PolymerElements/iron-swipeable-container) - A container that allows any of its nested children to be swiped away.
 
12
* [`iron-label`](https://github.com/PolymerElements/iron-label) - A version of the `<label>` element that works with custom elements as well as native elements.
 
13
* [`iron-list`](https://github.com/PolymerElements/iron-list) - Displays a virtual, 'infinite' scrolling list of items.
 
14
 
 
15
### Elements in progress
 
16
 
 
17
_No `iron-elements` are currently in progress._
 
18
 
 
19
### Elements planned
 
20
 
 
21
_No `iron-elements` are currently planned._
 
22
 
 
23
### Elements not planned, notably
 
24
_Elements we're not planning on building as part of this product line, but that one might be wondering about_
 
25
 
 
26
A number of elements existed as `core` elements that are not in this product line:
 
27
* `core-action-icons` - This wasn't really an element, and wasn't particularly heavily used.
 
28
* `core-animation` - The animation-related elements that were part of core will be created as part of the `neon` product line.
 
29
* `core-docs` - Deprecated: use [`iron-doc-viewer`](https://github.com/PolymerElements/iron-doc-viewer).
 
30
* `core-drag-drop` - Not currently working on.
 
31
* `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 easier to customize. More on the thought process behind this change in the [blog](https://blog.polymer-project.org/announcements/2015/05/14/updated-elements/).
 
32
* `core-focusable` - This has been re-implemented using Polymer behaviors - see for example the `paper-radio-button-behavior` in [`paper-behaviors`](https://github.com/PolymerElements/paper-behaviors).
 
33
* `core-item` - This had UI opinion, so was re-implemented as [`paper-item`](https://github.com/PolymerElements/paper-item).
 
34
* `core-layout` - We're working on more stable, consistent layout elements.
 
35
* `core-overlay` - This is re-implemented as a behavior, in [`iron-overlay-behavior`](https://github.com/PolymerElements/iron-overlay-behavior).
 
36
* `core-popup-menu` - This element wasn't particularly of unique value, so we're putting it away for now.
 
37
* `core-scroll-header-panel` - This had UI opinion, so it's been moved to [`paper-scroll-header-panel`](https://github.com/PolymerElements/paper-scroll-header-panel).
 
38
* `core-splitter` - This element was relatively trivial, so we've put it off for now.
 
39
* `core-style` - This element is not useful with Polymer's new styling system. Check out the latest docs for more.
 
40
* `core-tooltip` - This has become `paper-tooltip`.
 
41
* `core-menu` - This had UI opinion, and has become `paper-dropdown-menu`.