Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 29, 2021
1 parent ec790ee commit 691fba8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## next
## 0.6.1 (November 29, 2021)

- Added an events loading pause button
- Fixed tree traversal after a leaf deletion, i.e. on event log reset
- Changed events loading behaviour to avoid a commit's events splitting across loading data chunks
- Fixed tree traversal after a leaf deletion, i.e. on event log reset (#20)

## 0.6.0 (November 16, 2021)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-render-tracker",
"version": "0.6.0",
"version": "0.6.1",
"description": "React render tracker – a tool to discover performance issues related to unintended re-renders",
"repository": "lahmatiy/react-render-tracker",
"license": "MIT",
Expand Down

0 comments on commit 691fba8

Please sign in to comment.