Skip to content

Latest commit

 

History

History
137 lines (107 loc) · 6.07 KB

File metadata and controls

137 lines (107 loc) · 6.07 KB

June 13th

We focused this week on getting lots of bugfixes and community prs in

  • Nightly is up to date with the latest debugger updates
  • new styling for the Outline View, big thanks to @amelzer
  • searchbar had a lot of improvements

Thanks to everyone who helped out @zaggy, @jasonLaster, @codehag, @ryanjduffy, @jbhoosreddy, @peterschussheim, @ofiron01, @anbarasiu, @borisstgermain, @clarkbw, @andreicristianpetcu, @amelzer, @amitzur

UI

A few UI adjustments and additions. We are continuing on with adding more frameworks to the callstack, and small styling adjustments. Also some great work done on the Outline view, which is looking like its ready to go for nightly!

SearchBar

We are adjusting the searchbar functionality. Along with fixing up some behavior, we are now going to have an Atom style modal for symbol searches.

Editor

Some polishing on the editor and function preview

Releases

We released a new version of the debugger this week to nightly

Breakpoints

There were a few open issues with breakpoints from last week, including sliding breakpoints on the refresh of the debuggee, and problems with the column breakpoint. Those have been resolved

AST

We had a failing ast test for quite some time, and that has now been fixed

Chores

Infrastructure

Lots of work keeping up to date with our libraries.

Code Health

We did some work to improve our code health, especially updating the flow library and making our types more specific