Skip to content

Commit 95fa3d4

Browse files
shakyShanegithub-actions[bot]
authored andcommitted
Release build 7.26.0 [ci release]
1 parent 2a79e49 commit 95fa3d4

File tree

47 files changed

+1227
-342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1227
-342
lines changed

.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ignoreFiles": ["build/**/*.css", "Sources/**/*.css", "docs/**/*.css", "special-pages/pages/**/*/dist/*.css"],
55
"rules": {
66
"csstree/validator": {
7-
"ignoreProperties": ["text-wrap"]
7+
"ignoreProperties": ["text-wrap", "view-transition-name"]
88
},
99
"alpha-value-notation": null,
1010
"at-rule-empty-line-before": null,

CHANGELOG.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
- history: windows fonts (#1542)
2-
- history: translations (#1527)
3-
- history: include 'count' for ranges (#1541)
4-
- build(deps-dev): bump rollup from 4.34.8 to 4.34.9 in the rollup group (#1526)
5-
- chore: add deep to codeowners (#1538)
6-
- history: scrollbars (#1536)
7-
- history: use double-click for opening links (#1534)
8-
- history: reset to default query following delete (#1533)
1+
- ntp: fix layout of RMF widget on older macOS (#1548)
2+
- build(deps): bump @rive-app/canvas-single from 2.26.3 to 2.26.4 (#1532)
3+
- history: support clicks anywhere to deselect (#1546)
4+
- history: error boundary (#1544)
5+
- history: add 'source' for each query (#1543)

Sources/ContentScopeScripts/dist/pages/history/dist/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ body {
299299
grid-area: header;
300300
padding-left: var(--main-padding-left);
301301
padding-right: var(--main-padding-right);
302+
view-transition-name: header;
303+
z-index: 1;
304+
background-color: var(--history-background-color);
302305
}
303306
.App_search {
304307
justify-self: flex-end;
@@ -343,6 +346,12 @@ body {
343346
background-color: var(--history-background-color);
344347
height: 2px;
345348
}
349+
.App_paddedError {
350+
padding: 1rem;
351+
}
352+
.App_paddedErrorRecovery {
353+
margin-top: 1rem;
354+
}
346355

347356
/* pages/history/app/components/Header.module.css */
348357
.Header_root {

0 commit comments

Comments
 (0)