2.2.1
Full Changelog: v2.2.0...v2.2.1
Built from 7cb11ae at https://github.com/sveltejs/svelte-devtools/actions/runs/8937127544
- Chrome Web Store: https://chrome.google.com/webstore/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
- Firefox Signed Add-on: https://github.com/sveltejs/svelte-devtools/releases/download/v2.2.1/svelte-devtools.xpi
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
- feat: specify add-on id by @ignatiusmb in #192
- meta: build with Svelte 5 by @ignatiusmb in #200
- fix: turn off button after inspecting by @ignatiusmb in #202
- fix: always reveal selected node by @ignatiusmb in #203
- fix: seamless automatic reconnection by @ignatiusmb in #201
- chore: prepare client for svelte v5 by @ignatiusmb in #204
- fix: rework props editing by @ignatiusmb in #205
- meta: setup monorepo by @ignatiusmb in #208
- fix: pass current keys to update objects by @ignatiusmb in #210
- chore: clarify officially supported version by @ignatiusmb in #212
- fix: individual expanded state by @ignatiusmb in #211
- feat: fine-grained readonly markers by @davidjayb in #195
- feat: improve editable props UX by @ignatiusmb in #206
New Contributors
- @davidjayb made their first contribution in #195