Skip to content

0.12.0

Compare
Choose a tag to compare
@alexreardon alexreardon released this 12 Aug 03:35
· 204 commits to master since this release

New

  • Can now filter which task groups you want to run #40 #45. Thanks @nickpresta!
  • Task to count the amount of react fiber nodes #42. Thanks @lorvsso!
  • Task to record how long an initial render takes with all following paint tasks completed #39. Thanks @wbinnssmith for the suggestion!

Screen Shot 2020-08-12 at 2 59 37 pm

Other

  • Fix: Fixing incorrect difference value in expanded static result view. Thanks @Juntao-Qiu!
  • Improvement: Cleaner output in local storage for pinned values #47

Note: pinned results from previous versions of this addon will not be compatible with this version. We changed the format of the output to be a bit more future proof. Our old format used the task index as it's unique identifier which prevented us from reordering the task list or adding new tasks into the existing list (we could only add new tasks to the end of the existing task list)