Skip to content

Commit 6c2008d

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.1.0 [skip ci]
1 parent ae52085 commit 6c2008d

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 1.1.0 (2022-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* capturing not stop after devtools being closed in capturing state ([9b3d645](https://github.com/opensumi/devtools/commit/9b3d645ffbd4306ab20328ab047c8bf8a8b47302))
7+
* rjv collapse property not work as expected ([cc330b1](https://github.com/opensumi/devtools/commit/cc330b19dde10fa74472c5cff2214c32617e9195))
8+
* scroll bar covered by rt-handle ([63b7f03](https://github.com/opensumi/devtools/commit/63b7f03e618d76c979034260fb7e4b2a755698f3))
9+
10+
11+
### Features
12+
13+
* add filter ([dcec1aa](https://github.com/opensumi/devtools/commit/dcec1aa0143dc1dc5e27aa1942859224a4cc4a65))
14+
* add toolbar icons ([5c8a60f](https://github.com/opensumi/devtools/commit/5c8a60f7d56ff8aa224c454de77667f1f1e2de14))
15+
* capture onRequestResult ([4de680b](https://github.com/opensumi/devtools/commit/4de680b67e4a77652258f05cac4f06e69ba72edf))
16+
* detect __OPENSUMI_DEVTOOLS_GLOBAL_HOOK__ to decide if create the panel ([a2bfd69](https://github.com/opensumi/devtools/commit/a2bfd697b6971c82404f8992f8c53be872a8bc11))
17+
* full filters ([8a901fa](https://github.com/opensumi/devtools/commit/8a901fa5b9ff84e8f5cba791617f53a2144370d1))
18+
* grid columns ([f86a5be](https://github.com/opensumi/devtools/commit/f86a5bef701a17b5d3d25c24347ee86b00f8e541))
19+
* json parsed view ([0e0f374](https://github.com/opensumi/devtools/commit/0e0f374c70dbb00cc5764138daf1ffd3f57d1845))
20+
* multiple tabs & react-data-grid & toggled autoScroll ([a250e66](https://github.com/opensumi/devtools/commit/a250e665efcb75375b8a5f4962f123551e013264))
21+
* netspeed view ([81e0a4f](https://github.com/opensumi/devtools/commit/81e0a4fdae1008ff1952413963a918e37fa973a4))
22+
* network latency view ([7a4a14c](https://github.com/opensumi/devtools/commit/7a4a14cb50a7ec2debddb9df3e3c99b8c504246c))
23+
* reactive ui ([c6ccdbc](https://github.com/opensumi/devtools/commit/c6ccdbcb67220431d40d42889b5d4c0454372f28))
24+
25+
26+

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensumi-devtools",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "module",
55
"description": "A Chrome DevTools Extension for OpenSumi.",
66
"license": "MIT",
@@ -68,4 +68,4 @@
6868
"webpack-cli": "^4.9.2",
6969
"webpack-dev-server": "^4.3.1"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)