This was the first post-release sprint and boy was it fun :)
- @wldcordeiro and @darkwing lead a move to JSX effort
- @bomsy continues to lead the Project Search progress (we're shipping to nightly soon)
- Sagorika added a new Breakpoints context menu
- We doubled down on our test and code quality
- Fixed tons of paper cut bugs
@aklt, @frigus02, @jasonLaster, @Anzumana, @Ronsho, @codehag, @wldcordeiro, @amelzer, @darkwing, @zaggy, @ksaldana1, @bomsy, @liorheber, @yaelballa, @sagorika1996, @juliandescottes, @nyrosmith, @zacck
- map selected source when we toggle pretty print - @codehag
- Use theme body color for conditional breaking point - @liorheber
- click \functions\ to open symbol search modal - @aklt
Sagorika added a new breakpoints context menu for quickly toggling and removing breakpoints.
- Added option to remove all breakpoints - @sagorika1996
- Added additional menuitems to context menu - @sagorika1996
Call Stack collapsing is coming together really nicely.
- Replace ember logo with tomster - @amelzer
- Add Redux Detection - @ksaldana1
- add immutable js lib to list of libraries - @yaelballa
- add angular icon - @nyrosmith
- Expressions should have a unique key - @codehag
- File Search - selecting another source - @jasonLaster
- Fix focus issues - @wldcordeiro
- Do not evaluate expressions on stepping - @bomsy
- SVGs should only throw in development - @jasonLaster
- Fix issue with expressions and unicode characters - @juliandescottes
- Add overflow:scroll to dropdown element - @amelzer
- Fix editor search iteration - @jasonLaster
- toggle between project text search and file name search - @aklt
- minor project search improvements - @jasonLaster
- fix project search intermittent - @jasonLaster
- test project search - @jasonLaster
-
We doubled down on mochitests.
- There's a new
yarn mochirunner with a pretty reporter. - We killed the web test runner so that we can avoid the confusion.
- Running
yarn copy-assetswill no longer update the assets manifest file
- There's a new
-
We added several new tests and fixed a bunch of intermittents
- @frigus02 added tests to make sure we detect async and exported functions when compiling symbols
-
@Ronsho helped us add a .spec.js suffix to our jest unit tests
Test Improvements
- Test symbol extraction for async/exported functions - @frigus02
- add unit tests for toggle pretty print - @codehag
- Add tests for opening/closing search - @jasonLaster
- Fix pretty printing intermittent - @jasonLaster
- Fix reloading intermittent - @jasonLaster
- Fix worker flakiness - @jasonLaster
Mochi Runner
- Add mochi runner - @jasonLaster
- Mochi runner improvements - @jasonLaster
- Fix a couple mochi errors - @jasonLaster
- Improve mochi errors - @jasonLaster
- Convert App, SymbolModal and WelcomeBox components to JSX. - @wldcordeiro
- Convert editor footer and PaneToggle to jsx - @darkwing
- Convert Editor component to JSX. - @wldcordeiro
- Convert Breakpoints component to jsx - @darkwing
- Update CloseButton to use jsx - @darkwing
- Convert Svg() to JSX - @darkwing
- Dropdown to JSX - @ksaldana1
- Fix function modal - @jasonLaster
- Tabs to jsx - @amelzer
- Expressions to JSX - @ksaldana1
- #3506 WhyPaused to JSX - @ksaldana1
- Fix positioning of source search no results message - @wldcordeiro
- Scopes to JSX - @ksaldana1
- Convert Autocomplete, ResultList, and SearchInput to JSX - @darkwing
- Convert SearchBar to JSX - @wldcordeiro
- convert ProjectSearch/*.js files to JSX - @aklt
- fix problems introduced in text search - @aklt
- Convert CommandBar to JSX - @darkwing
- Convert modal to jsx - @nyrosmith
- Convert Popover, BrackArrow to JSX - @darkwing
- remove FAQ about not using JSX - @nyrosmith
- Convert Outline to JSX - @zacck
- Update webpack to version 3.3.0 - @zaggy
- Master next - @jasonLaster
- updates 8-1 - @jasonLaster
- readme clarification - @Anzumana
- Removed two unused strings from debugger.properties - @Ronsho
- Bump Yarn - @jasonLaster
- add 8-1 updates to the readme - @jasonLaster
- handle promise rejection - @zaggy
- Exclude integration tests in webpack build - @jasonLaster
- Turn on features - @jasonLaster



