Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jun 9, 2023
1 parent 3902ad1 commit d2e7901
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## next
## 0.7.3 (June 9, 2023)

- Added `StrictMode` capturing and displaying in components tree
- Fixed capturing component owner in some cases
- Fixed tracking for `useSyncExternalStorage` hook usage that may lead to infinite updates loop
- Fixed tracking for `useSyncExternalStorage` hook usage that may lead to infinite updates loop (#35)

## 0.7.2 (June 7, 2023)

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.7.2",
"version": "0.7.3",
"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 d2e7901

Please sign in to comment.