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
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!
- style exceptions in WhyPaused as red - @zaggy
- [WhyPaused] Move why paused to the call stack - @zaggy
- #2980 added lodash and underscore detection - @andreicristianpetcu
- stop folding in the panel - @jasonLaster
- Style functions in outline view - @amelzer
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.
- [FunctionSearch] clear query after selecting an item #2526 - @ofiron01
- Bug/2963 search shows no results after switching to another tool and switching back to debugger - @codehag
- Create search worker - @jasonLaster
- Search bar doesn't get focus if already open - @amitzur
- Move getClosestExpression into worker - @ryanjduffy
Some polishing on the editor and function preview
- fix object property styling on window property names (#2946) - @jbhoosreddy
- Fix 3146 - editor occasionally doesn't jump to a line - @jasonLaster
- fix null - @jasonLaster
We released a new version of the debugger this week to nightly
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
- Polish conditional breakpoint - @zaggy
- Revert breakpoint clearing - @jasonLaster
- Remove column breakpoint - @anbarasiu
We had a failing ast test for quite some time, and that has now been fixed
- remove getVisibleVariablesFromScope - @jasonLaster
- #3083: change 'Copy Link Address' id - @borisstgermain
Lots of work keeping up to date with our libraries.
- Continue conversion from commonjs to es modules - @peterschussheim
- Get environment - @jasonLaster
- Switch to use greenkeeper-lockfile-update for yarn.lock file - @clarkbw
- replace commonjs with imports - @jasonLaster
- bump prettier - @jasonLaster
- fix(package): update devtools-launchpad to version 0.0.84 - @jasonLaster
- Update outdated deps - @clarkbw
- [Use \react-dom\ instead of ../../node_modules/react-dom/dist/react-dom]pr-2 - @codehag
We did some work to improve our code health, especially updating the flow library and making our types more specific