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

Deprecated Atom APIs will be removed June 1st #145

Closed
benogle opened this issue May 26, 2015 · 0 comments
Closed

Deprecated Atom APIs will be removed June 1st #145

benogle opened this issue May 26, 2015 · 0 comments

Comments

@benogle
Copy link

benogle commented May 26, 2015

This package will not be loaded after June 1st without changes. There is only one deprecation on the latest version of this package:

  1. Are you trying to listen for the 'core:confirm' Atom command with jQuery::on? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.

Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and search for your package name to see what deprecations are being reported on this package.

See atom/atom#6867 for more info.

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

No branches or pull requests

1 participant