Skip to content

Instantly share code, notes, and snippets.

@benogle
Last active October 31, 2015 17:54
Show Gist options
  • Save benogle/6d09e295c84b717ef9b4 to your computer and use it in GitHub Desktop.
Save benogle/6d09e295c84b717ef9b4 to your computer and use it in GitHub Desktop.
Package Version Deprecation Text
angularjs-helper 0.9.2 Use ::getPaths instead
angularjs-helper 0.9.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
angularjs-helper 0.9.2 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
apex-ui-personalize 0.1.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
asciidoc-preview 0.5.0 Accessing PaneView via $::view() is deprecated. Use the raw DOM node or underlying model object instead.
assign-align 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
asteroids 0.2.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
asteroids 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-2048 1.2.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-2048 1.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-beautifier 0.5.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
atom-beautifier 0.5.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-browser-webview 0.6.0 Call .dispose() on the Disposable returned from ::addOpener instead
atom-browser-webview 0.6.0 Please use Workspace::addTopPanel() instead
atom-browser-webview 0.6.0 Use ::getActivePane() instead of the ::activePane property
atom-browser-webview 0.6.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-browser-webview 0.6.0 Call Workspace::addOpener instead
atom-browser-webview 0.6.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
atom-browser-webview 0.6.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-charcode 0.4.0 Use PackageManager::onDidActivateInitialPackages instead
atom-cli-diff 0.11.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
atom-faker 0.2.0 Call ::getActiveTextEditor instead
atom-faker 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-flake8 0.1.0 Use Workspace::observeTextEditors instead
atom-flake8 0.1.0 Use TextBuffer::onDidDestroy instead
atom-flake8 0.1.0 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
atom-flake8 0.1.0 Use Workspace::getTextEditors instead
atom-flake8 0.1.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
atom-flake8 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-flake8 0.1.0 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
atom-flake8 0.1.0 Use Workspace::onDidChangeActivePaneItem instead
atom-flake8 0.1.0 Use ::getURI instead
atom-grunt-configs 0.1.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-grunt-configs 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-grunt-configs 0.1.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-html-preview 0.1.6 Accessing PaneView via $::view() is deprecated. Use the raw DOM node or underlying model object instead.
atom-html5-boilerplate 0.2.0 Use ::getPaths instead
atom-html5-boilerplate 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-htmlizer 0.1.1 Use editor.getLastCursor().getScopeDescriptor() instead
atom-htmlizer 0.1.1 Call ::getActiveTextEditor instead
atom-htmlizer 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-htmlizer 0.1.1 Use TextEditor::getLastSelection() instead
atom-lint 0.20.1 Use ::dispose to cancel subscriptions instead of ::off
atom-lint 0.20.1 Decorations of type: 'gutter' have been renamed to type: 'line-number'.
atom-lint 0.20.1 Use PackageManager::onDidActivateInitialPackages instead
atom-lint 0.20.1 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
atom-lint 0.20.1 Use TextEditorView::getPaneView() instead
atom-lint 0.20.1 Use Cursor::onDidChangePosition instead
atom-lint 0.20.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
atom-lint 0.20.1 Use TextEditor::onDidChangeGrammar instead
atom-lint 0.20.1 Use Marker::onDidChange instead
atom-lint 0.20.1 Use TextEditor::getLastCursor() instead
atom-lint 0.20.1 Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel()
atom-lint 0.20.1 This is now a view method. Call TextEditorElement::getLastVisibleScreenRow instead.
atom-lint 0.20.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-lint 0.20.1 Use TextEditor::getLastVisibleScreenRow instead. You can get the editor via editorView.getModel()
atom-lint 0.20.1 Use TextEditorElement::getFirstVisibleScreenRow instead.
atom-lint 0.20.1 Use ::addRightTile({item, priority}) instead.
atom-lint 0.20.1 TextBuffer::on is deprecated. Use event subscription methods instead.
atom-lint 0.20.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-lint 0.20.1 Use Workspace::onDidAddTextEditor instead
atom-prettify 0.1.1 Use editor.lineTextForBufferRow(row).length instead
atom-processing 0.1.0 Call ::getActiveTextEditor instead
atom-python-debugger 0.3.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
atom-python-debugger 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-python-debugger 0.3.0 Use TextEditor::moveToTop() instead
atom-rails 0.4.0 Call ::getActiveTextEditor instead
atom-rails 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-raml-preview 0.0.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-raml-preview 0.0.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-semicolons 0.1.5 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atom-spotify 1.2.0 Use PackageManager::onDidActivateInitialPackages instead
atom-ungit 0.4.3 Pane item with class AtomUngitView should implement ::getURI instead of ::getUri.
atom-ungit 0.4.3 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
atom-ungit 0.4.3 Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-ungit 0.4.3 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
atom-ungit 0.4.3 Use ::getDirectories instead
atom-ungit 0.4.3 Use ::activateItemForURI instead.
atom-ungit 0.4.3 Use ::itemForURI instead.
atom-ungit 0.4.3 Call Workspace::addOpener instead
atomic-rest 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
atomic-rest 0.2.1 Use ::getActivePaneItem() instead of the ::activePaneItem property
auto-indent 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
auto-indent 0.1.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
auto-indent 0.1.0 Use TextEditor::getLastCursor() instead
auto-replace-in-selection 2.1.0 Use TextEditor::getLastSelection() instead
auto-update-packages 0.2.2 Use ::dispose to cancel subscriptions instead of ::off
auto-update-packages 0.2.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
autocomplete-jedi 1.2.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
autocomplete-jedi 1.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
autocomplete-jedi 1.2.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
autocomplete-jedi 1.2.0 Use TextEditor::onDidDestroy instead
autocomplete-jedi 1.2.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
autocomplete-jedi 1.2.0 Use Workspace::onDidAddTextEditor instead
autocomplete-plus-async 0.22.0 TextEditor::on is deprecated. Use documented event subscription methods instead.
autocomplete-plus-async 0.22.0 Use TextEditor::onDidChangeCursorPosition instead
autocomplete-plus-async 0.22.0 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
autocomplete-plus-async 0.22.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
autocomplete-plus-async 0.22.0 Use editor.lineTextForBufferRow(row).length instead
autocomplete-plus-async 0.22.0 Use TextBuffer::onDidChange instead
autocomplete-plus-async 0.22.0 Use atom.config.getAll instead.
autocomplete-plus-async 0.22.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
autocomplete-plus-async 0.22.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
autocomplete-plus-async 0.22.0 Use TextEditor::onDidDestroy instead
autocomplete-plus-async 0.22.0 Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor
autocomplete-plus-async 0.22.0 The atom.syntax global is deprecated. Use atom.grammars instead.
autocomplete-plus-async 0.22.0 Use Workspace::onDidAddTextEditor instead
autocomplete-plus-async 0.22.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
autocomplete-plus-async 0.22.0 Use Config::getAll instead
autocomplete-plus-async 0.22.0 Use TextEditor::getLastSelection() instead
autocomplete-plus-jedi 0.0.9 Use ::getPaths instead
autocomplete-plus-jedi 0.0.9 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
big-cursor 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
browser-refresh 0.8.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
browser-refresh 0.8.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
change-case 0.5.1 Call ::getActiveTextEditor instead
clipboard-history 0.6.5 Use TextEditor::selectLinesContainingCursors instead
clipboard-history 0.6.5 Open-ended transactions are deprecated. Use checkpoints instead.
clone-cursor 1.0.0 Use TextEditor::getLastCursor() instead
closure-linter 0.2.5 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
closure-linter 0.2.5 Use Workspace::onDidAddTextEditor instead
closure-linter 0.2.5 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
closure-linter 0.2.5 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
closure-linter 0.2.5 Use Pane::onDidChangeActiveItem instead
codeship-status 0.1.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
coffee-lint 0.7.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
coffee-lint 0.7.3 Use TextBuffer::onDidDestroy instead
coffee-lint 0.7.3 Use Workspace::onDidAddTextEditor instead
coffee-lint 0.7.3 Use TextEditor::onDidStopChanging instead
coffee-lint 0.7.3 Use Workspace::onDidChangeActivePaneItem instead
coffee-lint 0.7.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
coffee-lint 0.7.3 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
coffee-lint 0.7.3 Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
coffee-lint 0.7.3 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
coffee-lint 0.7.3 Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html
coffee-trace 0.2.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
coffee-trace 0.2.2 Use ::getURI instead
coffee-trace 0.2.2 Use TextEditorElement::getFirstVisibleScreenRow instead.
coffee-trace 0.2.2 Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel()
comment 0.2.7 Use ::getActivePaneItem() instead of the ::activePaneItem property
comment 0.2.7 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
comment 0.2.7 Use TextEditor::getLastCursor() instead
comment 0.2.7 Use TextEditor::getLastSelection() instead
comment 0.2.7 Use TextEditor::moveToEndOfLine() instead
comment 0.2.7 Use TextEditor::moveToBeginningOfLine() instead
comment 0.2.7 Use TextEditor::moveDown() instead
composer 0.3.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
composer 0.3.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
convert-to-utf8 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
convert-to-utf8 0.1.0 Use ::getURI instead
convert-to-utf8 0.1.0 Call ::getActiveTextEditor instead
coverage 0.6.0 Use ::dispose to cancel subscriptions instead of ::off
csscomb 0.1.2 Use editor.lineTextForBufferRow(row).length instead
csscomb 0.1.2 Use Workspace::getActivePaneItem instead
csscomb 0.1.2 Use Project::getDirectories()[0]?.resolve() instead
csscomb 0.1.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
cucumber-runner 0.1.1 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
cucumber-runner 0.1.1 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
cucumber-runner 0.1.1 Pane item with class CucumberRunnerView should implement ::getURI instead of ::getUri.
cucumber-runner 0.1.1 Call Workspace::addOpener instead
cucumber-runner 0.1.1 Call ::getActiveTextEditor instead
cucumber-runner 0.1.1 Use TextEditor::getLastCursor() instead
cucumber-runner 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
cucumber-runner 0.1.1 Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
cucumber-runner 0.1.1 Use ::getPaths instead
cucumber-runner 0.1.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
cucumber-runner 0.1.1 The changeFocus option has been renamed to activatePane
cucumber-runner 0.1.1 Use ::getDirectories instead
cucumber-step 0.1.2 Use atom.workspace.scan instead of atom.project.scan
cucumber-step 0.1.2 Call ::getActiveTextEditor instead
cucumber-step 0.1.2 Use TextEditor::getLastCursor() instead
cucumber-step 0.1.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
custom-title 0.7.1 Use ::dispose to cancel subscriptions instead of ::off
cut-line 0.10.0 Use TextEditor::moveLeft() instead
cut-line 0.10.0 Call ::getActiveTextEditor instead
cut-line 0.10.0 Use TextEditor::selectLinesContainingCursors instead
cut-line 0.10.0 Use TextEditor::moveToBeginningOfLine() instead
cut-line 0.10.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
devdocs 0.2.0 Call ::getActiveTextEditor instead
devdocs 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
easy-motion 1.1.4 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
easy-motion 1.1.4 Use TextEditorElement::pixelPositionForBufferPosition instead. You can get the editor via editorView.getModel()
easy-motion 1.1.4 TextEditor::on is deprecated. Use documented event subscription methods instead.
easy-motion 1.1.4 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
easy-motion 1.1.4 Use Workspace::onDidAddTextEditor instead
easy-motion 1.1.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
easy-motion 1.1.4 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
elixir-cmd 0.2.6 Use Project::getDirectories()[0]?.resolve() instead
emacs-mode 0.0.29 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
emacs-mode 0.0.29 Use WorkspaceView::getPaneViews instead
emacs-mode 0.0.29 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
emacs-mode 0.0.29 Use TextBuffer::onDidChange instead
emacs-mode 0.0.29 Use Workspace::onDidAddTextEditor instead
emacs-mode 0.0.29 Use TextEditor::onDidChangeCursorPosition instead
enhanced-tabs 1.1.0 Call ::getActiveTextEditor instead
erb-snippets 0.5.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
error-status 0.3.3 Please use Workspace::addBottomPanel() instead
error-status 0.3.3 Use ::addRightTile({item, priority}) instead.
error-status 0.3.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
error-status 0.3.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
error-status 0.3.3 Use PackageManager::onDidActivateInitialPackages instead
eslint 0.15.0 Use ::getPaths instead
eslint 0.15.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
eslint 0.15.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
eslint 0.15.0 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
eslint 0.15.0 Use TextEditor::onDidDestroy instead
eslint 0.15.0 Use Workspace::onDidAddTextEditor instead
eslint 0.15.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
eval 0.2.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
eval 0.2.0 Use TextEditor::onDidChangeCursorPosition instead
eval 0.2.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
eval 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
execute-as-ruby 0.1.1 Use ::getActivePaneItem() instead of the ::activePaneItem property
execute-as-ruby 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
execute-as-ruby 0.1.1 Use TextEditor::getLastCursor() instead
execute-as-ruby 0.1.1 Use TextEditor::moveToEndOfLine() instead
expand-selection 0.2.1 Use Cursor::getScopeDescriptor() instead
expand-selection 0.2.1 Call ::getActiveTextEditor instead
expand-selection 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
explicit-reload 0.2.0 Call ::getActiveTextEditor instead
explicit-reload 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
fancy-new-file 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
fancy-new-file 0.7.0 Use TextBuffer::onDidChange instead
fancy-new-file 0.7.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
fancy-new-file 0.7.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
fancy-new-file 0.7.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
fancy-new-file 0.7.0 Use ::getPaths instead
fancy-new-file 0.7.0 Use TextEditor::setPlaceholderText instead. eg. editorView.getModel().setPlaceholderText(text)
fancy-new-file 0.7.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
file-types 0.3.0 The atom.syntax global is deprecated. Use atom.grammars instead.
file-types 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
file-types 0.3.0 Use TextEditor::onDidChangePath instead
file-types 0.3.0 Use Workspace::getTextEditors instead
file-types 0.3.0 Use Workspace::onDidAddTextEditor instead
file-types 0.3.0 Call GrammarRegistry::onDidAddGrammar instead
filetype-color 0.1.4 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
filetype-color 0.1.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
firepad 0.3.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
firepad 0.3.1 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
firepad 0.3.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
firepad 0.3.1 Call ::getActiveTextEditor instead
flake8 0.6.0 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
flake8 0.6.0 Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config
flake8 0.6.0 Please use Workspace::addBottomPanel() instead
flake8 0.6.0 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
flake8 0.6.0 Call ::getActiveTextEditor instead
flake8 0.6.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
flake8 0.6.0 Use Workspace::observeTextEditors instead
flake8 0.6.0 Use Workspace::getTextEditors instead
floobits 0.4.2 Use ::getDirectories instead
floobits 0.4.2 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
floobits 0.4.2 Use ::getRepositories instead
floobits 0.4.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
floobits 0.4.2 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
function-name-in-status-bar 0.2.6 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
function-name-in-status-bar 0.2.6 Call ::getActiveTextEditor instead
function-name-in-status-bar 0.2.6 Use TextEditor::getLastCursor() instead
function-name-in-status-bar 0.2.6 Use Workspace::onDidAddTextEditor instead
get-routes 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
git-review 0.2.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
git-review 0.2.1 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
git-review 0.2.1 Use ::getRepositories instead
git-review 0.2.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
git-review 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
git-review 0.2.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
git-review 0.2.1 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
github-issues 0.5.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
github-issues 0.5.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
github-issues 0.5.0 Call Workspace::addOpener instead
github-issues 0.5.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
github-issues 0.5.0 Use ::getOriginURL instead.
github-issues 0.5.0 Use ::getRepositories instead
gitignore-snippets 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
gitter 0.6.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
go-to-view 0.1.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
gocode 0.2.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
gocode 0.2.1 Use ::getActivePaneItem() instead of the ::activePaneItem property
gocode 0.2.1 Use editor.lineTextForBufferRow(row).length instead
gocode 0.2.1 Use TextEditor::onDidDestroy instead
gocode 0.2.1 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
gocode 0.2.1 Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel()
gocode 0.2.1 Use Workspace::onDidAddTextEditor instead
gocode 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
gocode 0.2.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
gocode 0.2.1 Open-ended transactions are deprecated. Use checkpoints instead.
gradle-ci 0.2.3 Please use Workspace::addBottomPanel() instead
gradle-ci 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
gradle-ci 0.2.3 Config::getInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema. See the schema section of https://atom.io/docs/api/latest/Config for more info.
gradle-ci 0.2.3 Config::getPositiveInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema with minimum: 1. See the schema section of https://atom.io/docs/api/latest/Config for more info.
gradle-ci 0.2.3 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
gradle-ci 0.2.3 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
gradle-ci 0.2.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
gradle-ci 0.2.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
gradle-ci 0.2.3 Use ::addRightTile({item, priority}) instead.
gradle-ci 0.2.3 Use ::getPaths instead
gradle-ci 0.2.3 Use PackageManager::onDidActivateInitialPackages instead
gulp-helper 4.1.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
highlight-cov 0.1.0 Call ::getActiveTextEditor instead
highlight-cov 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
highlight-cov 0.1.0 Use Workspace::onDidAddTextEditor instead
highlight-cov 0.1.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
highlight-cov 0.1.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
highlight-css-color 1.3.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
highlight-css-color 1.3.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
highlight-css-color 1.3.0 Use TextEditor::onDidStopChanging instead
highlight-css-color 1.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
highlight-css-color 1.3.0 Use Workspace::onDidAddTextEditor instead
hipster-ipsum 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
hipster-ipsum 0.1.0 Use Workspace::getActivePaneItem instead
html-helper 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
html-img 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
html-img 0.4.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
html-img 0.4.0 TextEditor::on is deprecated. Use documented event subscription methods instead.
html-img 0.4.0 Use TextEditor::onDidChangeGrammar instead
html-img 0.4.0 Use Project::getDirectories()[0]?.resolve() instead
html-img 0.4.0 Use ::getURI instead
html-img 0.4.0 Use Workspace::onDidAddTextEditor instead
html2jade 0.7.0 Use TextEditor::getLastSelection() instead
html2jade 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
html2jade 0.7.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
icon-font-picker 0.0.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
import 1.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
inc-dec-value 0.0.7 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
inc-dec-value 0.0.7 Use Workspace::getActivePaneItem instead
inc-dec-value 0.0.7 Use TextEditor::selectWordsContainingCursors instead
increment-number 0.1.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
indentation-jumper 0.1.1 Use TextEditor::lineTextForBufferRow(bufferRow) instead
indentation-jumper 0.1.1 Call ::getActiveTextEditor instead
indentation-jumper 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ionic-atom 0.3.1 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
ionic-atom 0.3.1 Call Workspace::addOpener instead
ionic-atom 0.3.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ionic-atom 0.3.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
ionic-atom 0.3.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
jsdoc 0.9.0 Use TextEditor::moveUp() instead
jsdoc 0.9.0 Use TextEditor::moveToBeginningOfLine() instead
jsdoc 0.9.0 Use TextEditor::moveDown() instead
jsdoc 0.9.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
jsdoc 0.9.0 Use TextEditor::moveToEndOfLine() instead
jsdoc 0.9.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
keycodes 0.1.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
kinetic 0.2.5 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
kinetic 0.2.5 Call ::getActiveTextEditor instead
language-javascript-semantic 0.1.0 The atom.syntax global is deprecated. Use atom.grammars instead.
language-javascript-semantic 0.1.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
laravel-facades 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
layout-manager 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
line-count 0.3.3 Use ::getDirectories instead
livereload 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
livereload 0.2.0 Use ::addRightTile({item, priority}) instead.
livereload 0.2.0 Use ::getPaths instead
livereload 0.2.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
livereload 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
local-history 3.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
local-history 3.1.0 Use ::getPaths instead
local-history 3.1.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
local-server 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
local-server 0.1.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
localization 1.16.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
lorem-ipsum 0.5.0 Call ::getActiveTextEditor instead
lorem-ipsum 0.5.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
mark-ring 3.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
markdown-helpers 0.2.2 Use TextEditor::getLastSelection() instead
markdown-helpers 0.2.2 Use ::getActivePaneItem() instead of the ::activePaneItem property
markdown-stream 0.6.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
markdown-stream 0.6.0 Use ::getURI instead
markdown-stream 0.6.0 Use Workspace::onDidAddTextEditor instead
markdown-stream 0.6.0 Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback.
markdown-writer 1.3.2 Use editor.lineTextForBufferRow(row).length instead
marked 0.1.8 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
marked 0.1.8 Call ::getActiveTextEditor instead
max-tabs 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
max-tabs 0.3.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
max-tabs 0.3.0 Use WorkspaceView::getPaneViews instead
max-tabs 0.3.0 Use Pane::onDidChangeActiveItem instead
maximize-panes 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
mdurl 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
mechanical-keyboard 0.1.0 Use Workspace::onDidAddTextEditor instead
mechanical-keyboard 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
minifier 0.2.0 Call ::getActiveTextEditor instead
minifier 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
minifier 0.2.0 Use ::addRightTile({item, priority}) instead.
minifier 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
mocha 0.0.5 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
mocha 0.0.5 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
mocha 0.0.5 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
npm-autocomplete 0.1.2 Use ::getPaths instead
omni-ruler 0.3.1 Use TextEditorView::getPaneView() instead
omni-ruler 0.3.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
omni-ruler 0.3.1 Use Workspace::onDidAddTextEditor instead
omni-ruler 0.3.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
omni-ruler 0.3.1 Config::getInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema. See the schema section of https://atom.io/docs/api/latest/Config for more info.
omni-ruler 0.3.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
omni-ruler 0.3.1 Config::getPositiveInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema with minimum: 1. See the schema section of https://atom.io/docs/api/latest/Config for more info.
open-git-modified-files 0.1.0 Use ::getRepositories instead
open-in-github-app 0.2.3 Use ::getPaths instead
open-in-gitx 0.1.1 Use ::getPaths instead
open-in-gitx 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
open-in-sourcetree 0.1.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
open-in-sourcetree 0.1.3 Use ::getPaths instead
package-list-downloader 0.2.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
package-list-downloader 0.2.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
package-list-downloader 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
package-list-downloader 0.2.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
pair-programming 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
pane-layout-switcher 0.0.3 Use ::activateItemForURI instead.
pane-layout-switcher 0.0.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
pane-layout-switcher 0.0.3 Use ::paneForURI instead.
pane-layout-switcher 0.0.3 Use ::getURI instead
paredit 1.0.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
paredit 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
party-hard 0.3.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
path 0.4.1 Use ::getRepositories instead
path 0.4.1 Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config
path 0.4.1 Call ::getActiveTextEditor instead
path 0.4.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
path 0.4.1 Use ::getURI instead
path 0.4.1 Please require GitRepository instead of Git: {GitRepository} = require 'atom'
path 0.4.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
path 0.4.1 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
path 0.4.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
path 0.4.1 Use ::getPaths instead
pep8 0.2.0 Please use Workspace::addTopPanel() instead
pep8 0.2.0 Use TextEditor::scrollToBufferPosition instead. You can get the editor via editorView.getModel()
pep8 0.2.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pep8 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
pep8 0.2.0 Call ::getActiveTextEditor instead
pep8 0.2.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pepper-autocomplete 0.6.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pepper-autocomplete 0.6.0 Use ::itemForURI instead.
pepper-autocomplete 0.6.0 Use Workspace::getTextEditors instead
pepper-autocomplete 0.6.0 Pane item with class PepperHtmlPreviewView should implement ::getURI instead of ::getUri.
pepper-autocomplete 0.6.0 Call Workspace::addOpener instead
pepper-autocomplete 0.6.0 Use ::paneForURI instead.
pepper-autocomplete 0.6.0 Use PackageManager::onDidActivateInitialPackages instead
pepper-autocomplete 0.6.0 Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pepper-autocomplete 0.6.0 Call ::getActiveTextEditor instead
pepper-autocomplete 0.6.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
permute 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
php-documentation-online 0.2.1 Use TextEditor::selectWordsContainingCursors instead
php-documentation-online 0.2.1 Use ::getActivePaneItem() instead of the ::activePaneItem property
php-documentation-online 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
php-getters-setters 0.5.0 Call ::getActiveTextEditor instead
php-server 0.4.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
php-server 0.4.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
playlist 0.1.7 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
playlist 0.1.7 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
playlist 0.1.7 Please use Workspace::addTopPanel() instead
playlist 0.1.7 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
policeman 0.0.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
policeman 0.0.2 Use TextEditor::onDidChangeGrammar instead
policeman 0.0.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
policeman 0.0.2 Use Workspace::onDidAddTextEditor instead
policeman-rubocop 0.0.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
preview-plus 1.1.42 Use ::itemForURI instead.
project-ring 0.20.5 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.
python 0.5.1 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
python 0.5.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
python 0.5.1 Use Workspace::addOpener instead
python-coverage 0.2.0 Use PackageManager::onDidActivateInitialPackages instead
python-coverage 0.2.0 Please use Workspace::addBottomPanel() instead
python-coverage 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
python-coverage 0.2.0 Use ::addLeftTile({item, priority}) instead.
python-coverage 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
python-coverage 0.2.0 Use ::getURI instead
quick-move-file 0.7.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
quick-move-file 0.7.0 Call ::getActiveTextEditor instead
quick-move-file 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
quick-move-file 0.7.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
quick-move-file 0.7.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
r-exec 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
r-exec 0.1.0 Use TextEditor::selectLinesContainingCursors instead
r-exec 0.1.0 Use TextEditor::getLastSelection() instead
r-exec 0.1.0 Use ::getPaths instead
r-exec 0.1.0 Call ::getActiveTextEditor instead
rails-navigation 0.1.1 Call ::getActiveTextEditor instead
rails-navigation 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
rails-navigation 0.1.1 Use ::getPaths instead
recent-projects 0.3.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
recent-projects 0.3.0 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
recent-projects 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
recent-projects 0.3.0 Pane item with class RecentProjectsView should implement ::getURI instead of ::getUri.
recent-projects 0.3.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
recent-projects 0.3.0 Use ::getURI instead
recent-projects 0.3.0 Use Workspace::getTextEditors instead
recent-projects 0.3.0 Use Workspace::observeTextEditors instead
related-files 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
remember-session 0.5.1 Use ::getPaths instead
remember-session 0.5.1 Use Workspace::getTextEditors instead
remember-session 0.5.1 Use Workspace::observeTextEditors instead
remember-session 0.5.1 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
remember-session 0.5.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
remember-session 0.5.1 Call ::getActiveTextEditor instead
remember-session 0.5.1 Use Pane::onDidChangeActiveItem instead
remember-session 0.5.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
remember-session 0.5.1 Use ::setPaths instead
resize-panes 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
rest-client 0.3.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
rest-client 0.3.3 Call Workspace::addOpener instead
rsense 0.6.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
rsense 0.6.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
rsense 0.6.0 Use ::get(keyPath) instead
rsense 0.6.0 Use Workspace::onDidAddTextEditor instead
rspec 0.3.0 The changeFocus option has been renamed to activatePane
rspec 0.3.0 Use ::getPaths instead
ruby-hash-rocket 1.1.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ruby-hash-rocket 1.1.2 Use ::getActivePaneItem() instead of the ::activePaneItem property
ruby-strftime-reference 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ruler 0.2.3 Use Workspace::onDidAddTextEditor instead
ruler 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
run-file 0.9.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
run-file 0.9.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
run-file 0.9.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
run-file 0.9.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
run-file 0.9.0 Please use Workspace::addBottomPanel() instead
runcoderun 0.5.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
runcoderun 0.5.1 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
runcoderun 0.5.1 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
runcoderun 0.5.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
runcoderun 0.5.1 Call Workspace::addOpener instead
sassbeautify 0.2.0 Use Workspace::getActivePaneItem instead
sassbeautify 0.2.0 Use ::addLeftTile({item, priority}) instead.
sassbeautify 0.2.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
sassbeautify 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
sassbeautify 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sassbeautify 0.2.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
save-commands 0.6.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
select-scope 0.2.0 Use TextEditor::getLastCursor() instead
select-scope 0.2.0 Use Cursor::getScopeDescriptor() instead
select-scope 0.2.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
select-scope 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
selection-count 1.6.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
selection-count 1.6.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
selection-count 1.6.3 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
selection-count 1.6.3 Call ::getActiveTextEditor instead
selection-count 1.6.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
selection-count 1.6.3 Use TextEditor::onDidChangeSelectionRange instead
selection-count 1.6.3 Use Workspace::onDidAddTextEditor instead
selection-count 1.6.3 Use PackageManager::onDidActivateInitialPackages instead
selection-count 1.6.3 Use Workspace::onDidChangeActivePaneItem instead
selection-count 1.6.3 Use TextEditor::getLastSelection() instead
selection-count 1.6.3 Use Pane::onDidRemoveItem instead
selection-count 1.6.3 Use ::addRightTile({item, priority}) instead.
slash-closer 0.7.1 Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor
sloc 0.1.3 Subscribe to TextEditor events instead.
sloc 0.1.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sloc 0.1.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
sloc 0.1.3 Use ::addLeftTile({item, priority}) instead.
sloc 0.1.3 TextBuffer::on is deprecated. Use event subscription methods instead.
sloc 0.1.3 Use PackageManager::onDidActivateInitialPackages instead
sloc 0.1.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
space-block-jumper 0.4.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
space-block-jumper 0.4.3 Use TextEditor::moveDown() instead
space-block-jumper 0.4.3 Call ::getActiveTextEditor instead
space-block-jumper 0.4.3 Use TextEditor::getLastCursor() instead
space-block-jumper 0.4.3 Use TextEditor::moveUp() instead
spark-dfu-util 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
spark-dfu-util 0.4.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
spark-dfu-util 0.4.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
spark-dfu-util 0.4.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
spark-dfu-util 0.4.0 Use PackageManager::onDidActivateInitialPackages instead
spark-dfu-util 0.4.0 Use ::addLeftTile({item, priority}) instead.
status-tab-spacing 0.3.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
status-tab-spacing 0.3.1 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
status-tab-spacing 0.3.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
sublime-tabs 0.5.6 Use Pane::onDidMoveItem instead
sublime-tabs 0.5.6 Use ::getPaths instead
sublime-tabs 0.5.6 Use Pane::onDidRemoveItem instead
sublime-tabs 0.5.6 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sublime-tabs 0.5.6 Use PaneView::destroyItem instead
sublime-tabs 0.5.6 TextEditor::on is deprecated. Use documented event subscription methods instead.
sublime-tabs 0.5.6 Use Pane::onDidAddItem instead
sublime-tabs 0.5.6 Use Pane::onDidChangeActiveItem instead
sublime-tabs 0.5.6 Use Pane::onDidDestroy instead
sublime-tabs 0.5.6 Use TextEditor::onDidChangeModified instead
sublime-tabs 0.5.6 Use TextEditor::onDidChangeTitle instead
sublime-tabs 0.5.6 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
sublime-tabs 0.5.6 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
supercopair 0.9.34 Call Workspace::addOpener instead
supercopair 0.9.34 Use ::getDirectories instead
supercopair 0.9.34 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
supercopair 0.9.34 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
support-gbk 1.1.0 Use TextBuffer::onDidDestroy instead
support-gbk 1.1.0 Use TextBuffer::onDidConflict instead
support-gbk 1.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
support-gbk 1.1.0 Use Workspace::onDidAddTextEditor instead
support-gbk 1.1.0 Use TextBuffer::onDidReload instead.
support-gbk 1.1.0 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
swift-playground 0.2.0 Call ::getActiveTextEditor instead
swift-playground 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
symbol-gen 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
synced-sidebar 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-history 0.4.0 Use Pane::onDidAddItem instead
tab-history 0.4.0 Use Pane::onDidDestroy instead
tab-history 0.4.0 Use Pane::onDidRemoveItem instead
tab-history 0.4.0 Use Pane::onDidChangeActiveItem instead
tab-history 0.4.0 Use ::getActivePane() instead of the ::activePane property
tab-history 0.4.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
tab-history 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-switcher 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-switcher 0.2.0 Use Pane::onDidChangeActiveItem instead
term 0.2.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
term 0.2.2 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
term 0.2.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
term 0.2.2 Use ::getPaths instead
ti-alloy-related 0.8.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ti-alloy-related 0.8.0 Call ::getActiveTextEditor instead
ti-alloy-related 0.8.0 Use WorkspaceView::getActivePaneView instead
timekeeper 0.4.0 Use ThemeManager::onDidChangeActiveThemes instead
timekeeper 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
timekeeper 0.4.0 Call Workspace::addOpener instead
timekeeper 0.4.0 Use ::addRightTile({item, priority}) instead.
timekeeper 0.4.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
timekeeper 0.4.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
timekeeper 0.4.0 Use ::getPaths instead
timekeeper 0.4.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
timekeeper 0.4.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
toggle-tabs 0.1.8 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tree-view 0.172.0 Use GitRepository::onDidChangeStatuses instead
tree-view 0.172.0 Use GitRepository::onDidChangeStatus instead
tree-view 0.172.0 Use Directory::onDidChange instead
tree-view 0.172.0 Use TextBuffer::onDidChange instead
tree-view 0.172.0 Use Project::getDirectories()[0]?.resolve() instead
tree-view 0.172.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
tree-view 0.172.0 Use ::getRepositories instead
tree-view 0.172.0 Use TextEditor::scrollToCursorPosition instead. You can get the editor via editorView.getModel()
tree-view 0.172.0 The changeFocus option has been renamed to activatePane
tree-view 0.172.0 Use ::getPaths instead
tree-view 0.172.0 Use Workspace::onDidChangeActivePaneItem instead
tree-view 0.172.0 Use Project::onDidChangePaths instead
tree-view 0.172.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tree-view 0.172.0 Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config
tree-view 0.172.0 Please use Workspace::addBottomPanel() instead
tree-view 0.172.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
tree-view 0.172.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
tree-view 0.172.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
tree-view 0.172.0 Use ::getDirectories instead
true-color 0.4.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
true-color 0.4.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
turnip-step 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
turnip-step 1.0.0 Call ::getActiveTextEditor instead
turnip-step 1.0.0 Use atom.workspace.scan instead of atom.project.scan
turnip-step 1.0.0 Use TextEditor::getLastCursor() instead
view-tail-large-files 0.1.17 Are you trying to listen for the 'view-tail-large-files:up' 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.
virtualenv 0.6.2 Use ::addLeftTile({item, priority}) instead.
virtualenv 0.6.2 Call ::getActiveTextEditor instead
virtualenv 0.6.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
virtualenv 0.6.2 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
virtualenv 0.6.2 Use TextEditor::scrollToCursorPosition instead. You can get the editor via editorView.getModel()
virtualenv 0.6.2 Use TextBuffer::onDidChange instead
virtualenv 0.6.2 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
virtualenv 0.6.2 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
virtualenv 0.6.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
virtualenv 0.6.2 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
virtualenv 0.6.2 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
virtualenv 0.6.2 Use Workspace::observeTextEditors instead
virtualenv 0.6.2 Use Workspace::getTextEditors instead
virtualenv 0.6.2 Use TextEditor::onDidChangeGrammar instead
virtualenv 0.6.2 Use PackageManager::onDidActivateInitialPackages instead
vnc 0.1.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
vnc 0.1.3 Call Workspace::addOpener instead
voicecode 0.9.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
voicecode 0.9.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
voicecode 0.9.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
voicecode 0.9.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
weather-package 1.5.4 Use ::addRightTile({item, priority}) instead.
weather-package 1.5.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
weather-package 1.5.4 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
web-view 0.3.0 Call ::getActiveTextEditor instead
web-view 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
web-view 0.3.0 Call Workspace::addOpener instead
web-view 0.3.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
web-view 0.3.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
web-view 0.3.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
web-view 0.3.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
webview-pane 0.0.1 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
word-count 0.1.0 Use TextEditorView::getPaneView() instead
word-count 0.1.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
word-count 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
wrap-lines 0.2.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
wrap-lines 0.2.0 Use TextEditor::getLastSelection() instead
wrap-lines 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
wrap-lines 0.2.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
yosemite-unity-ui 0.3.13 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
yosemite-unity-ui 0.3.13 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
yuno-commit 0.0.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
yuno-commit 0.0.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
@benogle
Copy link
Author

