Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 16, 2022
1 parent ddbd521 commit 9616f77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## next
## 0.6.2 (May 16, 2022)

- **[EXPERIMENTAL]** Added new entry points (exports):
- `react-render-tracker/data-client`[data client API](#option-3--data-client-in-a-browser) to interact with React Render Tracker
- `react-render-tracker/headless-browset-client`[an adapter for headless browser frameworks](#option-4--data-client-in-a-headless-browser-framework) which is applied to a page object to get the data client API in the context of the page
- Added warning when non-development version of React is used instead of trying to inspect it and crash
- Bumped rempl to [`1.0.0-alpha.20`](https://github.com/rempl/rempl/releases/tag/v1.0.0-alpha.20)

## 0.6.1 (November 29, 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.1",
"version": "0.6.2",
"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 9616f77

Please sign in to comment.