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

Initial implementation of emberjs/rfcs#415 #1

Merged
merged 3 commits into from Jan 28, 2019

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 28, 2019

This is the initial implementation of emberjs/rfcs#415.

It currently depends on ember-modifier-manager-polyfill in order to support Ember versions prior to 3.8 (should work back to at least 2.12).

This is the initial implementation of
[emberjs/rfcs#415](https://emberjs.github.io/rfcs/0415-render-element-modifiers.html).

It currently depends on
[ember-modifier-manager-polyfill](https://github.com/rwjblue/ember-modifier-manager-polyfill)
in order to support Ember versions prior to 3.8 (should work back to at
least 2.12).
THis is because Ember 2.18 and older pass an "EmptyObject" instance for
arguments, this is not compatible with how QUnit normally does deepEqual
(where if any part of the prototype chain is different, it is considered
to be "not equal").
@rwjblue rwjblue merged commit d27456c into emberjs:master Jan 28, 2019
@rwjblue rwjblue deleted the initial-implementation branch January 28, 2019 14:19
@rwjblue rwjblue added the enhancement New feature or request label Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant