From 7e18dfedcde8012c684344dfe501bc5994b90985 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 30 Mar 2018 13:26:15 -0400 Subject: [PATCH] @smashwilson's updates --- docs/focus/2018-04-02.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/focus/2018-04-02.md b/docs/focus/2018-04-02.md index 3b81dad4c..9511e3efb 100644 --- a/docs/focus/2018-04-02.md +++ b/docs/focus/2018-04-02.md @@ -5,11 +5,23 @@ - Teletype - Xray - Reactor Duty + - `TextEditor.scan` methods with zero-length matches at line endings skip the next line: [#16983](https://github.com/atom/atom/issues/16983), fixed by [atom/superstring#53](https://github.com/atom/superstring/pull/53) + - Prevent modifications to readonly editors: [#16736](https://github.com/atom/atom/issues/16736), fixed by [#16999](https://github.com/atom/atom/pull/16999) and (thanks @maxbrunsfeld) [#17050](https://github.com/atom/atom/pull/17050) + - :ship: @t9md's PRs [atom/text-buffer#287](https://github.com/atom/text-buffer/pull/287) and [#16564](https://github.com/atom/atom/pull/16564) to fix [#16176](https://github.com/atom/atom/issues/16176), preserve cursor history on TextEditor cloning. + - Incorrect buffer positions sent to autocomplete-plus providers: [atom/autocomplete-plus#954](https://github.com/atom/autocomplete-plus/issues/954), fixed by [atom/bracket-matcher#347](https://github.com/atom/bracket-matcher/pull/347) + - :ship: @Arcanemagus' PR [atom/ci#82](https://github.com/atom/ci/pull/82), upgrade CircleCI templates to 2.0 + - "Cannot read property '0' of null" in `TextEditor.scanInRange` call: [#17023](https://github.com/atom/atom/issues/17023), fixed by [atom/superstring#60](https://github.com/atom/superstring/pull/60) + - Use Unicode case folding for case-insensitive scans: [atom/superstring#56](https://github.com/atom/superstring/issues/56), fixed by [atom/superstring#56](https://github.com/atom/superstring/pull/61), [atom/superstring#62](https://github.com/atom/superstring/pull/62), [atom/text-buffer#294](https://github.com/atom/text-buffer/pull/294), and [atom/find-and-replace#1009](https://github.com/atom/find-and-replace/pull/1009) + - Regular expressions containing "\u" throw an error: [atom/superstring#52](https://github.com/atom/superstring/issues/52) and [atom/find-and-replace#999](https://github.com/atom/find-and-replace/issues/999), fixed by [atom/superstring#63](https://github.com/atom/superstring/pull/63) + - :ship: @hansonw's PR [atom/notifications#187](https://github.com/atom/notifications/pull/187) to fix [atom/notifications#185](https://github.com/atom/notifications/issues/185), sanitize _all_ markdown notification bodies with DOMPurify + - [atom/notifications#188](https://github.com/atom/notifications/pull/188) and [atom/notifications#189](https://github.com/atom/notifications/pull/189) to chase down some tricky, weird edge cases in using DOMPurify within a v8 snapshot ## Focus for week ahead - Atom IDE - GitHub Package + - Bring [atom/github#1138](https://github.com/atom/github/pull/1138) "create new pull request" over the finish line + - Write "vision" documents in atom/github - Teletype - Xray - Reactor Duty