1.0.0-alpha.0
版本发布时间: 2016-07-07 22:50:40
miguelcobain/ember-paper最新发布版本:v1.0.0-alpha.3(2016-07-27 23:46:13)
-
1a9b641 paper-progress-circular now uses
diameter
instead ofmd-diameter
-
cf2a8da paper-progress-linear now uses
bufferValue
instead ofbuffer-value
-
#285 paper-checkbox now uses actions up, data down.
onChange
action is mandatory. -
#286 paper-radio no longer has the class
paper-radio
-
#286 paper-radio now uses
groupValue
instead ofselected
-
#286 paper-radio now sends the action
onChange
instead ofchanged
and it is mandatory (see ddau) -
#303 paper-menu template may now specify
dense=true
to display menu items compactly -
#313 paper-backdrop
tap
action renamedonTap
and required action closure. -
#326
- paper-input now uses a passThru hash rather than individual attr-xxx attributes to pass attribute binds through to the underlying input.
- The required attribute can now be used to mean native validation, required label styling with an asterisk, and/or native html5 required validation.
- paper-input now uses
customValidations
instead ofcustomValidation
. customValidations has a new format. - the error messages can now be overriden by specifiying
errorMessages=(hash required="new message")
- first validation message now has suffix
-0
in its id - paper-checkbox now uses actions up, data down.
onChange
action is mandatory.
-
#324
- paper-button now uses
iconButton
instead oficon-button
- paper-button now uses the action
onClick
instead ofaction
- paper-button now uses
-
#334
- paper-menu-item now uses action
onClick
instead ofaction
. - paper-item now uses action
onClick
instead ofaction
. - paper-menu now uses
value
instead ofmodel
. - paper-checkbox now uses
value
instead ofchecked
. - paper-switch now uses
value
instead ofchecked
. - paper-select now uses a required
onChange
action. - paper-select now uses attribute
itemLabelCallback
instead ofitem-label-callback
. - paper-select now uses attribute
getItems
instead ofon-open
. - paper-menu now uses attribute
isOpen
instead ofis-open
.
- paper-menu-item now uses action
-
#338
- paper-card now uses contextual components. The old paper-card-content and paper-card-title components still work.
- paper-card now supports the same configurations as the Angular Material version.
- Updated the dependency on hammer from
hammerjs
tohammer.js
. (Also backported to 0.2.14.)- Update your project's
bower.json
to require"hammer.js": "^2.0.8"
. Removebower_components/hammerjs
. Runbower cache clean
, thenbower install
.
- Update your project's
-
5521f3b Validation status on
paper-input
is exposed viaonInvalid
action.