david-driscoll / atom-yeoman

A yeoman ui for atom.io
https://github.com/david-driscoll/atom-yeoman
MIT License
26 stars 5 forks source link

Deprecated Atom APIs will be removed June 1st #17

Closed benogle closed 9 years ago

benogle commented 9 years ago

Atom will no longer load this package after June 1st without changes. There is one deprecation on the latest version (0.2.0) of this package:

  1. Are you trying to listen for the <some:command-name> 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 https://github.com/atom/atom/issues/6867 for more info.

david-driscoll commented 9 years ago

Fixed, thanks!