Skip to content

Latest commit

 

History

History
135 lines (113 loc) · 6.75 KB

File metadata and controls

135 lines (113 loc) · 6.75 KB

April 11th

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</initialize now we show initialize @jbhoosreddy
  • Formatting Functions - We went from showing object functions like close: close(el) to just close(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

UI

Bug Fixes

Infrastructure

Docs

ES6


Window property bucketing

Before After
b-before b-after

Simplified Function Names

fnames