Releases: adopted-ember-addons/ember-paper
Releases · adopted-ember-addons/ember-paper
v1.0.0-ember-paper
v1.0.0-beta.39-ember-paper: Merge pull request #1335 from adopted-ember-addons/release-preview
Release (2025-11-17)
ember-paper 1.0.0-beta.39 (minor)
🚀 Enhancement
ember-paper
🐛 Bug Fix
ember-paper
🏠 Internal
ember-paper
Committers: 2
v1.0.0-beta.38-ember-paper: Merge pull request #1306 from adopted-ember-addons/release-preview
Release (2025-11-13)
ember-paper 1.0.0-beta.38 (major)
💥 Breaking Change
ember-paper
🚀 Enhancement
ember-paper- #1332 Add support for Ember v5.x (@mansona)
- #1331 fix owner-inject deprecation (@mansona)
- #1330 Add support for Ember v4.x (@mansona)
- #1326 fix ensure-safe-component deprecation (@mansona)
- #1325 stop using @ember/string loc function (@mansona)
- #1322 Fix ember-global and get-with-default deprecations (@mansona)
- #1321 remove ember-composability-tools (@mansona)
🏠 Internal
ember-paper- #1333 fix the select demo (@mansona)
- #1329 update ember-code-snippet (@mansona)
- #1328 fix computed-property override deprecation in tests (@mansona)
- #1327 run no-implicit-this codemod on tests (@mansona)
- #1290 ci: adds no deprecations workflow (@matthewhartstonge)
- #1316 chore(deps): updates to
release-plan@^0.11.0. (@matthewhartstonge) - #1294 chore: remove events mixin. (@matthewhartstonge)
- #1308 chore(tests/dummy/app/controllers/catalog): stabilises catalog contacts. (@matthewhartstonge)
- #1307 fix lint-to-the-future dashboard build (@mansona)
- #1296 Add percy (@mansona)
Committers: 2
- Chris Manson (@mansona)
- Matthew Hartstonge (@matthewhartstonge)
v1.0.0-beta.37
Release (2024-11-13)
ember-paper 1.0.0-beta.37 (major)
💥 Breaking Change
🚀 Enhancement
ember-paper- #1262 refactor: migrates to
htmlSafefrom@ember/template. (@matthewhartstonge) - #1260 build(deps): upgrades to
ember-css-transitions@^4.4.1. (@matthewhartstonge) - #1257 build(deps): updates to
ember-css-transitions@^3.1.0. (@matthewhartstonge) - #1249 update ember-auto-import to v2 (@mansona)
- #1240 fix: Ember is not defined error (@wozny1989)
- #1211 Improve compatibility with Embroider (@Subtletree)
- #1262 refactor: migrates to
🐛 Bug Fix
🏠 Internal
ember-paper- #1302 make release-plan do pre-releases for now (@mansona)
- #1288 feat: adds widget catalog (@matthewhartstonge)
- #1293 chore: remove color mixin. (@matthewhartstonge)
- #1274 docs: migrates url references to adopted-ember-addons. (@matthewhartstonge)
- #1285 chore: remove no-implicit-this lint errors (@matthewhartstonge)
- #1284 make sure ember-cli-deprecation-workflow config is up to date (@mansona)
- #1280 start using release-plan (@mansona)
- #1251 swap to pnpm (@mansona)
- #1278 update github actions (@mansona)
- #1277 move lint-to-the-future dashboard to root of github pages (@mansona)
- #1276 fix deployments on netlify (@mansona)
- #1255 update lint-to-the-future (@mansona)
- #1253 update lttf dashbaord (@mansona)
- #1252 run ember-component-template-colocation-migrator (@mansona)
- #1250 Re-enable the Prettier eslint plugin (@mansona)
- #1248 apply fix to allow continue-on-error-comment to work (@mansona)
- #1247 fix avatar images in docs (@wozny1989)
- #1246 add ember-cli-deprecation-workflow (@mansona)
- #1245 add continue-on-error-comment (@mansona)
- #1242 chore: get rid of deprecation - deprecated-run-loop-and-computed-dot-access (@wozny1989)
- #1218 Remove ember-cp-validations from demo application (@mansona)
- #1220 Convert PaperGridList to native class syntax (@mansona)
- #1223 Convert paper-form to class syntax (@mansona)
- #1224 update paper-grid-tile to use native class syntax (@mansona)
- #1225 update paper-item to use native class syntax (@mansona)
- #1226 update paper-radio to use native class syntax (@mansona)
- #1227 update paper-tab to use native class syntax (@mansona)
- #1228 update paper-tabs to class syntax (@mansona)
- #1222 Remove unused eslint-disable directives (@mansona)
- #1215 Setting up the lint-to-the-future dashboard (@mansona)
- #1221 build documentation site on every merge to master (@mansona)
- #1217 remove Ember 3.28 from ember-try scenarios (@mansona)
- #1212 Move from travis to github actions (@mansona)
Committers: 4
- Adam Woźny (@wozny1989)
- Chris Manson (@mansona)
- Matthew Hartstonge (@matthewhartstonge)
- Ryan Scott (@Subtletree)
v1.0.0-alpha.3
1.0.0-alpha.3
v1.0.0-alpha.2
- This version uses an updated version of
ember-css-transitionsfrom github rather than npm. - #384 update sidenav
paper-nav-containerwas renamed topaper-sidenav-containerlocked-openwas renamed tolockedOpen- sidenav opening now follows DDAU with the
openattribute andonToggleaction - animations work
- there is a
paperSidenavservice that allows sidenav toggling across the application paper-sidenav-toggleno longer sets a class to hide at certain breakpointspaper-sidenav-toggleis now tagless. It is essentially a functional component that yields an action to its blockpaper-sidenavnow can use apositionparam that positions the sidenavleft(default) orrightpaper-backdropactiononTapchanged toonClick
- #408 added paper-form component.
paper-input'sonInvalidaction renamed toonValidityChange - #430 added fastboot support. Removed errors associated with
documentwhen runningember fastboot
v1.0.0-alpha.1
- #365 paper-button: Support for
fabandmini. - #362 paper-toolbar: Support for
tall. - #364 Support installation via both npm versions 2 and 3.
- #367 You should now use
paper-toolbar-toolscomponent (or respective contextual component) instead of themd-toolbar-toolsclass. - #370
paper-iconnow once again supports kebab cased icon names, and asizein pixels. - #372
paper-buttoncan generatealink elements, with an href and optional target attribute.
v1.0.0-alpha.0
- 1a9b641 paper-progress-circular now uses
diameterinstead ofmd-diameter - cf2a8da paper-progress-linear now uses
bufferValueinstead ofbuffer-value - #285 paper-checkbox now uses actions up, data down.
onChangeaction is mandatory. - #286 paper-radio no longer has the class
paper-radio - #286 paper-radio now uses
groupValueinstead ofselected - #286 paper-radio now sends the action
onChangeinstead ofchangedand it is mandatory (see ddau) - #303 paper-menu template may now specify
dense=trueto display menu items compactly - #313 paper-backdrop
tapaction renamedonTapand 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
customValidationsinstead 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
-0in its id - paper-checkbox now uses actions up, data down.
onChangeaction is mandatory.
- #324
- paper-button now uses
iconButtoninstead oficon-button - paper-button now uses the action
onClickinstead ofaction
- paper-button now uses
- #334
- paper-menu-item now uses action
onClickinstead ofaction. - paper-item now uses action
onClickinstead ofaction. - paper-menu now uses
valueinstead ofmodel. - paper-checkbox now uses
valueinstead ofchecked. - paper-switch now uses
valueinstead ofchecked. - paper-select now uses a required
onChangeaction. - paper-select now uses attribute
itemLabelCallbackinstead ofitem-label-callback. - paper-select now uses attribute
getItemsinstead ofon-open. - paper-menu now uses attribute
isOpeninstead 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
hammerjstohammer.js. (Also backported to 0.2.14.)- Update your project's
bower.jsonto require"hammer.js": "^2.0.8". Removebower_components/hammerjs. Runbower cache clean, thenbower install.
- Update your project's
- 5521f3b Validation status on
paper-inputis exposed viaonInvalidaction.