28 prs, 15 authors
- New Go to line Modal, allowing users to go to a specific line in an open file
- Showing react classes in preview
- Improvements to the source tree panel including
- Setting a root folder
- Collapsing all nodes
- we managed a substantial refactoring of our editor, making it more modular and easy to work with for developers
- new docs were added regarding triaging and merge conflicts
Thank you to all of our contributors this week! @James300, @pradeepgangwar, @jasonLaster, @MFry, @Fischer-L, @tromey, @nyrosmith, @codehag, @digitarald, @jfo, @9andresc, @yurydelendik, @samuel-peers, @lukaszsobek, and @khal0988
We added a new modal for go to line You can now search the file by line, using : or the modal, thank you to @jfo for his work on that!
We continued improving our react support, and now use react class names in preview. Thanks to @samuel-peers!
On the source tree, we have introduced setting a root directory, which allows a user to focus on a specific sub-directory in their tree, rather than seeing everything at once. It is also possible to collapse all nodes in the source tree using alt-click. We also made a number of small tweaks to the ui of the primary panel. Thanks to @khal0988, @Fischer-L and @pradeepgangwar.
- Update sources arrow - @jasonLaster
- Align empty message in Source Tab - @pradeepgangwar
- Make alt click expand/collapse all the nodes - @Fischer-L
We fixed a long standing problem in the secondary panes, where the command bar would be included in the scroll. Thanks to @James300 for that
Docs
Infrastructure
- Improve maintainer experience - @nyrosmith
- travis bump - @jasonLaster
- Update travis MC commit - @jasonLaster
- Remove last vestige of devtools.debugger.client-source-maps-enabled - @tromey
- Release (10-11) - @jasonLaster
- small prettier changes - @jasonLaster




