This week we added some nice polish to the UI and function search.
We also landed Jest code coverage, which shows us where we need to add additional unit tests.
Special thanks to:
- Ruturaj who helped us improve function search by inferring function names from the variables they're assigned to.
- Sam who fixed a UI nit where the debugger would highlight the previously selected line on open.
and everyone else who helped this week!
@wildskyf, @ruturajv, @clarkbw, @samjwalker, @abhishekg785, @jacobjzhang, @arthur801031, @AnshulMalik, @jasonLaster
- Re-add accordion focus inner style - @jasonLaster
- Stop the previously highlighted line flashing after refreshing the debugger. - @samjwalker
- Add a separate highlight animation for dark theme - @jacobjzhang
function incrementCounter(counter) {
return counter++;
}
const sum = (a, b) => a + b;- Fix table layout for markdown on GitHub - @wildskyf
- Jest coverage - @clarkbw
- [prettier] switch es5 commas - @jasonLaster
- [docs] add table markdown linting - @jasonLaster
- [tests] Fix requiring workers in jest - @jasonLaster
- Fix duplicate locale - @jasonLaster
- broken table fixed - @abhishekg785
- Bump source-map to 2.2.4 - @jasonLaster
- 3rd party docs - @jasonLaster
- Upgrade to flow
0.41- @arthur801031 - Refactor(ES6) components/shared/Dropdown.js - @AnshulMalik

