Skip to content

Commit 76ccd02

Browse files
committed
0.7.8
1 parent 78be478 commit 76ccd02

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## next
1+
## 0.7.8 (March 31, 2025)
22

33
- Fixed location retrieval for evaled code without a `//# sourceURL=...` comment. Although using `eval` is considered an anti-pattern, it is widely used in dev builds by bundlers like webpack and rspack as a module wrapper. When the comment is missing, the call site entry string format in the stack trace changes. This update adds parsing support for such entries in V8 stack traces to ensure correct behavior.
44

5-
## 0.7.7 (February 13, 2023)
5+
## 0.7.7 (February 13, 2025)
66

77
- Fixed crash when React's global devtools hook is defined but `undefined` (#42)
88

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-render-tracker",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"description": "React render tracker – a tool to discover performance issues related to unintended re-renders",
55
"repository": "lahmatiy/react-render-tracker",
66
"license": "MIT",

0 commit comments

Comments
 (0)