-
-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(addon/components/paper-grid): converts to glimmer components. #1299
base: feature/glimmer-paper-button
Are you sure you want to change the base?
feat(addon/components/paper-grid): converts to glimmer components. #1299
Conversation
d743472
to
cc02b59
Compare
c21905e
to
cd4f27f
Compare
212ab5a
to
0befc5b
Compare
0befc5b
to
f8fb64e
Compare
c74a886
to
bfd8cc0
Compare
f8fb64e
to
bfa6a27
Compare
bfd8cc0
to
1515e49
Compare
0837a8c
to
8dea1ea
Compare
66a32f0
to
b7c63d1
Compare
8dea1ea
to
05d7c66
Compare
70b9d50
to
9b074f6
Compare
…on child de/registration.
… a computed property (getter).
…run loop to request animation frame.
… pattern when children need to update.
…g on DOM mutations.
…tect DOM elements being reordered.
05d7c66
to
abb2f48
Compare
Some tests with 'continue-on-error: true' have failed:
|
Some tests with 'continue-on-error: true' have failed:
Created by continue-on-error-comment |
Some tests with 'continue-on-error: true' have failed:
Created by continue-on-error-comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all looks to be in order 👍
Note: Instead of using ember runloop, this does rely on
requestAnimationFrame
for debouncing. (breaking change?)Builds on #1298