Atom v1.42.0 Release Notes

Release Date: 2019-12-16 // over 4 years ago
  • Notable Changes

    • #19770 - Add appropriate punctuation scopes to various characters in HTML.
    • 📜 #19795 - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers).
    • #19840 - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers.
    • 📜 #19880 - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers.
    • 👍 #19908 - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files. All Changes Atom Core v1.41.0...v1.42.0 atom/atom#19770 - ⬆️ [email protected] 📦 atom/atom#19772 - ➡ Migrate core package 'welcome' into ./packages ⚡️ atom/atom#19779 - ➡ Migrate core package 'update-package-dependencies' into ./packages atom/atom#19795 - ⬆️ [email protected] atom/atom#19796 - Bump lodash.template from 4.4.0 to 4.5.0 in /script 🔀 atom/atom#19797 - Bump lodash.merge from 4.6.1 to 4.6.2 in /script 📦 atom/atom#19798 - Bump lodash from 4.17.10 to 4.17.15 in /packages/about atom/atom#19799 - Bump fstream from 0.1.24 to 1.0.12 📦 atom/atom#19800 - Bump js-yaml from 3.12.0 to 3.13.1 in /packages/about atom/atom#19801 - Bump js-yaml from 3.12.0 to 3.13.1 in /script atom/atom#19803 - Bump extend from 3.0.1 to 3.0.2 in /script/vsts atom/atom#19802 - Bump underscore.string from 3.3.4 to 3.3.5 in /script atom/atom#19809 - ⬆️ [email protected] atom/atom#19840 - ⬆️ [email protected] atom/atom#19880 - ⬆️ [email protected] atom/atom#19908 - ⬆️ [email protected] atom/atom#19949 - Fix base16 project link atom/atom#19951 - ⬆️ [email protected] ⏪ atom/atom#19952 - Revert "⬆️ [email protected]" atom/atom#19953 - ⬆️ [email protected] ⚡️ atom/atom#20025 - Update URL used for jasmine-node in package-lock.json github v0.30.1...v0.31.0-2 atom/github#2214 - Simplify CI atom/github#2213 - Fix branch menu on unborn branch 🔨 atom/github#2209 - Refactor dialog handling ⬆️ atom/github#2216 - Upgrade Relay dependencies atom/github#2217 - Bump @babel/generator from 7.4.4 to 7.5.5 atom/github#2220 - Bump mocha from 6.1.4 to 6.2.0 🔌 atom/github#2212 - Bump @babel/plugin-proposal-object-rest-spread from 7.4.3 to 7.5.5 atom/github#2221 - Bump @babel/preset-env from 7.5.4 to 7.5.5 👕 atom/github#2223 - Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 atom/github#2225 - Bump dompurify from 1.0.10 to 1.0.11 atom/github#2219 - Bump graphql from 14.3.1 to 14.4.2 🔌 atom/github#2218 - Bump babel-plugin-istanbul from 5.1.3 to 5.2.0 atom/github#2224 - Bump enzyme from 3.9.0 to 3.10.0 atom/github#2226 - Fallback to GIT_SSH if GIT_SSH_COMMAND is not set atom/github#2228 - Bump mocha-junit-reporter from 1.22.0 to 1.23.1 atom/github#2231 - Bump semver from 6.0.0 to 6.3.0 atom/github#2230 - Bump marked from 0.6.2 to 0.7.0 atom/github#2229 - Bump globby from 9.2.0 to 10.0.1 ⚡️ atom/github#2232 - GraphQL schema update atom/github#2234 - Bump keytar from 4.10.0 to 4.12.0 🔌 atom/github#2235 - Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.5 atom/github#2238 - Bump keytar from 4.12.0 to 4.13.0 ⚡️ atom/github#2239 - GraphQL schema update atom/github#2243 - Bump sinon from 7.3.2 to 7.4.1 ⚡️ atom/github#2245 - GraphQL schema update 🐎 atom/github#2246 - Improve performance of isCommitPushed ⬆️ atom/github#2249 - Dugite upgrade atom/github#2248 - Bump react from 16.8.6 to 16.9.0 atom/github#2247 - Bump react-dom from 16.8.6 to 16.9.0 atom/github#2255 - Bump dugite from 1.87.1 to 1.87.2 ⬆️ atom/github#2362 - Dugite upgrade for Atom beta language-gfm v0.90.6...v0.90.7 atom/language-gfm#228 - allow jl to be used for julia code blocks language-html v0.52.3...v0.53.0 atom/language-html#231 - Add scopes for punctuation. language-javascript v0.132.0...v0.133.0 atom/language-javascript#652 - Colorize arrow function parameters without parens atom/language-javascript#654 - Colorize rest parameters like other formal parameters atom/language-javascript#653 - Fix lost colorization of function declaration names 💎 language-ruby v0.72.20...v0.72.22 💎 atom/language-ruby#271 - Apply proper scopes for symbols when using Tree-sitter grammar