From be2732afd3d372eb927c831c228d8d6a871ddc42 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 13 Apr 2018 08:19:50 -0400 Subject: [PATCH] @smashwilson's updates --- docs/focus/2018-04-16.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/focus/2018-04-16.md b/docs/focus/2018-04-16.md index c16cee8ff..c1d75bd04 100644 --- a/docs/focus/2018-04-16.md +++ b/docs/focus/2018-04-16.md @@ -1,7 +1,11 @@ ## Highlights from the past week +- Atom core + - Separated keyboard enablement from "readOnly" TextEditor state in [atom/atom#17124](https://github.com/atom/atom/pull/17124). - Atom IDE - GitHub Package + - Completed, merged, and shipped "Create pull request" [atom/github#1376](https://github.com/atom/github/pull/1376), which I used to open this pull request :wink: + - Updated to Enzyme 3 [atom/github#1386](https://github.com/atom/github/pull/1386) which paves the way for us to upgrade React. - Teletype - Xray - Reactor Duty @@ -10,5 +14,7 @@ - Atom - GitHub Package + - Update React to 16.3 (@smashwilson) + - Get [atom/squeegpg](https://github.com/atom/squeegpg) to the point where we can use it to sign a commit from atom/github (without needing to override the pinentry yet). (@smashwilson) - Tree-sitter - Xray