Skip to content

Commit d3a2b60

Browse files
authored
Merge pull request #412 from tkskto/develop
v0.10.0
2 parents 7ae55cb + cc41c89 commit d3a2b60

File tree

9 files changed

+444
-477
lines changed

9 files changed

+444
-477
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x]
16+
node-version: [20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# publish for npm package.
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '18.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: |
1717
npm ci

CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Fixes
6+
7+
* set pre style for overflow contents
8+
9+
### Chores
10+
11+
* \#397 express to v5
12+
* \#398 node to v22 (And dropped v18.x)
13+
* \#402 typescript-eslint monorepo to v8.32.1
14+
* \#405 ws to v8.18.2
15+
* \#409 get-tsconfig to v4.10.1
16+
317
## 0.9.1
418

519
### Fixes

dist/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ header {
110110
word-break: break-all;
111111
z-index: 1;
112112
background-color: #293D52;
113+
max-width: 100%;
113114
}
114115
.js .filename {
115116
border: 1px solid #ffff00;
@@ -138,6 +139,7 @@ summary {
138139
background-color: #333;
139140
padding: 4px 8px 6px;
140141
border-radius: 4px;
142+
overflow-x: auto;
141143
}
142144
.file__meta {
143145
display: block;

0 commit comments

Comments
 (0)