ember-paper
Advanced tools
Changelog
1.0.0-alpha.17 (March 6, 2017)
true
to false
after render).lockedOpen
to be toggled.paper-form
now renders a <form>
html tag. This is for the greater good. If you want to keep it tagless, please use {{#paper-form tagName=""}}
.v1.0.7
v1.0.8
indeterminate
is true it will always take precedence over value
.v1.0.9
onValidityChange
now sends isValid
, isTouched
and isInvalidAndTouched
Changelog
1.0.0-alpha.16 (February 14, 2017) <--- forever alone
ENV['ember-paper'].insertFontLinks
to prevent the insertion of google fonts links in the head tag. This is especially useful if you want to include your own fonts.paper-slider
is now a DDAU component. It will trigger an onChange
action with the new value. It is up to you to update the value yourself (like paper-input
, paper-checkbox
, paper-switch
, etc).Changelog
1.0.0-alpha.15 (January 26, 2017)
hammerjs
, matchmedia-polyfill
and propagating-hammerjs
from bower. Feel free to delete them from your app's bower.json. ember-paper will keep track of its dependencies now.Changelog
1.0.0-alpha.11 (December 2, 2016)
paper-item
now yields checkbox
, switch
and button
controls. These controls get proxied by paper-item
clicks.paper-list
update. Specify seconday=true
when you want controls to be placed on the right side of paper-item
.Changelog
1.0.0-alpha.9 (November 24, 2016)
Ember.K
paper-autocomplete
works with allowClear
+ floating labelpaper-autocomplete-highlight
now highlights non-string labels