Releases: nitin42/react-perf-devtool
Releases · nitin42/react-perf-devtool
react-perf-devtool
31 Aug 12:13
Compare
Sorry, something went wrong.
No results found
registerObserver ( { timeout : 5000 } )
react-perf-devtool
13 Jul 07:33
Compare
Sorry, something went wrong.
No results found
Refactored shared utils for observer hook and extension component (#45 , #46 , #47 ) @adnasa
react-perf-devtool
04 May 05:47
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed error state
Added a closure section in the documentation
react-perf-devtool
19 Dec 16:51
Compare
Sorry, something went wrong.
No results found
Added support for Dark theme in Google Chrome #6 @selbekk
Fixed error state while collecting the measures
Fixed styling issues