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
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