Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SaladFork SaladFork released this 07 Jul 14:50
· 1317 commits to main since this release
  • 1a9b641 paper-progress-circular now uses diameter instead of md-diameter
  • cf2a8da paper-progress-linear now uses bufferValue instead of buffer-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 of selected
  • #286 paper-radio now sends the action onChange instead of changed 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 renamed onTap 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 of customValidation. 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 of icon-button
    • paper-button now uses the action onClick instead of action
  • #334
    • paper-menu-item now uses action onClick instead of action.
    • paper-item now uses action onClick instead of action.
    • paper-menu now uses value instead of model.
    • paper-checkbox now uses value instead of checked.
    • paper-switch now uses value instead of checked.
    • paper-select now uses a required onChange action.
    • paper-select now uses attribute itemLabelCallback instead of item-label-callback.
    • paper-select now uses attribute getItems instead of on-open.
    • paper-menu now uses attribute isOpen instead of is-open.
  • #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 to hammer.js . (Also backported to 0.2.14.)
    • Update your project's bower.json to require "hammer.js": "^2.0.8". Remove bower_components/hammerjs. Run bower cache clean, then bower install.
  • 5521f3b Validation status on paper-input is exposed via onInvalid action.