Skip to content

Releases: nitin42/react-perf-devtool

react-perf-devtool

31 Aug 12:13
Compare
Choose a tag to compare
  • Fixed an issue where extension was not rendering the measures

  • A new timeout value can be passed to the registerObserver callback to defer the initialisation of extension (Fixes #51)

registerObserver({ timeout: 5000 })

react-perf-devtool

13 Jul 07:33
Compare
Choose a tag to compare
  • Refactored shared utils for observer hook and extension component (#45, #46, #47 ) @adnasa

react-perf-devtool

04 May 05:47
Compare
Choose a tag to compare
  • Added Typescript definitions for observer @Weffe

  • Refactored getMeasures and added logMeasures.test.js @adnasa

  • Updated incorrect example in docs @tselishev-semen

react-perf-devtool

19 Feb 06:35
Compare
Choose a tag to compare

Some minor changes -

  • Updated to use ES6 imports
  • Updated syntax for registering the observer.

Earlier

const registerObserver = require('react-perf-devtool')

registerObserver()

Current

const { registerObserver } = require('react-perf-devtool')

registerObserver()
  • Updated documentation
  • Fixed #19 in create-react-app
  • Fixed broken tests

react-perf-devtool

22 Jan 13:13
Compare
Choose a tag to compare
  • Fixed a bug where the devtool used to give an error when the page was reloaded.

  • Fixed a bug where the error message showed total event count even when nothing was calculated.

  • Added documentation link in the devtool

  • New design (#20)

  • New loading screen (#20)

  • Better theme support

react-perf-devtool

26 Dec 16:49
Compare
Choose a tag to compare
  • Restructured the project
  • Added support for printing the measures to the console
  • Use Performance Observer API (#11 )
  • No more commenting the line in react-dom cjs bundle file (#3, #10)
  • Added more test
  • New documentation
  • Bug fixes in devtool UI

react-perf-devtool

22 Dec 07:43
Compare
Choose a tag to compare
  • Fixed error state
  • Added a closure section in the documentation

react-perf-devtool

19 Dec 16:51
Compare
Choose a tag to compare
  • Added support for Dark theme in Google Chrome #6 @selbekk
  • Fixed error state while collecting the measures
  • Fixed styling issues