Ember Paper Versions Save

The Ember approach to Material Design.

v1.0.0-alpha.3

7 years ago

1.0.0-alpha.2

7 years ago
  • This version uses an updated version of ember-css-transitions from github rather than npm.
  • #384 update sidenav
    • paper-nav-container was renamed to paper-sidenav-container
    • locked-open was renamed to lockedOpen
    • sidenav opening now follows DDAU with the open attribute and onToggle action
    • animations work
    • there is a paperSidenav service that allows sidenav toggling across the application
    • paper-sidenav-toggle no longer sets a class to hide at certain breakpoints
    • paper-sidenav-toggle is now tagless. It is essentially a functional component that yields an action to its block
    • paper-sidenav now can use a position param that positions the sidenav left (default) or right
    • paper-backdrop action onTap changed to onClick
  • #408 added paper-form component. paper-input's onInvalid action renamed to onValidityChange
  • #430 added fastboot support. Removed errors associated with document when running ember fastboot

1.0.0-alpha.0

7 years ago
  • 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.

v0.2.14

7 years ago
  • Updated the dependency on Hammer.js from hammerjs to hammer.js.
  • Update your project's bower.json to require "hammer.js": "^2.0.8". Remove bower_components/hammerjs. Run bower cache clean, then bower install.

v0.2.13

7 years ago
  • #322 Remove documentation for searchTest in inverse block for {{paper-autocomplete}}.
  • #323 Pass item through as expected rather than label to itemComponent for {{paper-autocomplete}}.
  • #347 Don't import Hammer or matchMedia when building in node (FastBoot support)

v0.2.12

7 years ago
  • #307 Add paper-card title components
  • #283 Adds support for fullTextSearch attribute on {{paper-autocomplete}}. Enables passing Promises to the model attribute on {{paper-autocomplete}}. Docs updated.
  • #311 Fixed issue with paper-wormhole div in <head> tag.

v0.2.11

7 years ago
  • #253 Add closeOnClick to paper-sidenav
  • #255 Add class to backdrops
  • #260 Set jquery version to 1.11.3
  • #261 Fixed #237 - didInsertElement deprecation warning for components using proxiable-mixin.
  • #271 Add support for positional param {{paper-icon "check"}}

v0.2.10

7 years ago
  • #178 Listen for model changes
  • #219 Inject wormhole outlet through addon hook
  • #209 Fix issue with border-bottom-color in paper-select
  • #213 Fixed a few stray color references that didnt use color utility
  • Update ember-cli to 1.13.13

v0.2.9

7 years ago
  • #140 Implement Material Menu and Select component.
  • #171 Add support for custom validations in paper-input component.
  • #192 Add support for paper-grid-list component.
  • #194 Fixed #173 - issue with paper-progress-circular.

1.0.0-alpha.1

7 years ago
  • #365 paper-button: Support for fab and mini.
  • #362 paper-toolbar: Support for tall.
  • #364 Support installation via both npm versions 2 and 3.
  • #367 You should now use paper-toolbar-tools component (or respective contextual component) instead of the md-toolbar-tools class.
  • #370 paper-icon now once again supports kebab cased icon names, and a size in pixels.
  • #372 paper-button can generate a link elements, with an href and optional target attribute.