This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.36.0
Notable Changes
- When only a file is specified, don't open and index the parent directory.
- Fixes for Windows and macOS auto-update behavior.
- "File -> Open" works when no windows are open on macOS. (@karevn)
- When using the default Jasmine test runner, a temporary directory is used for ATOM_HOME so that other packages can't interfere with unrelated tests. Set
APM_TEST_PACKAGES
to explicitly depend on tests. - bookmarks: Select to the only bookmark when using "select to next/previous bookmark" commands, even if it's in the other direction. (@alefragnani)
- find-and-replace: TextEditors outside of the current project are not watched with Project Find which prevents them from "popping in" to the search results if you edit them to contain a match. (@anderoonies)
- find-and-replace: Pane items may implement
getEmbeddedTextEditors()
orobserveEmbeddedTextEditor
to allow find-and-replace to search within internalTextEditors
. - github: Pull request review comments are included in the "Files Changed" tab of a pull request detail item.
- github: git's
core.commentChar
setting is respected during commit message preprocessing. - github: Large diffs are collapsed by default, and any file patch within a commit preview or commit detail item can be collapsed and expanded.
- tabs: Tabs are removed correctly when they've been dropped on another window. (@50Wliu)
- wrap-guide: Multiple wrap guide lines are now supported. (@lexicalunit)
- language-coffee-script: Support JSX tags. (@cuberoot)
- language-html: Use the GraphQL grammar to highlight embedded GraphQL script. Note that users will need to install the community GraphQL language package for highlighting to work properly. (@Ingramz)
- language-javascript: Allow tagged template injections to accept function parameters.
- language-javascript: Understand CSS, GraphQL, and SQL template literal tags. (@bennypowers)
- language-ruby: Correct syntax highlighting issues for floats and some integer types.
All Changes
Atom Core
v1.35.1...v1.36.0
- atom/atom#18649 - Update find-and-replace
- atom/atom#18650 - Compatibility with linter-js-standard-engine
- atom/atom#18630 - Move getBuffer out of Event Subscription section
- atom/atom#18665 - Accept arguments to manually filter script/test
- atom/atom#18679 - Syntax highlight TooltipManager documentation
- atom/atom#18680 - Upgrade status-bar
- atom/atom#18608 - When only a file is specified, don't open and index the parent directory
- atom/atom#18168 - [packages/autoflow] Handles wrapping text around LaTeX tags
- atom/atom#18699 - Bump some Atom package versions
- atom/atom#18714 - Fix application:new-file command
- atom/atom#18743 - Upgrade: bookmarks@0.46.0
- atom/atom#18744 - Update fuzzy-finder@1.9.0
- atom/atom#18742 - Improve behavior when restoring session that references a missing project folder
- atom/atom#18748 - Update electron link in Readme
- atom/atom#18750 - Fix Windows auto-update support detection
- atom/atom#18761 - Enable dark mode title bar theme in macOS Mojave
- atom/atom#18603 - Upgrade to Electron 3.0
- atom/atom#18759 - RFC: Block decoration ordering
- atom/atom#18773 - Explicit block decoration ordering
- atom/atom#18775 - Fix restart behavior for "Restart and Install Update" on macOS
- atom/atom#18784 - Update settings-view@v0.259.0
- atom/atom#18788 - Use a custom Jasmine reporter to actually show spec names
- atom/atom#18801 - Use a temporary directory for ATOM_HOME in tests
- atom/atom#17529 - Enable "File -> Open" to work on macOS when no windows are open
- atom/atom#18815 - Upgrade to Electron 3.1.3
- atom/atom#17862 - Enable stable and beta draft release creation on VSTS
- atom/atom#18855 - Fix "Open Folder" menu item on Windows
- atom/atom#18864 - ⬆️ atom-keymap@8.2.13
- atom/atom#18946 - Set Electron version within the build process environment
- atom/atom#18961 - ⬆️ settings-view@0.260.1
- atom/atom#18962 - ⬆️ electron@2.0.18
- atom/atom#18984 - Ensure APM_TEST_PACKAGES may be activated in Jasmine specs
- atom/atom#19028 - Revert launch scenario changes
- atom/atom#19068 - Preserve Atom's exit code in atom.sh
bookmarks
v0.45.1...v0.46.0
- atom/bookmarks#99 - Add Probot no-response configuration
- atom/bookmarks#103 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/bookmarks#102 - Update readme with select commands
- atom/bookmarks#100 - Select to the only bookmark
find-and-replace
v0.215.14...v0.218.9
- atom/find-and-replace#1054 - Add Probot no-response configuration
- atom/find-and-replace#1055 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/find-and-replace#966 - Ignore pane items that aren't text editors
- atom/find-and-replace#1063 - Use editor.onDidStopChanging, not editor.getBuffer().onDidStopChanging
- atom/find-and-replace#905 - Change "Search in Directory" to "Search in Folder"
- atom/find-and-replace#1064 - Add ability to pull selected text into replace field
- atom/find-and-replace#1061 - Remove hardcoded fonts so that search view always use Atom’s font
- atom/find-and-replace#988 - Don't watch TextEditors outside of the current project in Project Find
- atom/find-and-replace#1068 - Find within TextEditors within non-editor pane items
- atom/find-and-replace#1069 - Understand observeEmbeddedTextEditor to follow embedded TextEditor changes
- atom/find-and-replace#1072 - Fix editing the search input when toggling the search pane
fuzzy-finder
v1.8.2...v1.9.2
- atom/fuzzy-finder#356 - Add Probot no-response configuration
- atom/fuzzy-finder#357 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/fuzzy-finder#360 - Add feature to jump to columns within text lines
- atom/fuzzy-finder#364 - Provide accurate error messages when jumping to columns
- atom/fuzzy-finder#366 - Remove unnecessary call to check if a path is ignored
github
v0.24.0...v0.27.0
- atom/github#1888 - mentionable users fall back
- atom/github#1889 - Exclude Relay-generated GraphQL files from code coverage
- atom/github#1884 - Upgrade to the latest react and react-dom
- atom/github#1891 - Update all of our dev dependencies in one fell swoop
- atom/github#1714 - Update keytar to the latest version 🚀
- atom/github#1894 - Update moment
- atom/github#1890 - Relay upgrade
- atom/github#1893 - Upgrade dugite
- atom/github#1896 - Upgrade Globby
- atom/github#1901 - Test coverage for GitTempDir
- atom/github#1856 - Fetch and display readonly inline comments.
- atom/github#1900 - Test coverage for GitShellOutStrategy
- atom/github#1927 - Visual tweaks to Github's Remote Selector & No Remote views
- atom/github#1939 - Update nyc to the latest version 🚀
- atom/github#1928 - Further improvements to "empty" views/modals
- atom/github#1938 - Minor tweaks to release process
- atom/github#1955 - Update nyc to the latest version 🚀
- atom/github#1954 - CodeCov package upgrade
- atom/github#1957 - Update prop-types to 15.7.2
- atom/github#1949 - Diff color tweaks
- atom/github#1964 - Update sinon to the latest version 🚀
- atom/github#1963 - Update babel-plugin-istanbul to the latest version 🚀
- atom/github#1956 - React upgrades
- atom/github#1959 - Retry flaky Repository test
- atom/github#1967 - keytar@4.4.0
- atom/github#1966 - eslint@5.14.1
- atom/github#1980 - react@16.8.3
- atom/github#1982 - Upgrade to Relay 3.0.0
- atom/github#1985 - support new reaction emoji from GitHub.com
- atom/github#1987 - Update drifting dependencies
- atom/github#1990 - Update sinon to the latest version 🚀
- atom/github#1988 - respect
core.commentChar
from git settings. - atom/github#1991 - Update to @atom/mocha-test-runner and mocha@6.0.2
- atom/github#1989 - Suggested changes styling
- atom/github#1994 - Update dugite to the latest version 🚀
- atom/github#1913 - collapse large diffs && collapse/expand any diff within multi file patch view
- atom/github#1897 - PR Review Feature Request: review comment changes
- atom/github#1997 - Update sinon to the latest version 🚀
- atom/github#1998 - Update eslint to the latest version 🚀
- atom/github#1999 - Update globby to the latest version 🚀
- atom/github#2000 - Update sinon to the latest version 🚀
- atom/github#2001 - Update dugite to the latest version 🚀
- atom/github#2002 - Update eslint to the latest version 🚀
- atom/github#2003 - Remove commit ID field from graphql query fragment
image-view
v0.63.1...v0.64.0
- atom/image-view#183 - Add Probot no-response configuration
- atom/image-view#185 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/image-view#186 - Modernize
- atom/image-view#187 - Commit package-lock.json
- atom/image-view#133 - Update status bar when image is reloaded
- atom/image-view#188 - statusViewAttached -> imageEditorStatusView
- atom/image-view#189 - Update bytes to ^3
- atom/image-view#190 - Use whole pixel values when zooming
notifications
v0.70.5...v0.70.6
- atom/notifications#197 - Add Probot no-response configuration
- atom/notifications#198 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
status-bar
v1.8.16...v1.8.17
tabs
v0.109.2...v0.110.0
- atom/tabs#542 - Add Probot no-response configuration
- atom/tabs#543 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/tabs#547 - Use Standard
- atom/tabs#546 - Commit package-lock.json
- atom/tabs#549 - Remove old function guards
- atom/tabs#548 - Decaffeinate most files
- atom/tabs#550 - Don't create a split if the tab cannot be placed in the pane
- atom/tabs#551 - Allow layout tests to be run individually
- atom/tabs#553 - Make tab scrolling settings work
- atom/tabs#539 - Show tab bar if the setting is true or there is more than one tab
- atom/tabs#555 - Remove tabs correctly when dropped on another window
- atom/tabs#552 - Fix tab close on middle click for Electron 3
wrap-guide
v0.40.3...v0.41.0
- atom/wrap-guide#73 - Remove deprecated
wrap-guide.columns
config option - atom/wrap-guide#74 - Remove outdated conditional branches and TODOs
- atom/wrap-guide#71 - Don't watch editors more than once if they're re-added to the workspace
- atom/wrap-guide#75 - Use Trusty on Travis
- atom/wrap-guide#76 - Deactivate properly
- atom/wrap-guide#77 - Wait for update promise after changing font size before updating guide
- atom/wrap-guide#81 - Add Probot no-response configuration
- atom/wrap-guide#82 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/wrap-guide#56 - Adds support for multiple wrap guide lines.
language-coffee-script
v0.49.3...v0.50.0
- atom/language-coffee-script#170 - Add Probot no-response configuration
- atom/language-coffee-script#171 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/language-coffee-script#172 - Add support for JSX tags to the CoffeeScript grammar
language-html
v0.51.5...v0.52.0
- atom/language-html#213 - Add Probot no-response configuration
- atom/language-html#214 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/language-html#221 - Use GraphQL grammar to highlight its script block
language-javascript
v0.129.19...v0.129.20
- atom/language-javascript#639 - Allow tagged template injections to accept function parameters
- atom/language-javascript#626 - Differentiate line and block comments
- atom/language-javascript#638 - Add CSS, GraphQL, and SQL template literal tags to Tree-Sitter grammar
language-ruby
v0.72.14...v0.72.15