Commit Graph

108 Commits

Author SHA1 Message Date
Mike Sawka
4035974a17
update some formatting, add 'default widgets' and remote shell widgets section for custom widgets doc (#1837) 2025-01-24 13:21:03 -08:00
Evan Simkowitz
bce4b6c863
Update preset background example name (#1819) 2025-01-23 16:28:22 -08:00
Evan Simkowitz
8bf90c0a4d
Update windows transparency compat link in config (#1817) 2025-01-23 14:10:31 -08:00
Evan Simkowitz
a0c6694665
Add icons to cards in docsite, adjust md padding (#1816) 2025-01-23 13:54:14 -08:00
Evan Simkowitz
ab99c786e5
Add sharp-solid font to docsite (#1813) 2025-01-23 12:23:24 -08:00
Evan Simkowitz
d76f092fb7
Unpin docusaurus-og commit (#1811)
Too annoying to keep updating the commit, instead I've locked down the
main branch for the docusaurus-og fork.
2025-01-23 00:23:05 -08:00
Mike Sawka
84d4191a9d
ctrl-shift state fix + add new keybindings to docs (#1792) 2025-01-22 09:53:18 -08:00
Evan Simkowitz
2155ec327d
Upgrade Docusaurus and dev dependencies (#1787)
This removes another blocker to full React 19 support, among other
things. It also adds the new `@docusaurus/plugin-svgr` plugin, which is
now required to load SVG assets.

The last blocker to React 19 is `@monaco-editor/react`, which has added
support in its release candidate for 4.7.0 and will hopefully release to
stable soon.
2025-01-21 13:43:05 -08:00
Evan Simkowitz
5ee1f4bbe9
Fix typo in tabs doc (#1780) 2025-01-20 17:20:30 -08:00
Evan Simkowitz
900f4a3ff7
Add tab bar instructions to docsite (#1779)
Adds instructions for using the tab bar, moves tab layout docs to new
location with redirect, adds instructions for magnifying a block, cleans
up intro text.
2025-01-20 15:29:23 -08:00
Evan Simkowitz
1ded7bdd74
Update packageManager to Yarn 4.6.0 (#1729)
Also removes separate package manager declaration in docs package.json
2025-01-14 14:02:37 -08:00
Sylvie Crowe
a3cbcc5a77
Widget Config Magnify (#1689)
Introduces a configuration option to widgets to allow them to magnify on
startup.
2025-01-08 15:02:55 -08:00
Mike Sawka
55f03730bc
add term:allowbracketedpaste, default false (#1688) 2025-01-07 10:55:26 -08:00
Evan Simkowitz
99910f389f
Update roadmap progress (#1670)
also adds links to readme and docsite
2025-01-02 08:51:04 -08:00
Mohammed Zaid R Nadaf
a1f26ba455
window-dimensions and zoom crash fixed (#1652)
fixed issue #1613 partially, 

added window:dimensions as a setting which gives the user to define
dimensions.

fixed the zoom in and out logic to prevent the app from crashing.

Had issues with getting setting zoomfactor in emain-tabview.ts. will fix
it
2024-12-30 07:57:59 -08:00
Evan Simkowitz
cb2cd72cd4
add aliases for electron:dev, electron:start, and docsite:start tasks (#1651) 2024-12-29 10:05:17 -08:00
Evan Simkowitz
93b9432f99
Add support for Google AI models (#1612) 2024-12-27 14:52:38 -05:00
Mike Sawka
c1cf5396bf
add preview:showhiddenfiles to config docs (#1619) 2024-12-24 09:35:13 -08:00
Sylvie Crowe
62a610e3dd
Release notes for v0.10.4 (#1600) 2024-12-20 18:22:15 -08:00
Evan Simkowitz
62dcf1326d
Allow users to close windows without confirming, delete last window (#1598)
Adds `window:savelastwindow` and `window:confirmclose` settings, which
can be used to alter the default window close behavior. Both of these
default to `true` to maintain the existing default behavior.

If `window:savelastwindow` is unset, the same logic will be used as if
the user had more than one window remaining (see below).

If `window:confirmonclose` is unset, the user will no longer be prompted
to confirm if they are closing a window whose workspace has unsaved
changes (the workspace is not named and it has more than one tab).
2024-12-20 14:02:08 -08:00
Mike Sawka
1b8144f452
ignore coderabbit, update for v0.10.3 (#1585) 2024-12-19 18:45:02 -08:00
Mike Sawka
caa98b471c
release notes for v0.10.2 (#1578) 2024-12-19 14:08:51 -08:00
Evan Simkowitz
8262653361
Make all keybindings in docsite have title (#1580) 2024-12-19 13:50:26 -08:00
Mike Sawka
eff12635d7
transparent terminal themes (#1561) 2024-12-19 10:41:28 -08:00
Evan Simkowitz
0925af5300
Add warning when user is running in ARM translation mode (#1560)
Adds warning and docs to let users know when they're running in ARM
translation mode. Also lets them configure to always dismiss if they
don't care.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added a configuration option to dismiss architecture warnings during
application startup.
- Introduced new FAQs addressing ARM64 translation warnings and
instructions for joining beta builds.
- Added platform-specific requirements for macOS, Windows, and Linux in
the getting started documentation.

- **Bug Fixes**
- Enhanced build command flexibility by allowing dynamic command-line
arguments during the build process.

- **Documentation**
- Updated configuration documentation to include the new dismiss
architecture warning key.
- Minor formatting adjustments in FAQs and getting started
documentation.
	- Clarified platform compatibility details in the README.

- **Chores**
- Added a new constant for the dismiss architecture warning
configuration key.
- Introduced a new field for managing architecture warning settings in
the application configuration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-18 19:44:50 -08:00
Sylvie Crowe
9f471cfde6
Better Hotkey Example (#1563)
- adds a more practical example
- moves the examples above this list of allowed keys
- adds the word "Space" as an option for the space character to the docs

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Documentation**
- Updated the configuration documentation for improved clarity and
additional examples.
- Expanded section on customizable global hotkeys with practical
examples.
	- Clarified representation of the space key in allowed key names.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-18 15:57:52 -08:00
Sylvie Crowe
007c2391f1
Shell Example Pictures (#1562)
- adds pictures to the fish and pwsh examples
- reformats some tabs as spaces in the example json
- adds missing brackets around some older json examples
- rewords repetitive parts of the shell examples
2024-12-18 13:15:28 -08:00
Evan Simkowitz
cc6da28032
Add FAQ for WSH outside of Wave (#1558)
Adds FAQ explaining that WSH doesn't work outside of Wave
2024-12-18 08:14:27 -08:00
Sylvie Crowe
410c01cae3
Connections Examples (#1552)
Adds a few examples to the `connections.mdx` file to show:
- hiding a connection
- re-ordering connections
- theming connections
- disabling wsh for a connection
2024-12-18 00:19:15 -08:00
Sylvie Crowe
69bb1d4274
Fish and Pwsh Examples (#1549)
This adds example widgets to the docs for fish and powershell core
(pwsh)
2024-12-17 17:06:34 -08:00
Sylvie Crowe
dbc2be1c1e
Global Hotkey Docs (#1548)
Adds the following changes:
- renames "key:globalhotkey" to "app:globalhotkey"
- adds globalhostkey documentation (especially in regard to what keys are allowed)
- improves the algorithm that converts electron keybindings from wave keybindings
- fixes some regexp problems
2024-12-17 15:25:34 -08:00
Mike Sawka
a06ba64e2f
document markdown font size settings (#1547)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Introduced new configuration options for markdown rendering: 
		- `markdown:fontsize` for normal text size (default 14px).
		- `markdown:fixedfontsize` for code block text size (default 12px).

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-17 14:23:27 -08:00
Evan Simkowitz
0a3dadb628
Add wsh wavepath command for getting Wave paths (#1545) 2024-12-17 14:11:40 -08:00
Evan Simkowitz
18fcab4346
Add term:localshellopts example to docs (#1535)
adds example to avoid confusion and resolve #1522
2024-12-16 16:53:34 -08:00
dependabot[bot]
eb4fb891a8
Bump the dev-dependencies group across 1 directory with 6 updates (#1515)
Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.10.1` | `22.10.2` |
|
[@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types)
| `15.7.13` | `15.7.14` |
| [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.17.0` | `8.18.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`6.0.2` | `6.0.3` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.1.3` | `5.1.4` |


Updates `@types/node` from 22.10.1 to 22.10.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/prop-types` from 15.7.13 to 15.7.14
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types">compare
view</a></li>
</ul>
</details>
<br />

Updates `sass` from 1.82.0 to 1.83.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.83.0</h2>
<p>To install Sass 1.83.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.83.0</h2>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38dbb00db"><code>f38dbb0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a>
from sass/rest-param-comma</li>
<li><a
href="0230ccf851"><code>0230ccf</code></a>
Update pkg/sass_api/CHANGELOG.md</li>
<li><a
href="dd9b106e7e"><code>dd9b106</code></a>
Rename ArgumentInvocation and ArgumentDeclaration</li>
<li><a
href="c45bc70b39"><code>c45bc70</code></a>
Allow a trailing comma after rest parameters and arguments</li>
<li><a
href="219fe67817"><code>219fe67</code></a>
Fix static analysis issues for dart 3.6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li>
<li><a
href="f9eef8105c"><code>f9eef81</code></a>
Fix links to importers in the internal documentation (<a
href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li>
<li><a
href="1b3c7de8d3"><code>1b3c7de</code></a>
Represent rest parameters as properties on Parameter (<a
href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li>
<li><a
href="7a6722cf29"><code>7a6722c</code></a>
Fix the declaration of ReturnRule._returnExpression (<a
href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li>
<li><a
href="1536dc0146"><code>1536dc0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a>
from sass/return</li>
<li><a
href="a74f9c301b"><code>a74f9c3</code></a>
Enable useDefineForClassFields and fix affected TS files. (<a
href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.82.0...1.83.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.17.0 to 8.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.18.0</h2>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on super call
of deprecated constructor (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add
support for &quot;no default&quot; comment (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
<li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX
attribute is deprecated (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] handle more
robustly when multiple <code>toString()</code> declarations are present
for a type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li>
<li><strong>eslint-plugin:</strong>
[use-unknown-in-catch-callback-variable] only flag function literals (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>mdm317</li>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c60dbabd8a"><code>c60dbab</code></a>
chore(release): publish 8.18.0</li>
<li><a
href="4cb2cf86c3"><code>4cb2cf8</code></a>
fix: typescript peer dependency (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.3</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)
(<a
href="d5fb653c15">d5fb653</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18886">#18886</a></li>
<li>fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)
(<a
href="a1dd396da8">a1dd396</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18876">#18876</a></li>
<li>fix: make result interfaces for
<code>ModuleRunnerTransport#invoke</code> more explicit (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>)
(<a
href="a75fc3193d">a75fc31</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18851">#18851</a></li>
<li>fix: merge <code>environments.ssr.resolve</code> with root
<code>ssr</code> config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>)
(<a
href="310433106e">3104331</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18857">#18857</a></li>
<li>fix: no permission to create vite config file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>)
(<a
href="ff47778004">ff47778</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18844">#18844</a></li>
<li>fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)
(<a
href="690a36ffdb">690a36f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18885">#18885</a></li>
<li>fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)
(<a
href="2b5926a0e7">2b5926a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18887">#18887</a></li>
<li>fix(config): make stacktrace path correct when sourcemap is enabled
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)
(<a
href="20fdf210ee">20fdf21</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18833">#18833</a></li>
<li>fix(css): rewrite url when image-set and url exist at the same time
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)
(<a
href="d59efd8dfd">d59efd8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18868">#18868</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>)
(<a
href="5c0223636f">5c02236</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18853">#18853</a></li>
<li>fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)
(<a
href="1b54e506a4">1b54e50</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18852">#18852</a></li>
<li>fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)
(<a
href="88e49aa041">88e49aa</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18837">#18837</a></li>
<li>refactor: fix logic errors found by no-unnecessary-condition rule
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)
(<a
href="ea802f8f8b">ea802f8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18891">#18891</a></li>
<li>chore: fix duplicate attributes issue number in comment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>)
(<a
href="ffee61893c">ffee618</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18860">#18860</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7a0758cbbc"><code>7a0758c</code></a>
release: v6.0.3</li>
<li><a
href="a1dd396da8"><code>a1dd396</code></a>
fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li>
<li><a
href="ea802f8f8b"><code>ea802f8</code></a>
refactor: fix logic errors found by no-unnecessary-condition rule (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li>
<li><a
href="690a36ffdb"><code>690a36f</code></a>
fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li>
<li><a
href="d5fb653c15"><code>d5fb653</code></a>
fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li>
<li><a
href="2b5926a0e7"><code>2b5926a</code></a>
fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li>
<li><a
href="1b54e506a4"><code>1b54e50</code></a>
fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li>
<li><a
href="d59efd8dfd"><code>d59efd8</code></a>
fix(css): rewrite url when image-set and url exist at the same time (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li>
<li><a
href="20fdf210ee"><code>20fdf21</code></a>
fix(config): make stacktrace path correct when sourcemap is enabled (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li>
<li><a
href="88e49aa041"><code>88e49aa</code></a>
fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.1.3 to 5.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.4</h2>
<ul>
<li><strong>fix:</strong> correctly infer the <code>paths</code> root
dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/150">#150</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f58afbc7ec"><code>f58afbc</code></a>
5.1.4</li>
<li><a
href="ece58bf988"><code>ece58bf</code></a>
chore: upgrade typescript</li>
<li><a
href="593a611dce"><code>593a611</code></a>
fix: ensure <code>parseNative</code> result is correctly handled</li>
<li><a
href="eea1c17d0f"><code>eea1c17</code></a>
fix: correctly infer the <code>paths</code> root dir</li>
<li><a
href="34cb651fab"><code>34cb651</code></a>
test: add case for resolving <code>paths</code> from an extended
tsconfig (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/166">#166</a>)</li>
<li><a
href="2d187b9a45"><code>2d187b9</code></a>
chore: upgrade vite &amp; vitest</li>
<li><a
href="a5bb13e9e2"><code>a5bb13e</code></a>
chore: stop using yarn in package.json scripts</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.3...v5.1.4">compare
view</a></li>
</ul>
</details>
<br />


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>
2024-12-16 13:27:58 -08:00
Ikko Eltociear Ashimine
ed3ea4292d
docs: update releasenotes.mdx (#1518)
Relase -> Release
2024-12-14 19:01:27 -08:00
Evan Simkowitz
98548f2df8
Add two more items to release notes (#1505) 2024-12-12 09:54:33 -08:00
Mike Sawka
87ebbdd2f9
updated release notes. date, docs, and links (#1497) 2024-12-11 12:36:57 -08:00
Evan Simkowitz
ed17c76ada
Final workspace doc icon fix, use inline custom icon (#1485) 2024-12-11 10:08:04 -08:00
Mike Sawka
8dbdb4425f
new wsh docs, style updates across the docs site (#1486) 2024-12-10 20:52:10 -08:00
Evan Simkowitz
fd2f2b1ed1
One more try at fixing the SVG for the workspace, fix another syntax error (#1484) 2024-12-10 18:23:48 -08:00
Mike Sawka
aa001bf53d
getting started doc fleshed out (#1483) 2024-12-10 18:20:02 -08:00
Mike Sawka
4fccd71227
minor docs fixups (consistency) (#1480) 2024-12-10 18:03:48 -08:00
Evan Simkowitz
7c76a438b2
Fix workspace icon in docs (#1482) 2024-12-10 17:58:18 -08:00
Evan Simkowitz
1e5626bed3
Make note an info in workspaces doc (#1481) 2024-12-10 17:50:26 -08:00
Evan Simkowitz
c8bcf08fff
Workspace doc, moving around images (#1479)
Also adds missing global keybindings.

Also reorders docs in the sidebar, introduces new mechanisms for
indicating how an img should float in a document, and adds a `<div
style="clear: both">` before every heading.
2024-12-10 17:43:56 -08:00
Mike Sawka
d3d8f9492e
reorganize AI presets, make the other docs consistent (#1477) 2024-12-10 15:57:45 -08:00
Sylvie Crowe
e49480e628
Fix Preview for Uninitialized Connections (#1473)
If a connection had not been previously initialized, selecting it in the
preview dropdown was bug-prone. This ensures the connection is complete
before checking the mimetype and selecting the type of preview.
2024-12-10 15:03:35 -08:00
Sylvie Crowe
9e7293d98a
Docs Updates (#1469)
A couple additions to the release notes and small details added to the
connections.mdx file. Additionally, a new preview photo has been added.
2024-12-10 14:41:35 -08:00
Mike Sawka
6693e66098
fix some docs formatting, link to other parts of the docs (#1471) 2024-12-10 14:29:55 -08:00