adopted-ember-addons / ember-paper

The Ember approach to Material Design.
https://ember-paper.netlify.app/
MIT License
888 stars 333 forks source link

feat(addon/components/paper-item): converts to a glimmer component. #1304

Open matthewhartstonge opened 1 week ago

matthewhartstonge commented 1 week ago

note: two tests fail:

This appears due to to click only bubbling once under classic components, whereas the proxy call is being made under the glimmer parent, then the click handler is being called on the checkbox classic component.

Hoping this will come out in the wash once paper-checkbox is migrated to glimmer.

matthewhartstonge commented 1 week ago

Failing tests fixed by #1305!