benogle commented May 21, 2015

Package Version Deprecation Text
overflow 1.1.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the overflow package
overrides 0.10.0 Use Workspace::onDidAddTextEditor instead
overrides 0.10.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
overrides 0.10.0 Call ::getActiveTextEditor instead
overrides 0.10.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
overrides 0.10.0 TextEditor::on is deprecated. Use documented event subscription methods instead.
package-cop 0.2.5 Store package style sheets in the styles/ directory instead of stylesheets/ in the package-cop package
package-cop 0.2.5 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
package-cop 0.2.5 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
package-list 0.1.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
package-list 0.1.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the package-list package
package-list-downloader 0.2.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
package-list-downloader 0.2.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
package-list-downloader 0.2.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
package-list-downloader 0.2.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
package-list-downloader 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
package-manager-commands 2.0.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
package-manager-commands 2.0.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
pandoc 0.1.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the pandoc package
pandoc 0.1.3 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
pandoc 0.1.3 Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pandoc 0.1.3 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
pandoc 0.1.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
pandoc 0.1.3 Call ::getActiveTextEditor instead
pandoc 0.1.3 Use TextBuffer::onDidChange instead
pandoc 0.1.3 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
pandoc 0.1.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pane-layout-switcher 0.0.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
panic-palette 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the panic-palette package
paraiso-dark-tuned 2.0.4 Store package style sheets in the styles/ directory instead of stylesheets/ in the paraiso-dark-tuned package
parcel 0.0.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
paredit 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
paredit 1.0.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
paredit 1.0.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
paredit 1.0.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
party-hard 0.3.3 Use Workspace::onDidAddTextEditor instead
party-hard 0.3.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
Pastel 0.2.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the Pastel package
pastel-dark-theme 0.1.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the pastel-dark-theme package
path 0.4.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
path 0.4.1 Use ::getURI instead
path 0.4.1 Use ::getRepositories instead
path 0.4.1 Call ::getActiveTextEditor instead
path 0.4.1 Use ::getPaths instead
path 0.4.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
path 0.4.1 Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config
path 0.4.1 Please require GitRepository instead of Git: {GitRepository} = require 'atom'
path 0.4.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
path 0.4.1 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pdf-view 0.22.0 Use PackageManager::onDidActivateInitialPackages instead
pep8 0.2.0 Use TextEditor::scrollToBufferPosition instead. You can get the editor via editorView.getModel()
pep8 0.2.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pep8 0.2.0 Please use Workspace::addTopPanel() instead
pep8 0.2.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pep8 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the pep8 package
pep8 0.2.0 Call ::getActiveTextEditor instead
pep8 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
pepper-autocomplete 0.6.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
pepper-autocomplete 0.6.0 Call Workspace::addOpener instead
pepper-autocomplete 0.6.0 Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
pepper-autocomplete 0.6.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the pepper-autocomplete package
pepper-autocomplete 0.6.0 Use ::paneForURI instead.
pepper-autocomplete 0.6.0 Call ::getActiveTextEditor instead
pepper-autocomplete 0.6.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
pepper-autocomplete 0.6.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
perltidy 2.0.0 Use TextEditor::getLastCursor() instead
perltidy 2.0.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
permute 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
php-documentation-online 0.2.1 Use ::getActivePaneItem() instead of the ::activePaneItem property
php-documentation-online 0.2.1 Use TextEditor::selectWordsContainingCursors instead
php-documentation-online 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
php-getters-setters 0.3.0 Call ::getActiveTextEditor instead
php-getters-setters 0.3.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
php-getters-setters 0.3.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
php-getters-setters 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the php-getters-setters package
php-getters-setters 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
php-server 0.4.0 Call ::getActiveTextEditor instead
php-server 0.4.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
php-server 0.4.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
php-twig 3.0.0 Store package settings files in the settings/ directory instead of scoped-properties/
phpunit 1.0.9 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
phpunit 1.0.9 Store package style sheets in the styles/ directory instead of stylesheets/ in the phpunit package
playlist 0.1.7 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
policeman-rubocop 0.0.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
polychrome-ui-breezydark 0.3.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the polychrome-ui-breezydark package
polymer-snippets 1.1.2 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
poxy-atom-dark-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the poxy-atom-dark-syntax package
poxy-monokai 0.1.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the poxy-monokai package
predawn-syntax 0.1.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the predawn-syntax package
predawn-ui 0.3.8 Store package style sheets in the styles/ directory instead of stylesheets/ in the predawn-ui package
pretty-json 0.3.3 Call ::getActiveTextEditor instead
pretty-json 0.3.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
preview 0.14.0 Use ::itemForURI instead.
processing-language 0.1.0 Store package settings files in the settings/ directory instead of scoped-properties/
project-colorize 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
project-colorize 0.2.0 Use ::getPaths instead
project-manager 1.15.7 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
project-manager 1.15.7 Use ::getPaths instead
project-manager 1.15.7 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
project-quick-open 0.4.4 Use ::setPaths instead
project-quick-open 0.4.4 Store package style sheets in the styles/ directory instead of stylesheets/ in the project-quick-open package
project-ring 0.19.6 Use Workspace::getTextEditors instead
project-ring 0.19.6 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
project-ring 0.19.6 Use Project::onDidChangePaths instead
project-ring 0.19.6 Project::on is deprecated. Use documented event subscription methods instead.
project-ring 0.19.6 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
project-ring 0.19.6 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
project-ring 0.19.6 Use Project::open instead
project-ring 0.19.6 Subscribing via ::on is deprecated. Use documented event subscription methods instead.
project-ring 0.19.6 TextBuffer::on is deprecated. Use event subscription methods instead.
project-ring 0.19.6 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.
project-switcher2 0.3.1 Use ::getPaths instead
project-switcher2 0.3.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
project-switcher2 0.3.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the project-switcher2 package
project-switcher2 0.3.1 Use ::setPaths instead
project-switcher2 0.3.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
proton-kai 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the proton-kai package
proton-light 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the proton-light package
pulsing-cursor 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the pulsing-cursor package
python 0.5.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the python package
python 0.5.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
python 0.5.1 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
python 0.5.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
python-coverage 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
python-coverage 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the python-coverage package
python-coverage 0.2.0 Use ::getURI instead
python-coverage 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
python-coverage 0.2.0 Use PackageManager::onDidActivateInitialPackages instead
python-coverage 0.2.0 Use ::addLeftTile({item, priority}) instead.
python-coverage 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
python-coverage 0.2.0 Please use Workspace::addBottomPanel() instead
python-isort 0.0.6 Call ::getActiveTextEditor instead
python-isort 0.0.6 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
python-isort 0.0.6 Use Workspace::observeTextEditors instead
python-isort 0.0.6 Use Workspace::getTextEditors instead
python-isort 0.0.6 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
python-isort 0.0.6 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
python-isort 0.0.6 Use Pane::onDidChangeActiveItem instead
python-isort 0.0.6 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
python-isort 0.0.6 Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config
python-isort 0.0.6 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
quantum-syntax 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the quantum-syntax package
quantum-ui 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the quantum-ui package
quick-highlight 0.1.5 Use TextEditor::getLastSelection() instead
quick-jump 0.0.4 Use TextEditor::onDidDestroy instead
quick-jump 0.0.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
quick-move-file 0.7.0 Call ::getActiveTextEditor instead
quick-move-file 0.7.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
quick-move-file 0.7.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
quick-move-file 0.7.0 Use TextEditor::scrollToCursorPosition instead. You can get the editor via editorView.getModel()
quick-move-file 0.7.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
quick-move-file 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
r-exec 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the r-exec package
r-exec 0.1.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
rails-navigation 0.1.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
rails-navigation 0.1.1 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
rails-navigation 0.1.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the rails-navigation package
rails-rspec 0.3.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
rails-rspec 0.3.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
railscasts-theme 1.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the railscasts-theme package
rainy-night-syntax 0.3.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the rainy-night-syntax package
raml 0.1.0 Store package settings files in the settings/ directory instead of scoped-properties/
react 0.11.8 Use Workspace::getTextEditors instead
react 0.11.8 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
react 0.11.8 Use Workspace::observeTextEditors instead
recent-files 0.3.0 Use ::getDirectories instead
recent-files 0.3.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
recent-files 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
recent-projects 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
recent-projects 0.3.0 Use ::getURI instead
redeye-ui 0.5.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the redeye-ui package
redui-jm-syntax 0.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the redui-jm-syntax package
regex-railroad-diagram 0.7.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
regex-railroad-diagram 0.7.4 Use TextEditor::onDidChangeCursorPosition instead
regex-railroad-diagram 0.7.4 Store package style sheets in the styles/ directory instead of stylesheets/ in the regex-railroad-diagram package
regex-railroad-diagram 0.7.4 Call ::getActiveTextEditor instead
related-files 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
relative-line-numbers 0.1.5 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
relative-numbers 0.2.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
relative-numbers 0.2.0 Use Workspace::onDidAddTextEditor instead
relative-numbers 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
relative-numbers 0.2.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
relative-numbers 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
relative-numbers 0.2.0 Use editor.getCursorScreenPosition().row instead
remember-session 0.5.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
remember-session 0.5.1 Use Workspace::observeTextEditors instead
remember-session 0.5.1 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
remember-session 0.5.1 Use Workspace::getTextEditors instead
remember-session 0.5.1 Use ::getPaths instead
remember-session 0.5.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
remember-session 0.5.1 Use Pane::onDidChangeActiveItem instead
remember-session 0.5.1 Call ::getActiveTextEditor instead
remote-atom 1.2.6 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
remote-edit 1.7.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
Remote-FTP 0.6.2 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
Remote-FTP 0.6.2 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
Remote-FTP 0.6.2 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
Remote-FTP 0.6.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the Remote-FTP package
remote-sync 2.4.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
remote-sync 2.4.1 Use ::getPaths instead
remote-sync 2.4.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.
remote-sync 2.4.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
remote-sync 2.4.1 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
remote-sync 2.4.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
remote-sync 2.4.1 Use Project::onDidChangePaths instead
remote-sync 2.4.1 Use ::dispose to cancel subscriptions instead of ::off
remote-sync 2.4.1 Use ::addLeftTile({item, priority}) instead.
remote-sync 2.4.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
remote-sync 2.4.1 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
require 0.1.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
require 0.1.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
require 0.1.0 Use TextEditor::moveToBeginningOfLine() instead
require 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
require 0.1.0 Use ::getPaths instead
require-opener 1.2.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
require-opener 1.2.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the require-opener package
resize-panes 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
resize-panes 0.1.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
resize-panes 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the resize-panes package
rest-client 0.3.3 If you would like your pane item with class RestClientView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported.
rest-client 0.3.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the rest-client package
rest-client 0.3.3 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
rest-client 0.3.3 Call Workspace::addOpener instead
rest-client 0.3.3 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
rest-client 0.3.3 Pane item with class RestClientView should implement ::getURI instead of ::getUri.
rest-client 0.3.3 If you would like your pane item with class RestClientView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message.
rest-client 0.3.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
rhino-python 0.6.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
robin-language-php 0.9.0 Store package settings files in the settings/ directory instead of scoped-properties/
rsense 0.6.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
rsense 0.6.0 Use Workspace::onDidAddTextEditor instead
rspec 0.3.0 If you would like your pane item with class RSpecView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message.
rspec 0.3.0 If you would like your pane item with class RSpecView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported.
rspec 0.3.0 The changeFocus option has been renamed to activatePane
rspec 0.3.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
rspec 0.3.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
rspec 0.3.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
ruby-bundler 0.2.1 Use ::getPaths instead
ruby-bundler 0.2.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ruby-bundler 0.2.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
ruby-bundler 0.2.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the ruby-bundler package
ruby-bundler 0.2.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
ruby-bundler 0.2.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
ruby-quick-test 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the ruby-quick-test package
ruby-quick-test 0.3.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
ruby-slim 0.2.0 Store package settings files in the settings/ directory instead of scoped-properties/
ruby-strftime-reference 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ruler 0.2.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the ruler package
ruler 0.2.3 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
ruler 0.2.3 Use TextEditorElement::pixelPositionForBufferPosition instead. You can get the editor via editorView.getModel()
run-command 0.1.1 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
run-command 0.1.1 Use ::getPaths instead
run-command 0.1.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
run-command 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
run-command 0.1.1 Use TextEditor::setPlaceholderText instead. eg. editorView.getModel().setPlaceholderText(text)
run-command 0.1.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the run-command package
run-command 0.1.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
run-command 0.1.1 Please use Workspace::addBottomPanel() instead
run-command 0.1.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
run-command 0.1.1 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
run-file 0.9.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the run-file package
run-file 0.9.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
run-file 0.9.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
run-file 0.9.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
run-file 0.9.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
run-file 0.9.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
run-file 0.9.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
run-file 0.9.0 Please use Workspace::addBottomPanel() instead
runcoderun 0.5.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the runcoderun package
runcoderun 0.5.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
[salmon-on-ice-syntax](h��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
sass-autocompile 0.7.0 Use ::getURI instead

@benogle
Copy link
Author

benogle commented May 21, 2015

Package Version Deprecation Text
sass-autocompile 0.7.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
sassbeautify 0.2.0 Use ::addLeftTile({item, priority}) instead.
sassbeautify 0.2.0 Use Workspace::getActivePaneItem instead
sassbeautify 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
sassbeautify 0.2.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
sassbeautify 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sassbeautify 0.2.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
sassbeautify 0.2.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
saturn-syntax 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the saturn-syntax package
save-commands 0.6.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
save-session 0.15.2 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
save-session 0.15.2 Use Workspace::getTextEditors instead
save-session 0.15.2 Use ::getPaths instead
save-session 0.15.2 Use Workspace::observeTextEditors instead
scala-format 0.1.7 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
scala-format 0.1.7 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
scala-worksheet 0.3.4 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
scala-worksheet 0.3.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
scala-worksheet 0.3.4 Use TextEditor::moveToTop() instead
scala-worksheet 0.3.4 Store package style sheets in the styles/ directory instead of stylesheets/ in the scala-worksheet package
scala-worksheet 0.3.4 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
scala-worksheet 0.3.4 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
scala-worksheet 0.3.4 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
script 2.23.0 Please use Workspace::addBottomPanel() instead
script 2.23.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
script 2.23.0 Please use Workspace::addTopPanel() instead
script 2.23.0 Call ::getActiveTextEditor instead
script 2.23.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
script 2.23.0 Use ::getPaths instead
script 2.23.0 Use TextEditor::getLastCursor() instead
script 2.23.0 Use TextEditor::getLastSelection() instead
scrolly 0.4.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
Search 0.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the Search package
seeing-is-believing 1.6.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
select-scope 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
select-scope 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the select-scope package
select-scope 0.2.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
select-scope 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
select-scope 0.2.0 Use TextEditor::getLastCursor() instead
select-scope 0.2.0 Use Cursor::getScopeDescriptor() instead
select-scope 0.2.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
selection-count 1.6.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
selection-count 1.6.3 Use Workspace::onDidAddTextEditor instead
selection-count 1.6.3 Use ::addRightTile({item, priority}) instead.
selection-count 1.6.3 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
selection-count 1.6.3 Use Pane::onDidRemoveItem instead
selection-count 1.6.3 Use TextEditor::getLastSelection() instead
selection-count 1.6.3 Use Workspace::onDidChangeActivePaneItem instead
selection-count 1.6.3 Use TextEditor::onDidChangeSelectionRange instead
selection-count 1.6.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
selection-count 1.6.3 Call ::getActiveTextEditor instead
selection-count 1.6.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
semaphore 0.2.0 Use ::getRepositories instead
semaphore 0.2.0 Use ::getOriginURL instead.
semaphore 0.2.0 Use ::addRightTile({item, priority}) instead.
semaphore 0.2.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
semaphore 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sepia-light-ui 0.5.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the sepia-light-ui package
seti-monokai 0.3.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the seti-monokai package
seti-ui-red 0.13.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the seti-ui-red package
SFTP-deployment 1.0.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
SFTP-deployment 1.0.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the SFTP-deployment package
shades-of-grey-ui 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the shades-of-grey-ui package
shadow 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the shadow package
shadow 0.1.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
shadow-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the shadow-syntax package
shiny-ui 0.33.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the shiny-ui package
sholight 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the sholight package
slack-chat 1.0.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the slack-chat package
slack-chat 1.0.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
slash-closer 0.7.1 Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor
slickedit-select 1.5.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
slickedit-select 1.5.0 Use Workspace::onDidAddTextEditor instead

@benogle
Copy link
Author

benogle commented May 21, 2015

Package Version Deprecation Text
sloc 0.1.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
sloc 0.1.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sloc 0.1.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the sloc package
sloc 0.1.3 Subscribe to TextEditor events instead.
sloc 0.1.3 Use ::addLeftTile({item, priority}) instead.
sloc 0.1.3 TextBuffer::on is deprecated. Use event subscription methods instead.
smarter-delete-line 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
smarter-delete-line 1.0.0 Use Workspace::getActivePaneItem instead
smorgasbord-ui 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the smorgasbord-ui package
snow-light-syntax 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the snow-light-syntax package
soda-light-ui 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the soda-light-ui package
soda-light-ui-mod 2.0.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the soda-light-ui-mod package
solarized-dark-apparent-ui-successor 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the solarized-dark-apparent-ui-successor package
solarized-dark-ui 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the solarized-dark-ui package
solarized-light-syntax-modified 0.6.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the solarized-light-syntax-modified package
solarized-light-ui 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the solarized-light-ui package
sort-machine 0.1.0 Use TextEditor::getLastSelection() instead
sort-machine 0.1.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
sort-machine 0.1.0 Call ::getActiveTextEditor instead
sort-machine 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
space-block-jumper 0.4.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
space-block-jumper 0.4.3 Use TextEditor::getLastCursor() instead
space-block-jumper 0.4.3 Use TextEditor::moveDown() instead
space-block-jumper 0.4.3 Use TextEditor::moveUp() instead
space-block-jumper 0.4.3 Call ::getActiveTextEditor instead
space-tab 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
space-tab 0.1.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
space-tab 0.1.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
space-tab 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the space-tab package
spacegray-chalk-syntax 1.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-chalk-syntax package
spacegray-dark-syntax 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-dark-syntax package
spacegray-eighties-ui 0.8.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-eighties-ui package
spacegray-light-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-light-syntax package
spacegray-light-ui 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-light-ui package
spacegray-mocha-ui 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-mocha-ui package
spacegray-monokai-ui 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-monokai-ui package
spacegray-tomorrowdark-ui 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spacegray-tomorrowdark-ui package
spaceship-ui 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the spaceship-ui package
spark-dfu-util 0.4.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
spark-dfu-util 0.4.0 Use ::addLeftTile({item, priority}) instead.
spark-dfu-util 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
specials-board 0.6.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the specials-board package
Spectacular 1.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the Spectacular package
status-stats 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the status-stats package
status-stats 0.1.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
status-stats 0.1.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
status-stats-jbrains 0.5.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
status-stats-jbrains 0.5.0 Use version ^1.0.0 of the status-bar Service API.
status-wordcount 0.1.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
Sublime-Style-Column-Selection 1.2.3 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
sublime-tabs 0.5.6 Use Pane::onDidChangeActiveItem instead
sublime-tabs 0.5.6 Use ::dispose to cancel subscriptions instead of ::off
sublime-tabs 0.5.6 Store package style sheets in the styles/ directory instead of stylesheets/ in the sublime-tabs package
sublime-tabs 0.5.6 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
sublime-tabs 0.5.6 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
sublime-tabs 0.5.6 Use Pane::onDidMoveItem instead
sublime-tabs 0.5.6 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
sublime-tabs 0.5.6 Use ::getPaths instead
sublime-tabs 0.5.6 Use Pane::onDidRemoveItem instead
sublime-tabs 0.5.6 Use TextEditor::onDidChangeTitle instead
sublime-tabs 0.5.6 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
sublime-tabs 0.5.6 Use Pane::onDidDestroy instead
sublime-tabs 0.5.6 TextEditor::on is deprecated. Use documented event subscription methods instead.
sublime-tabs 0.5.6 Use Pane::onDidAddItem instead
sublime-tabs 0.5.6 Use TextEditor::onDidChangeModified instead
sublime-tabs 0.5.6 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
support-gbk 1.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
support-gbk 1.1.0 Use TextBuffer::onDidDestroy instead
support-gbk 1.1.0 Use TextBuffer::onDidReload instead.
support-gbk 1.1.0 Use TextBuffer::onDidConflict instead
support-gbk 1.1.0 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.

@benogle
Copy link
Author

benogle commented May 21, 2015

Package Version Deprecation Text
suranyami-light-syntax 0.8.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the suranyami-light-syntax package
swift-playground 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
swift-playground 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
swift-playground 0.2.0 Call ::getActiveTextEditor instead
symbol-gen 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
symbol-gen 0.3.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
symbol-gen 0.3.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
synced-sidebar 0.2.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
syntax-settings 0.7.1 Use TextEditor::setSoftWrapped instead. You can get the editor via editorView.getModel()
syntax-settings 0.7.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
syntax-settings 0.7.1 Use Workspace::onDidAddTextEditor instead
syntax-settings 0.7.1 This is going away. Use atom.config.set("editor.showIndentGuide", true
syntax-settings 0.7.1 Use TextEditor::setSoftWrapped instead
syntax-settings 0.7.1 This is going away. Use atom.config.set("editor.showInvisibles", true
syntax-settings 0.7.1 Use config.set('editor.showInvisibles', showInvisibles) instead
syntax-settings 0.7.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
syntax-settings 0.7.1 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
syntax-settings 0.7.1 Use TextBuffer::onDidDestroy instead
syntax-settings 0.7.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the syntax-settings package
tab-control 0.1.1 Call ::getActiveTextEditor instead
tab-control 0.1.1 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
tab-control 0.1.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
tab-control 0.1.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-history 0.4.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
tab-history 0.4.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
tab-history 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-history 0.4.0 Use Pane::onDidAddItem instead
tab-history 0.4.0 Use Pane::onDidDestroy instead
tab-history 0.4.0 Use Pane::onDidRemoveItem instead
tab-history 0.4.0 Use ::getActivePane() instead of the ::activePane property
tab-history 0.4.0 Use Pane::onDidChangeActiveItem instead
tab-move-key 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-switcher 0.2.0 Use Pane::onDidChangeActiveItem instead
tab-switcher 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tab-switcher 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
tabs-to-spaces 0.10.0 Use Workspace::getTextEditors instead
tabs-to-spaces 0.10.0 Passing a scope descriptor as the first argument to Config::get is deprecated. Pass a scope in an options hash as the final argument instead.
tabs-to-spaces 0.10.0 Use Workspace::observeTextEditors instead
tabs-to-spaces 0.10.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
tabs-to-spaces 0.10.0 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
tabs-to-spaces 0.10.0 Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument.
tabs-to-spaces 0.10.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tag 0.3.0 Use TextBuffer::onDidChange instead
tag 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tag 0.3.0 Use Workspace::onDidAddTextEditor instead
tag 0.3.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
tag 0.3.0 Use TextEditor::getLastCursor() instead
tag 0.3.0 Call ::getActiveTextEditor instead
task-list 0.7.0 Use Workspace::getActivePaneItem instead
task-list 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
task-list 0.7.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
task-list 0.7.0 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
task-list 0.7.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the task-list package
task-list 0.7.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
task-list 0.7.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
tasks 2.0.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
term 0.2.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
term 0.2.2 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
term 0.2.2 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
term 0.2.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
term 0.2.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the term package
term 0.2.2 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
term 0.2.2 Use ::getPaths instead
terminal-panel 1.14.1 Use PackageManager::onDidActivateInitialPackages instead
terminal-runner 0.0.2 Use ::getActivePane() instead of the ::activePane property
terminal-runner 0.0.2 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
terminal-runner 0.0.2 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
terminal-runner 0.0.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the terminal-runner package
terminal-runner 0.0.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
terminal-runner 0.0.2 Use TextEditor::setPlaceholderText instead. eg. editorView.getModel().setPlaceholderText(text)
terminal-runner 0.0.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
terminal-runner 0.0.2 TextEditor::on is deprecated. Use documented event subscription methods instead.
terminal-runner 0.0.2 Use ::getPaths instead
terminal-runner 0.0.2 Use ::getActivePaneItem() instead of the ::activePaneItem property
terminal-status 1.6.7 Use ::addLeftTile({item, priority}) instead.
terminal-status 1.6.7 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
terminal-status 1.6.7 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
terminal-status 1.6.7 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
terminal-status 1.6.7 Use PackageManager::onDidActivateInitialPackages instead
Tern 0.8.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
Tern 0.8.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the Tern package
Tern 0.8.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
ternjs 0.5.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
ternjs 0.5.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the ternjs package
ternjs 0.5.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
test-jumper 0.4.0 Use ::getDirectories instead
test-jumper 0.4.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
test-jumper 0.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the test-jumper package
test-jumper 0.4.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
test-jumper 0.4.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
test-jumper 0.4.0 Call ::getActiveTextEditor instead
test-jumper 0.4.0 Use ::getURI instead
text-pastry 0.4.3 Call ::getActiveTextEditor instead
text-pastry 0.4.3 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
text-pastry 0.4.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
ti-build-atom 0.7.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tidal 0.6.6 Use TextEditor::lineTextForBufferRow(bufferRow) instead
tidal 0.6.6 Use Decoration::setProperties instead
tidal 0.6.6 Use editor.getCursorScreenPosition().row instead
tidal 0.6.6 Call ::getActiveTextEditor instead
tidy-markdown 0.2.2 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
tidy-markdown 0.2.2 Use Workspace::getTextEditors instead
tidy-markdown 0.2.2 TextEditor::on is deprecated. Use documented event subscription methods instead.
tidy-markdown 0.2.2 Use TextBuffer::onDidDestroy instead
tidy-markdown 0.2.2 Use Workspace::observeTextEditors instead
tidy-markdown 0.2.2 Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument.
tidy-markdown 0.2.2 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
timekeeper 0.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the timekeeper package
timekeeper 0.4.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
timekeeper 0.4.0 Use ::addRightTile({item, priority}) instead.
timekeeper 0.4.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
timekeeper 0.4.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
timekeeper 0.4.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
title-case 0.2.0 Use TextEditor::getLastSelection() instead
title-case 0.2.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
title-case 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
to-base64 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the to-base64 package
todo-list 1.0.0 Please use Workspace::addLeftPanel() instead
todo-list 1.0.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
todo-list 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
todo-list 1.0.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
todo-list 1.0.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
todo-list 1.0.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
todo-list 1.0.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the todo-list package
todo-list 1.0.0 Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config
todo-list 1.0.0 Please use Workspace::addRightPanel() instead
toggle-tabs 0.1.8 Store package style sheets in the styles/ directory instead of stylesheets/ in the toggle-tabs package
toggle-tabs 0.1.8 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
tomorrow-night-blue-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the tomorrow-night-blue-syntax package
tomorrow-night-bright-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the tomorrow-night-bright-syntax package
tomorrow-syntax 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the tomorrow-syntax package
travis-ci-status 0.14.1 Use ::getRepositories instead
travis-ci-status 0.14.1 Use ::getOriginURL instead.
travis-ci-status 0.14.1 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
travis-ci-status 0.14.1 Use ::getPaths instead
tree-view-open-files 0.2.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the tree-view-open-files package
trendy-dark-syntax 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the trendy-dark-syntax package
trendy-light-ui 0.28.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the trendy-light-ui package
tron-legacy-theme 0.8.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the tron-legacy-theme package
true-color 0.4.1 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
true-color 0.4.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the true-color package
true-color 0.4.1 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
true-color 0.4.1 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
true-color 0.4.1 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
try 0.2.3 Use TextEditor::getLastCursor() instead
try 0.2.3 Use TextEditor::getLastSelection() instead
twilight-rave 0.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the twilight-rave package
twilight-textmate-syntax 0.1.19 Store package style sheets in the styles/ directory instead of stylesheets/ in the twilight-textmate-syntax package
typescript-atomizer 0.3.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the typescript-atomizer package
ulysses-syntax 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the ulysses-syntax package
unity-dark-syntax 0.1.4 Store package style sheets in the styles/ directory instead of stylesheets/ in the unity-dark-syntax package
unity-ui 2.0.10 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
unity-ui 2.0.10 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
update-packages 0.1.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
url-encode 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
url-encode 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
url-encode 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the url-encode package
vibrant-ink 0.4.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the vibrant-ink package
view-tail-large-files 0.1.14 If you would like your pane item with class Viewer to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported.
view-tail-large-files 0.1.14 Call .dispose() on the Disposable returned from ::addOpener instead
view-tail-large-files 0.1.14 Store package style sheets in the styles/ directory instead of stylesheets/ in the view-tail-large-files package
view-tail-large-files 0.1.14 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
view-tail-large-files 0.1.14 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
view-tail-large-files 0.1.14 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
view-tail-large-files 0.1.14 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
view-tail-large-files 0.1.14 If you would like your pane item with class Viewer to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message.
view-tail-large-files 0.1.14 Use Pane::onDidRemoveItem instead
view-tail-large-files 0.1.14 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
view-tail-large-files 0.1.14 Call Workspace::addOpener instead
vim-mode 0.48.0 Use TextEditor::selectLinesContainingCursors instead
vim-mode 0.48.0 Use TextEditor::moveUp() instead
vim-mode 0.48.0 Use TextEditor::moveToBeginningOfWord() instead
vim-mode 0.48.0 Use TextEditor::moveDown() instead
vim-mode 0.48.0 Use TextEditor::getLastCursor() instead
vim-mode 0.48.0 This is now a view method. Call TextEditorElement::getFirstVisibleScreenRow instead.
vim-mode 0.48.0 Project::on is deprecated. Use documented event subscription methods instead.
vim-mode 0.48.0 Open-ended transactions are deprecated. Use checkpoints instead.
vim-mode 0.48.0 Use Workspace::onDidAddTextEditor instead
vim-mode 0.48.0 Use TextEditor::moveLeft() instead
vim-mode 0.48.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
vim-mode 0.48.0 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
vim-mode 0.48.0 Use ::addRightTile({item, priority}) instead.
vim-mode 0.48.0 Use TextBuffer::onDidChange instead
vim-mode 0.48.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
vim-mode 0.48.0 Use PackageManager::onDidActivateInitialPackages instead
vim-mode 0.48.0 This is now a view method. Call TextEditorElement::getLastVisibleScreenRow instead.
vim-mode 0.48.0 This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead
vim-mode 0.48.0 Use ::onDidActivateInitialPackages instead.
vim-mode 0.48.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
vim-surround 0.6.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
virtualenv 0.6.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
virtualenv 0.6.2 Call ::getActiveTextEditor instead
virtualenv 0.6.2 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
virtualenv 0.6.2 Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
virtualenv 0.6.2 Use PackageManager::onDidActivateInitialPackages instead
virtualenv 0.6.2 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
virtualenv 0.6.2 Use ::addLeftTile({item, priority}) instead.
virtualenv 0.6.2 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
virtualenv 0.6.2 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
virtualenv 0.6.2 Use TextEditor::onDidChangeGrammar instead
virtualenv 0.6.2 Use Workspace::getTextEditors instead
virtualenv 0.6.2 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
virtualenv 0.6.2 Use Workspace::observeTextEditors instead
visual-bell 1.0.0 Use Atom::onDidBeep instead
visual-bell 1.0.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
visual-bell 1.0.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
visual-studio-dark-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the visual-studio-dark-syntax package
VisualStudio 0.1.3 Store package style sheets in the styles/ directory instead of stylesheets/ in the VisualStudio package
VisualStudio3389 0.2.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the VisualStudio3389 package
vnc 0.1.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
w3c-validation 0.1.3 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
w3c-validation 0.1.3 Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback.
wakatime 4.0.9 Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead.
wakatime 4.0.9 Use TextBuffer::onDidChange instead
wakatime 4.0.9 Use Workspace::observeTextEditors instead
wakatime 4.0.9 Use Workspace::getTextEditors instead
wakatime 4.0.9 Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument.
weather-package 1.5.3 Use ::addRightTile({item, priority}) instead.
weather-package 1.5.3 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
weather-package 1.5.3 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
web-browser 1.4.4 Call Workspace::addOpener instead
web-browser 1.4.4 Call .dispose() on the Disposable returned from ::addOpener instead
web-browser 1.4.4 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
web-view 0.3.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
web-view 0.3.0 Call Workspace::addOpener instead
web-view 0.3.0 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
web-view 0.3.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the web-view package
web-view 0.3.0 If you would like your pane item with class WebEditorView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message.
web-view 0.3.0 If you would like your pane item with class WebEditorView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported.
web-view 0.3.0 Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
web-view 0.3.0 Call ::getActiveTextEditor instead
web-view 0.3.0 Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
web-view 0.3.0 Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
wercker-status 0.3.0 Use ::getRepositories instead
winter-syntax 1.1.1 Store package style sheets in the styles/ directory instead of stylesheets/ in the winter-syntax package
wombat-fixed 3.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the wombat-fixed package
word-count 0.1.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
word-jumper 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
wordcount 2.2.2 Use TextEditor::onDidChangeCursorPosition instead
wordcount 2.2.2 Use TextEditor::getLastSelection() instead
wordcount 2.2.2 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
wordcount 2.2.2 Use Workspace::getActivePaneItem instead
wordcount 2.2.2 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services. For now, you can get a reference to the status-bar element via document.querySelector('status-bar').
wordcount 2.2.2 Use ::addRightTile({item, priority}) instead.
wp-snippets 0.2.9 Store package style sheets in the styles/ directory instead of stylesheets/ in the wp-snippets package
wp-snippets 0.2.9 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
wrap 0.1.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
wrap-lines 0.2.0 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
wrap-lines 0.2.0 Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
wrap-lines 0.2.0 Use ::getActivePaneItem() instead of the ::activePaneItem property
wrap-lines 0.2.0 Use TextEditor::getLastSelection() instead
wrap-lines 0.2.0 Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
wrap-lines 0.2.0 Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
wrap-lines 0.2.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the wrap-lines package
wrap-lines 0.2.0 The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info.
Writer 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the Writer package
xcode-syntax 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the xcode-syntax package
xeta-syntax 0.5.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the xeta-syntax package
yeti-syntax 0.1.2 Store package style sheets in the styles/ directory instead of stylesheets/ in the yeti-syntax package
yosemite-unity-ui 0.3.13 Requiring $ from atom is no longer supported. If you are using space-pen, please require $ from atom-space-pen-views. Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies.
yosemite-unity-ui 0.3.13 atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.
yosemite-unity-ui 0.3.13 Store package style sheets in the styles/ directory instead of stylesheets/ in the yosemite-unity-ui package
yospos-ui 0.1.0 Store package style sheets in the styles/ directory instead of stylesheets/ in the yospos-ui package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment