Skip to content

Commit b297f39

Browse files
committed
0.7.1
1 parent 2de097d commit b297f39

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
- Added selecting a component on the page (#31)
44
- Added DOM elements highlighting of a component on hover in component's tree (#31)
5-
- Added displaying a list of detected unsupported renderers on the React renderer connection waiting screen. This should help figure out why a React can't be connected.
5+
- Added capturing and displaying host components (DOM elements for `react-dom`) and portals
66
- Added ancestors section in component's details panel
7+
- Added displaying a list of detected unsupported renderers on the React renderer connection waiting screen. This should help figure out why a React can't be connected.
8+
- (experimental) Considered `production` and `profiling` React builds as partially functional, i.e. RRT works but some data might is not capturing (e.g. a component owner and most of update triggers)
79
- Fixed memory leaks related to keeping unmounted fibers by RRT internal dictionaries
810
- Fixed navigation when a fiber is pinned
911
- Removed "Blocking mode" mark for a render root as outdated
10-
- Considered `production` and `profiling` React builds as partially functional, i.e. RRT works but some data is not capturing
1112
- Added `dist` files to `exports`
1213
- Reworked `headless-browser-client` build to provide a standalone bundles
1314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ React Render Tracker (RRT) presents component’s tree state over the time and a
88

99
[React Render Tracker v0.6 – Overview & Instructions](https://www.icloud.com/keynote/0bBreStPiyDi5wJVTFoqpoPeA#React_Render_Tracker_overview) ([PDF version](https://github.com/lahmatiy/react-render-tracker/files/7963996/React.Render.Tracker.overview.rev.nov.23.2021.pdf))
1010

11-
Supported: React v16.9+ (development bundle only, see [issue #25](https://github.com/lahmatiy/react-render-tracker/issues/25))
11+
Supported: React v16.9+ (fully functional for a React development build, for build & production builds is not capturing some data, see [issue #25](https://github.com/lahmatiy/react-render-tracker/issues/25))
1212

1313
> STATUS: MVP / proof of concept
1414
>

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.0",
3+
"version": "0.7.1",
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)