From 12dae6da82a4abdf6bbd4014193c9c321144f69a Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Fri, 13 Apr 2018 11:04:28 -0400 Subject: [PATCH] Add Teletype highlights from the past week --- docs/focus/2018-04-16.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/focus/2018-04-16.md b/docs/focus/2018-04-16.md index c1d75bd04..b464bb730 100644 --- a/docs/focus/2018-04-16.md +++ b/docs/focus/2018-04-16.md @@ -7,6 +7,10 @@ - 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 + - Fixed an issue that could occur when attempting to join a portal that no longer exists while also trying to share a portal ([atom/teletype#357](https://github.com/atom/teletypeissues/atom/teletype/357)) + - Fixed an issue that could occur when existing portal participants are performing actions while a new participant is joining ([atom/teletype#360](https://github.com/atom/teletypeissues/atom/teletype/360)) + - Fixed an issue that prevented mouse clicks from placing the cursor on certain lines while participating in a portal ([atom/teletype#362](https://github.com/atom/teletypeissues/atom/teletype/362)) + - Published [Teletype 0.12.2](https://github.com/atom/teletype/releases/tag/v0.12.2) with the above improvements - Xray - Reactor Duty