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

chore(deps): Update legacy shim and @argument #485

Merged
merged 2 commits into from
Feb 5, 2018

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Feb 5, 2018

After some recent research we've been able to make the legacy class transforms and @argument more efficient overall, and more inline with the future version of ES classes. This PR bumps the dependencies to the most recent releases.

@pzuraq pzuraq force-pushed the pzuraq/chore/update-deps branch from 1f0f657 to 31288a8 Compare February 5, 2018 20:14
@@ -30,7 +30,7 @@ export default class EmberTableFooter extends EmberTableBaseCell {
}

@action
onFooterEvent() {
sendFooterEvent() {
this.sendAction('onFooterEvent', ...arguments);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to update this name too for consistency?

@pzuraq pzuraq merged commit 30c219f into master Feb 5, 2018
@pzuraq pzuraq deleted the pzuraq/chore/update-deps branch February 5, 2018 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants