Skip to content

Releases: sveltejs/svelte-devtools

2.2.2

29 May 15:00
673b6a2
Compare
Choose a tag to compare

Full Changelog: v2.2.1...v2.2.2

Built from 673b6a2 at https://github.com/sveltejs/svelte-devtools/actions/runs/9268442136


Minimum Chrome Version Enforcement

The extension now enforces a minimum Chrome version of 121. Users with a Chrome version lower than 121 will need to update their browser to continue receiving automatic updates from the Chrome Web Store.

What's Changed

2.2.1

03 May 10:25
7cb11ae
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

Built from 7cb11ae at https://github.com/sveltejs/svelte-devtools/actions/runs/8937127544


This time for real, the official Firefox support is here! You can now grab the .xpi file and directly install the extension (also backported and signed the previous v2.2.0 release). This patch release includes many fixes and QoL improvements that would make the experience of using the devtools just a little bit nicer. The app should also feel much faster and snappier thanks to Svelte v5-next (not that it wasn't fast to begin with).

What's Changed

New Contributors

2.2.0

28 Mar 14:38
fb8a72d
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.2.0

Built from fb8a72d at https://github.com/sveltejs/svelte-devtools/actions/runs/8449759185


Firefox support is here! Simply download and load the .zip file as a temporary add-on, make sure to enable "Always Allow on localhost", and voila! Also, make sure to upgrade your browsers to the latest versions, or at least to version 121 for both Chrome and Firefox.

What's Changed

2.1.0

24 Jan 15:31
14ac16b
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.1.0

Built from 14ac16b at https://github.com/sveltejs/svelte-devtools/actions/runs/7639730605


Happy new year! We're starting off the Svelte DevTools extension with a new minor update that includes the much-requested inspector button, which allows you to click on any element on your page and automatically expands the hierarchy tree in the Svelte devtools panel until it reaches the selected element.

inspector button location

What's Changed

2.0.2

20 Dec 05:40
60563bf
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

Built from 60563bf at https://github.com/sveltejs/svelte-devtools/actions/runs/7270686449


The final patch release for 2023. This update addresses some minor DX issues when using the left arrow key to navigate from nested elements, and also improves the detection of websites using Svelte 4 on initial page load.

Thank you for your continued support and positive reviews on the Chrome Web Store, see you in 2024!

What's Changed

2.0.1

03 Nov 08:11
57ccb04
Compare
Choose a tag to compare

2.0.0

27 Oct 16:30
294b25f
Compare
Choose a tag to compare

We're excited to announce the release of Svelte DevTools v2.0.0, now available in the Chrome Web Store!

This release marks a significant milestone as the extension has been transferred to our organization. It represents a major overhaul of the previous version, featuring modernization and a transition to Vite + Svelte 4. Here's what you can expect in this release:

Key Highlights:

  • Manifest V3, embracing the Chrome extension platform's Manifest V3
  • Zero External Dependencies, ensuring a lighter bundle and faster performance
  • SvelteKit Compatibility, seamless integration with SvelteKit and standalone bundlers
  • Native DevTools Behavior, improvements to mimic the behavior of native devtools and enhanced keyboard navigation
  • Enhanced UX, addressing the font and element scaling issues and various other user experience improvements
  • Detect Svelte 4 Sites, easily identify websites built with Svelte 4 with the colorful badge icon

For a detailed list of changes and updates, please refer to the Full Changelog (1.3.0...v2.0.0).

Thank you for your patience, support and feedback. We hope that Svelte DevTools enhances your Svelte development experience. Happy coding!

Version 1.3.0

02 Jan 08:13
Compare
Choose a tag to compare
  • Keyboard navigation
  • Zoom fix in Firefox
  • Edge support

Version 1.2.3

28 Mar 20:20
Compare
Choose a tag to compare

Fixed a critical bug

Version 1.2.2

28 Mar 07:01
Compare
Choose a tag to compare
  • Support for Svelte 3.19.2 and above.
  • Bug fixes