Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jun 6, 2023
1 parent 2de097d commit b297f39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

- Added selecting a component on the page (#31)
- Added DOM elements highlighting of a component on hover in component's tree (#31)
- 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.
- Added capturing and displaying host components (DOM elements for `react-dom`) and portals
- Added ancestors section in component's details panel
- 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.
- (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)
- Fixed memory leaks related to keeping unmounted fibers by RRT internal dictionaries
- Fixed navigation when a fiber is pinned
- Removed "Blocking mode" mark for a render root as outdated
- Considered `production` and `profiling` React builds as partially functional, i.e. RRT works but some data is not capturing
- Added `dist` files to `exports`
- Reworked `headless-browser-client` build to provide a standalone bundles

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ React Render Tracker (RRT) presents component’s tree state over the time and a

[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))

Supported: React v16.9+ (development bundle only, see [issue #25](https://github.com/lahmatiy/react-render-tracker/issues/25))
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))

> STATUS: MVP / proof of concept
>
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.0",
"version": "0.7.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 b297f39

Please sign in to comment.