Skip to content

chore: clarify officially supported version #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ After installing you will see a new tab in Developer Tools. This tab displays a

The `svelte-devtools` extension requires your Svelte application to be compiled with the `dev` option set to `true`. If you're using [SvelteKit](https://kit.svelte.dev/), this is done automatically, outside of that you will need to set it manually.

This extension officially supports Svelte 4.0 and above.
This extension officially supports Svelte version `^4.0.0`.

## Development

Expand Down
2 changes: 1 addition & 1 deletion workspace/extension/src/routes/ConnectMessage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p style:font-size="1rem">Not working? Did you...</p>
<ul>
<li>Build with dev mode enabled?</li>
<li>Use Svelte version 4.0.0 or above?</li>
<li>Use Svelte version ^4.0.0?</li>
</ul>
</footer>
</main>
Expand Down
Loading