Skip to content

Commit 3ef3bc2

Browse files
Version Packages
1 parent fb47b3c commit 3ef3bc2

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/design-polish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/virtualization.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`6e5ebba`](https://github.com/preactjs/preact-devtools/commit/6e5ebba9c29c04eded51e92996baf82e0de207c9) [#238](https://github.com/preactjs/preact-devtools/pull/238) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Align font-sizes with native browser devtools and fix component name "pushing" sidebar layout.
8+
9+
* [`74e7edc`](https://github.com/preactjs/preact-devtools/commit/74e7edc6a77234abcb8ae4be5aa469362d899210) [#242](https://github.com/preactjs/preact-devtools/pull/242) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Improve Tree view performance by using virtualization. This way the Tree view stays smooth, regardless of how many components are rendered of the page. This was tested with 7.000 components in a real world app.
10+
311
## 1.1.0
412

513
- Add new "Statistics" tab to collect renderer statistics (#230, thanks @marvinhagemeister)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-devtools",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Preact Devtools Extension",
55
"main": "dist/preact-devtools.js",
66
"module": "dist/preact-devtools.module.js",

0 commit comments

Comments
 (0)