We landed some really great previewing features this week.
- Bucket Window Properties - We're grouping default properties so that user properties are on top! @bomsy
- Display popover intelligently - We're showing the preview popup in a position where you'll always be able to see it @AnshulMalik
- Simplify function names - Previously we had highly specific anonymous function names
App.TodoView</initializenow we showinitialize@jbhoosreddy - Formatting Functions - We went from showing object functions like
close: close(el)to justclose(el). @jacobjzhang
We also finished refactoring our components to ES6 classes! Big thanks to @AnshulMalik, @peterschussheim, @irfanhudda.
Thanks to all of the contributors this week: @irfanhudda, @arthur801031, @wldcordeiro, @bomsy, @AnshulMalik, @peterschussheim, @ryanjduffy, @jacobjzhang, @ruturajv, @mquander
- Adding navigation button to Search Input. - @wldcordeiro
- Cleanup ContextMenus - @jasonLaster
- Fixes tabs dropdown button now shown onResize - @AnshulMalik
- style preview popup - @jasonLaster
- Use tooltip for function preview - @AnshulMalik
- add tooltip-gap - @jasonLaster
- Add code folding to the editor - @wldcordeiro
- Variables - Formatting Functions 2 - @jacobjzhang
- Localize search type toggle title - @irfanhudda
- Display popover intelligently - @AnshulMalik
- Simplify function names 2 - @jbhoosreddy
- SecondaryPanes - Align close button on watch expression - @irfanhudda
- FunctionSearch - show index in summary, Fixes #2529 - @ruturajv
- Default props bucket - @bomsy
- Only parse js - @jasonLaster
- Scopes - expanded properties are not updated while stepping - @arthur801031
- Watch Expressions - evaluate expression within the selected scope - @bomsy
- Expression actions tests - @bomsy
- bump some libs - @jasonLaster
- Fix/lint staged prettier - @bomsy
- Extract source editor - @jasonLaster
- FixWTR - @jasonLaster
- Move editor utils to devtools-core - @jasonLaster
- Fix breakage in Chrome initialization logic - @mquander
- Convert ResultList to es6 class - @irfanhudda
- Es6 autocomplete - @jasonLaster
- Convert parser to es6 - @jasonLaster
- Refactor/editor/HitMarker - @peterschussheim
- Convert ConditionalPanel, EditorMenu, GutterMenu to es module - @irfanhudda
- Convert Editor/Editor to ES6 class - @ryanjduffy
- Convert Accordion, ManagedTree, and ObjectInspector to ES6 classes - @ryanjduffy
- Convert SearchBar to es6 - @AnshulMalik
- Convert WelcomeBox to ES6 class - @wldcordeiro
- Convert Editor/index.js to es6 module - @AnshulMalik
- Convert Editor/shared/ to es6 module - @AnshulMalik
| Before | After |
|---|---|
![]() |
![]() |


