Skip to content

Commit 35cb6da

Browse files
Version Packages (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7652d76 commit 35cb6da

6 files changed

Lines changed: 20 additions & 12 deletions

File tree

.changeset/log-body-button.md

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

.changeset/network-search.md

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

example/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7652d76]
8+
- Updated dependencies [9f59a09]
9+
- lynx-console@0.7.0
10+
311
## 0.0.14
412

513
### Patch Changes

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lynx-console-test",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"type": "module",
55
"scripts": {
66
"build": "rspeedy build",

package/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# lynx-console
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 9f59a09: Add search to the Network panel. The search box matches against the request URL, request/response headers, and request/response bodies. Matching requests auto-expand to the tab that contains the hit, the matched text is highlighted, and the list scrolls to the match. Use the ▲/▼ buttons (or Enter) to jump between matches. Request/response headers are collapsed by default and expand on tap or when a match is inside them.
8+
9+
### Patch Changes
10+
11+
- 7652d76: Add a log button to the request/response body section in the Network panel. Tapping it prints the body to console.log, useful for copying body content via Lynx DevTool in environments where clipboard access is unavailable.
12+
313
## 0.6.1
414

515
### Patch Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lynx-console",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"type": "module",
55
"sideEffects": [
66
"**/*.css"

0 commit comments

Comments
 (0)