Skip to content
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

Fix property normalization #16559

Merged
merged 4 commits into from
Apr 21, 2018
Merged

Fix property normalization #16559

merged 4 commits into from
Apr 21, 2018

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Apr 21, 2018

This depends on glimmerjs/glimmer-vm#801, once that is released we should edit this PR to also upgrade the glimmer packages (I made a small breaking change in the glimmer Environment API).

Fixes #16311
Fixes #16477

The root cause was that glimmer was not doing correct property normalization, and Ember was trying -- incorrectly -- to compensate for that with a toLowerCase, which was enough to get our existing tests to pass but was not the correct semantics.

@rwjblue
Copy link
Member

rwjblue commented Apr 21, 2018

Released the upstream change in glimmer-vm 0.34.0, and pushed the version bump commit here.

@rwjblue rwjblue merged commit 0ddfb8d into master Apr 21, 2018
@rwjblue rwjblue deleted the prop-normalization branch April 21, 2018 14:56
@rwjblue rwjblue added this to the v3.1.x milestone Apr 21, 2018
@mehulkar
Copy link
Contributor

👏 thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants