mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
ced3d73111
293 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Evan Simkowitz
|
ced3d73111
|
Update to Yarn 4.5.1 (#1286) | ||
wave-builder[bot]
|
0fcc39c105
|
chore: bump package version to 0.9.2 | ||
wave-builder[bot]
|
8734207845
|
chore: bump package version to 0.9.2-beta.2 | ||
wave-builder[bot]
|
86a83cb290
|
chore: bump package version to 0.9.2-beta.1 | ||
wave-builder[bot]
|
f0a2d21c07
|
chore: bump package version to 0.9.2-beta.0 | ||
dependabot[bot]
|
469221a5b2
|
Bump electron from 33.0.2 to 33.2.0 in the electron group across 1 directory (#1233)
Bumps the electron group with 1 update in the / directory: [electron](https://github.com/electron/electron). Updates `electron` from 33.0.2 to 33.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v33.2.0</h2> <h1>Release Notes for v33.2.0</h1> <h2>Features</h2> <ul> <li>Added GPU accelerated shared texture offscreen rendering. <a href="https://redirect.github.com/electron/electron/pull/44511">#44511</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 130.0.6723.118. <a href="https://redirect.github.com/electron/electron/pull/44591">#44591</a></li> </ul> <h2>electron v33.1.0</h2> <h1>Release Notes for v33.1.0</h1> <h2>Features</h2> <ul> <li>Added <code>WebFrameMain.detached</code> for frames in an unloading state. <ul> <li>Added <code>WebFrameMain.isDestroyed()</code> to determine if a frame has been destroyed.</li> <li>Fixed <code>webFrameMain.fromId(processId, frameId)</code> returning a <code>WebFrameMain</code> instance which doesn't match the given parameters when the frame is unloading. <a href="https://redirect.github.com/electron/electron/pull/44209">#44209</a></li> </ul> </li> </ul> <h2>Fixes</h2> <ul> <li>Fixed an issue where <code>EventSource</code> was <code>undefined</code> in both renderer and worker processes when Node.js integration was enabled. <a href="https://redirect.github.com/electron/electron/pull/44496">#44496</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44497">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44495">34</a>)<!-- raw HTML omitted --></li> <li>Fixed crash when network process terminates while a net log is running. <a href="https://redirect.github.com/electron/electron/pull/44420">#44420</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44421">31</a>, <a href="https://redirect.github.com/electron/electron/pull/44419">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44418">34</a>)<!-- raw HTML omitted --></li> <li>Fixed crash when rendering super menu accelerator on linux. <a href="https://redirect.github.com/electron/electron/pull/44520">#44520</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44346">34</a>)<!-- raw HTML omitted --></li> <li>Fixed external window focus when using shell.openExternal. <a href="https://redirect.github.com/electron/electron/pull/44468">#44468</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44469">34</a>)<!-- raw HTML omitted --></li> <li>Fixed regression with dynamic dependency on <code>libgdk_pixbuf</code>. <a href="https://redirect.github.com/electron/electron/pull/44436">#44436</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44437">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44438">34</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Performance improvements when processing microtasks. <a href="https://redirect.github.com/electron/electron/pull/44473">#44473</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/44472">32</a>, <a href="https://redirect.github.com/electron/electron/pull/44471">34</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 130.0.6723.91. <a href="https://redirect.github.com/electron/electron/pull/44477">#44477</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
2302208d21
|
Bump the dev-dependencies group with 4 updates (#1234)
Bumps the dev-dependencies group with 4 updates: [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy), [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases), [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) and [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types). Updates `vite-plugin-static-copy` from 2.0.0 to 2.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sapphi-red/vite-plugin-static-copy/releases">vite-plugin-static-copy's releases</a>.</em></p> <blockquote> <h2>vite-plugin-static-copy@2.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/133">#133</a> <a href=" |
||
Evan Simkowitz
|
edb3290349
|
Move docsite to main repo (#1204)
## Summary We are moving our docsite to this repo for better coordination. ## What's changed? - The docsite codebase is now in docs/ - The docsite will replace storybook as the published GitHub Pages site for this repo - Storybook will now be hosted at https://docs.waveterm.dev/storybook - A new CI workflow will validate any changes to Storybook or the docsite - A combined CD workflow will build and deploy Storybook and the docsite as a single artifact - The Build Helper workflow will now build an embedded version of the docsite before building the app, ensuring the docsite version it has is always the latest |
||
dependabot[bot]
|
699b413aad
|
Bump the dev-dependencies group across 1 directory with 11 updates (#1201)
Bumps the dev-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.13.0` | `9.14.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.0` | `22.8.7` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.12` | `8.5.13` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.1.3` | `2.1.4` | | [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` | | [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.11.0` | `8.13.0` | | [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.2.0` | `4.3.0` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.0.1` | `5.1.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` | Updates `@eslint/js` from 9.13.0 to 9.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <h2>Features</h2> <ul> <li><a href=" |
||
dependabot[bot]
|
0aa2f71a74
|
Bump the prod-dependencies group across 1 directory with 5 updates (#1197)
Bumps the prod-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.25` | `0.26.27` | | [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` | | [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` | `5.2.3` | | [remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert) | `1.2.1` | `1.3.0` | | [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0` | Updates `@floating-ui/react` from 0.26.25 to 0.26.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.27</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): ignore Home/End key press for typeable combobox references</li> <li>fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code> on floating close</li> <li>fix(inner): use list ref length for fallback detection</li> <li>fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element. ⚠️ an always-<code>null</code> value will never render a portal node as this indicates it's waiting for an element; it must be <code>undefined</code></li> </ul> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.26</h2> <h3>Patch Changes</h3> <ul> <li>fix(useFloating): access <code>domReference</code> instead of <code>reference</code></li> <li>feat(FloatingFocusManager): specify element to return focus to</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>0.26.27</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): ignore Home/End key press for typeable combobox references</li> <li>fix(useListNavigation): ensure submenu references are set as <code>virtualItemRef</code> on floating close</li> <li>fix(inner): use list ref length for fallback detection</li> <li>fix(FloatingPortal): allow <code>root</code> to be reactive from <code>null</code> to an element</li> </ul> <h2>0.26.26</h2> <h3>Patch Changes</h3> <ul> <li>fix(useFloating): access <code>domReference</code> instead of <code>reference</code></li> <li>feat(FloatingFocusManager): specify element to return focus to</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Mike Sawka
|
36fdb715d3
|
add prop-types dependency (#1200) | ||
dependabot[bot]
|
c75f9f7aba
|
Bump the storybook group with 10 updates (#1183)
Bumps the storybook group with 10 updates: | Package | From | To | | --- | --- | --- | | [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `3.1.0` | `3.2.2` | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.3.6` | `8.4.1` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.6` | `8.4.1` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.6` | `8.4.1` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.3.6` | `8.4.1` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.6` | `8.4.1` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.3.6` | `8.4.1` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.3.6` | `8.4.1` | | [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.3.6` | `8.4.1` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.6` | `8.4.1` | Updates `@chromatic-com/storybook` from 3.1.0 to 3.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/releases"><code>@chromatic-com/storybook</code>'s releases</a>.</em></p> <blockquote> <h2>v3.2.2</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Fix dependencies to support Storybook >=<code>8.2.0</code> explicitly <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a> (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Jeppe Reinhold (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <h2>v3.2.1</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Prevent running tests from Testing Module while there's a warning <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h2>v3.2.0</h2> <h4>🚀 Enhancement</h4> <ul> <li>Allow any version of Storybook in <code>peerDependencies</code> <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/main/CHANGELOG.md"><code>@chromatic-com/storybook</code>'s changelog</a>.</em></p> <blockquote> <h1>v3.2.2 (Thu Oct 31 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Fix dependencies to support Storybook >=<code>8.2.0</code> explicitly <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a> (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Jeppe Reinhold (<a href="https://github.com/JReinhold"><code>@JReinhold</code></a>)</li> </ul> <hr /> <h1>v3.2.1 (Wed Oct 30 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Prevent running tests from Testing Module while there's a warning <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <hr /> <h1>v3.2.0 (Mon Oct 28 2024)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Allow any version of Storybook in <code>peerDependencies</code> <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
a7ddd39ad6
|
Bump @types/electron from 1.6.10 to 1.6.12 in the electron group (#1185)
Bumps the electron group with 1 update: [@types/electron](https://github.com/DefinitelyTyped/DefinitelyTyped). Updates `@types/electron` from 1.6.10 to 1.6.12 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/electron&package-manager=npm_and_yarn&previous-version=1.6.10&new-version=1.6.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
wave-builder[bot]
|
6ed812c8ea
|
chore: bump package version to 0.9.1 | ||
wave-builder[bot]
|
5cec4f0c54
|
chore: bump package version to 0.9.1-beta.3 | ||
wave-builder[bot]
|
e7f906c5d1
|
chore: bump package version to 0.9.1-beta.2 | ||
wave-builder[bot]
|
694845066b
|
chore: bump package version to 0.9.1-beta.1 | ||
wave-builder[bot]
|
0f1d497287
|
chore: bump package version to 0.9.1-beta.0 | ||
wave-builder[bot]
|
b56d154c13
|
chore: bump package version to 0.9.0 | ||
wave-builder[bot]
|
ee348d9fad
|
chore: bump package version to 0.9.0-beta.6 | ||
wave-builder[bot]
|
fb750e53ba
|
chore: bump package version to 0.9.0-beta.5 | ||
wave-builder[bot]
|
4d013bd68f
|
chore: bump package version to 0.9.0-beta.4 | ||
wave-builder[bot]
|
2f5837b0f6
|
chore: bump package version to 0.9.0-beta.3 | ||
Red J Adaya
|
55c8e5a213
|
workspace switcher + new elements (in storybook) (#1148) | ||
wave-builder[bot]
|
e235f563f1
|
chore: bump package version to 0.9.0-beta.2 | ||
wave-builder[bot]
|
2d113a966c
|
chore: bump package version to 0.9.0-beta.1 | ||
wave-builder[bot]
|
0b74d72cfd
|
chore: bump package version to 0.9.0-beta.0 | ||
Evan Simkowitz
|
da57427e8c
|
Merge branch 'main' into dev-v0.9 | ||
Evan Simkowitz
|
ba3b87a2d3
|
Make @types/color a dev-dependency (#1142) | ||
Evan Simkowitz
|
e9fcb9b145
|
Merge branch 'main' into dev-v0.9 | ||
dependabot[bot]
|
f903026637
|
Bump the prod-dependencies group with 2 updates (#1140) | ||
dependabot[bot]
|
4ffc734747
|
Bump electron from 33.0.1 to 33.0.2 in the electron group (#1141) | ||
dependabot[bot]
|
c010e859fe
|
Bump @chromatic-com/storybook from 2.0.2 to 3.1.0 in the storybook group (#1139) | ||
dependabot[bot]
|
92546039a4
|
Bump the dev-dependencies group with 7 updates (#1138) | ||
sawka
|
e1d538ed8b | merge v0.8.13 changes | ||
wave-builder[bot]
|
4bf0f725f7
|
chore: bump package version to 0.8.13 | ||
wave-builder[bot]
|
41583a3c3b
|
chore: bump package version to 0.8.13-beta.3 | ||
wave-builder[bot]
|
6377adae0f
|
chore: bump package version to 0.8.13-beta.2 | ||
wave-builder[bot]
|
6fa0170ebe
|
chore: bump package version to 0.8.13-beta.1 | ||
wave-builder[bot]
|
916f7ba15c
|
chore: bump package version to 0.8.13-beta.0 | ||
sawka
|
cf1b082c10 | Merge remote-tracking branch 'origin/main' into dev-v0.9 | ||
Evan Simkowitz
|
33f05c6e0c
|
Update data and config paths to match platform defaults (#1047)
Going forward for new installations, config and data files will be stored at the platform default paths, as defined by [env-paths](https://www.npmjs.com/package/env-paths). For backwards compatibility, if the `~/.waveterm` or `WAVETERM_HOME` directory exists and contains valid data, it will be used. If this check fails, then `WAVETERM_DATA_HOME` and `WAVETERM_CONFIG_HOME` will be used. If these are not defined, then `XDG_DATA_HOME` and `XDG_CONFIG_HOME` will be used. Finally, if none of these are defined, the [env-paths](https://www.npmjs.com/package/env-paths) defaults will be used. As with the existing app, dev instances will write to `waveterm-dev` directories, while all others will write to `waveterm`. |
||
dependabot[bot]
|
d1018e852e
|
Bump the electron group with 2 updates (#1063)
Bumps the electron group with 2 updates: [electron](https://github.com/electron/electron) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). Updates `electron` from 32.2.0 to 33.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v33.0.1</h2> <h1>Release Notes for v33.0.1</h1> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 130.0.6723.59. <a href="https://redirect.github.com/electron/electron/pull/44271">#44271</a></li> </ul> <h2>electron v33.0.0</h2> <h1>Release Notes for 33.0.0</h1> <h2>Stack Upgrades</h2> <ul> <li>Chromium <code>130.0.6723.44</code> <ul> <li><a href="https://developer.chrome.com/blog/new-in-chrome-130/">New in 130</a></li> <li><a href="https://developer.chrome.com/blog/new-in-chrome-129/">New in 129</a></li> </ul> </li> <li>Node <code>20.18.0</code> <ul> <li><a href="https://nodejs.org/en/blog/release/v20.18.0/">Node 20.18.0 blog post</a></li> <li><a href="https://nodejs.org/en/blog/release/v20.17.0/">Node 20.17.0 blog post</a></li> </ul> </li> <li>V8 <code>13.0</code></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Deprecated usage of <code>textured</code> BrowserWindow <code>type</code> option on macOS. <a href="https://redirect.github.com/electron/electron/pull/43133">#43133</a></li> <li>Custom protocol URLs that use Windows file paths will no longer work correctly with the deprecated <code>protocol.registerFileProtocol</code> and the <code>baseURLForDataURL</code> property on <code>BrowserWindow.loadURL</code>, <code>WebContents.loadURL</code>, and <code><webview>.loadURL</code>. <a href="https://redirect.github.com/electron/electron/pull/43977">#43977</a></li> </ul> <h2>Features</h2> <h3>Additions</h3> <ul> <li>Added a handler, <code>app.setClientCertRequestPasswordHandler(handler)</code>, to help unlock cryptographic devices when a PIN is needed. <a href="https://redirect.github.com/electron/electron/pull/41205">#41205</a></li> <li>Added error event in utility process to support diagnostic reports on V8 fatal errors. <a href="https://redirect.github.com/electron/electron/pull/43997">#43997</a></li> <li>Added <code>View.setBorderRadius(radius)</code> for customizing the border radius of views—with compatibility for <code>WebContentsView</code>. <a href="https://redirect.github.com/electron/electron/pull/42320">#42320</a></li> <li>Added Linux support for the Windows Control Overlay API. <a href="https://redirect.github.com/electron/electron/pull/41769">#41769</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42683">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42682">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42681">32</a>)<!-- raw HTML omitted --></li> <li>Added support for the macOS system picker in <code>desktopCapturer</code> and <code>setDisplayMediaRequestHandler</code>. <a href="https://redirect.github.com/electron/electron/pull/43680">#43680</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43679">32</a>)<!-- raw HTML omitted --></li> <li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>, <code>DownloadItem.getPercentComplete()</code>, <code>DownloadItem.getEndTime()</code>. <a href="https://redirect.github.com/electron/electron/pull/42805">#42805</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42914">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42915">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42913">32</a>)<!-- raw HTML omitted --></li> <li>Added a new property <code>prefersReducedTransparency</code> to <code>nativeTheme</code>, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. <a href="https://redirect.github.com/electron/electron/pull/42862">#42862</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43138">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43137">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43024">32</a>)<!-- raw HTML omitted --></li> <li>Added support for responding to auth requests initiated from utility process via <code>app#login</code> event. <a href="https://redirect.github.com/electron/electron/pull/42631">#42631</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43317">32</a>)<!-- raw HTML omitted --></li> </ul> <h3>Improvements</h3> <ul> <li>Extended <code>navigationHistory</code> API with 2 new functions for better history management. <a href="https://redirect.github.com/electron/electron/pull/42014">#42014</a></li> <li>Ensured that the <code>sender-id</code> hint is set when creating desktop notifications on DBus. <a href="https://redirect.github.com/electron/electron/pull/43949">#43949</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43951">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43950">32</a>)<!-- raw HTML omitted --></li> <li>Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. <a href="https://redirect.github.com/electron/electron/pull/42561">#42561</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43162">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42994">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42993">32</a>)<!-- raw HTML omitted --></li> <li>Enabled zstd compression in net http requests. <a href="https://redirect.github.com/electron/electron/pull/43150">#43150</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43301">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43300">32</a>)<!-- raw HTML omitted --></li> <li>Expose <code>systemPreferences</code> to <code>utilityProcess</code>. <a href="https://redirect.github.com/electron/electron/pull/42203">#42203</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42600">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42598">31</a>, <a href="https://redirect.github.com/electron/electron/pull/42599">32</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed a build failure when the <code>enable_plugins</code> build flag is false. <a href="https://redirect.github.com/electron/electron/pull/44025">#44025</a></li> <li>Fixed mouse cursor turning into loading spinner when starting utility process on Windows. <a href="https://redirect.github.com/electron/electron/pull/43731">#43731</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Evan Simkowitz
|
26e389776b
|
Revert "Revert "Bump the prod-dependencies group with 2 updates"" (#1075)
Reverts wavetermdev/waveterm#1071 |
||
Evan Simkowitz
|
abb7c98d56
|
Revert "Revert "Bump the dev-dependencies group with 6 updates"" (#1076)
Reverts wavetermdev/waveterm#1070 |
||
wave-builder[bot]
|
98400fe6fc
|
chore: bump package version to 0.8.12 | ||
wave-builder[bot]
|
a2beb1e9ad
|
chore: bump package version to 0.8.12-beta.5 | ||
Evan Simkowitz
|
6045c1f428
|
Revert "Bump the dev-dependencies group with 6 updates" (#1070)
Reverts wavetermdev/waveterm#1060, Will reapply after 0.8.12 |
||
Evan Simkowitz
|
205d33e7f5
|
Revert "Bump the prod-dependencies group with 2 updates" (#1071)
Reverts wavetermdev/waveterm#1062, Will reapply after 0.8.12 |
||
dependabot[bot]
|
447e9b7370
|
Bump the prod-dependencies group with 2 updates (#1062)
Bumps the prod-dependencies group with 2 updates: [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) and [yaml](https://github.com/eemeli/yaml). Updates `@floating-ui/react` from 0.26.24 to 0.26.25 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.26.25</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): handle virtual nested Home/End key press</li> <li>fix(useHover): ignore insignificant movement when resetting <code>restMs</code></li> <li>fix(useListNavigation): ignore duplicate arrow navigation when composing</li> <li>feat(useDelayGroup): add <code>enabled</code> option</li> <li>fix(useDismiss): handle IME keydown events on Escape</li> <li>fix(inner): round <code>max-height</code> only if not scrollable</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>0.26.25</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): handle virtual nested Home/End key press</li> <li>fix(useHover): ignore insignificant movement when resetting <code>restMs</code></li> <li>fix(useListNavigation): ignore duplicate arrow navigation when composing</li> <li>feat(useDelayGroup): add <code>enabled</code> option</li> <li>fix(useDismiss): handle IME keydown events on Escape</li> <li>fix(inner): round <code>max-height</code> only if not scrollable</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |