Skip to content

Releases: adopted-ember-addons/ember-paper

v1.0.0-ember-paper

21 Nov 10:18
b43a870

Choose a tag to compare

Release (2025-11-21)

  • ember-paper 1.0.0 (minor)

🚀 Enhancement

🏠 Internal

Committers: 1

v1.0.0-beta.39-ember-paper: Merge pull request #1335 from adopted-ember-addons/release-preview

17 Nov 15:31
73c47a7

Choose a tag to compare

Release (2025-11-17)

ember-paper 1.0.0-beta.39 (minor)

🚀 Enhancement

  • ember-paper
    • #1341 remove actions deprecation from all components and add support for Ember 6.x (@mansona)

🐛 Bug Fix

  • ember-paper
    • #1338 make sure select box for autocomplete renders in the right place (@mansona)
    • #1337 fix bug with default animation for PaperSpeedDial not displaying correctly (@mansona)
    • #1336 fix error when removing a PaperTab (@mansona)

🏠 Internal

  • ember-paper
    • #1340 Fix catalog - stop PaperBackdrop from allowing you to scroll (@mansona)
    • #1320 Css Fix for site Child Alignment demo (@Hari-b1)
    • #1339 [test app] remove all cases of {{action}} helper (@mansona)
    • #1334 [tests app] fix Component Template Resolving deprecation (@mansona)

Committers: 2

v1.0.0-beta.38-ember-paper: Merge pull request #1306 from adopted-ember-addons/release-preview

13 Nov 12:28
2459223

Choose a tag to compare

Release (2025-11-13)

ember-paper 1.0.0-beta.38 (major)

💥 Breaking Change

  • ember-paper
    • #1323 update ember basic dropdown and power select and drop support for Ember < 3.28 (@mansona)
    • #1324 update toast-hammer to new modifier and drop support for Ember < 3.24 (@mansona)
    • #1301 allow full-screen snapshots (@mansona)

🚀 Enhancement

🏠 Internal

Committers: 2

v1.0.0-beta.37

13 Nov 07:11
9561b80

Choose a tag to compare

Release (2024-11-13)

ember-paper 1.0.0-beta.37 (major)

💥 Breaking Change

  • ember-paper

🚀 Enhancement

🐛 Bug Fix

  • ember-paper

🏠 Internal

Committers: 4

v1.0.0-alpha.3

27 Jul 15:46

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release
1.0.0-alpha.3

v1.0.0-alpha.2

27 Jul 15:45

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release
  • 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

v1.0.0-alpha.1

07 Jul 14:46

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release
  • #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.

v1.0.0-alpha.0

07 Jul 14:50

Choose a tag to compare

v1.0.0-alpha.0 Pre-release
Pre-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.

v0.2.14

07 Jul 14:49

Choose a tag to compare

  • 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

07 Jul 14:49

Choose a tag to compare

  • #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)