All versions since v0.8.1
v0.8.1
0.8.1 (2025-06-16)
Changes
- Make collapse-buttons of
Promisevalues flash when their state changes - Fix: remove unused Icons to reduce package size
- Fix: made
bigintvalues “copy to clipboard”-able - Fix: Properly forward attachments to root element of
Inspect(.Values)andInspect.Panel- For
Inspect.Values, spreading an object with a non-attachmentSymbolkey will still inspect it, e.g.<Inspect.Values {...{ [Symbol('foo')]: 'hi' }} /> - Since Svelte 5.29, using attachments with
Inspect.Valueswill only have inspected the attachments as values.
- For
- Internal actions have all been ported to attachments
- Fix / New: Export
inspectElementattachment (previously unexported action)- Utility for quickly inspecting elements with
Inspect.Panel
- Utility for quickly inspecting elements with
- Perf: Ensure all Svelte
{#each}-blocks are keyed across the library
v0.8.2
0.8.2 (2025-06-16)
Bug Fixes
- remove some unused code (8c66df2)
v0.8.3
0.8.3 (2025-06-16)
Bug Fixes
- update svelte version in README playground link (5d7c133)
v0.8.4
0.8.4 (2025-06-17)
Bug Fixes
- explicit caret height (67a18bb)
v0.8.5
0.8.5 (2025-08-03)
Bug Fixes
- properly enumerate members of class instances (d43dc8b)
v0.9.0
0.9.0 (2025-08-19)
Persistence
Inspect.Panelcan now be configured to persist changes to state / settings made through the UI (open state, appearance, alignment) (d970455)- Added
widthandheightprops toInspect.Panel. These will be persisted when resizing the Panel.
- Added
Usage
<!-- Use default persist settings --><Inspect.Panel persist /><!-- Use default persist settings with tab syncing enabled --><Inspect.Panel persistSync /><!-- Use default persist settings with alternative key --><Inspect.Panel persist="todo-app-panel" /><!-- Use default persist settings tab syncing enabled and alternative key --><Inspect.Panel persistSync="todo-app-panel" /><!-- Use custom persist settings --><Inspect.Panel persist={{ key: 'todo-app-panel', storage: 'local', syncTabs: true }} />v0.9.1
0.9.1 (2025-08-23)
Bug Fixes
v0.9.2
0.9.2 (2025-09-05)
Bug Fixes
- call
onSettingsChangecallback after retrieving persisted settings (e03a5f7) - make
widthandheight-props ofInspect.Panelbindable (cc53a1b) - supress slide transition warning (1a82ed7)
v0.10.0
0.10.0 (2025-10-07)
Bug Fixes
- add explicit search highlight styles to plain theme to work around hard-to-read overlapping transparent colors (30f6de9)
Features
- add css vars to increase customization of text highlighting (81d2475)
Text highlight CSS vars:
--text-search-highlight-color--text-search-highlight-fg-color--text-search-highlight-border-top--text-search-highlight-border-bottom--text-search-highlight-border-left--text-search-highlight-border-right--text-search-highlight-outline--text-search-highlight-decorationv0.10.1
0.10.1 (2026-02-26)
Bug Fixes
- invalid CSS var def for Vite 8 (50) (#51) (df36bff)
- Fixes invalid CSS syntax that broke text search highlight color
v0.11.0
0.11.0 (2026-03-03)
Bug Fixes
- invalid variable assignment breaking text search highlight color (457c669)
- search hotkey should not trigger / prevent default if search is disabled (6f342de)
Features
- make keyboard shortcuts configurable, disable-able, and change defaults to not collide with browser defaults. also make keyboard navigation and type-to-focus disable-able (120253f)
v0.11.1
0.11.1 (2026-04-25)
Bug Fixes
- clicking setter input field could expand a row (e28aff2)
- handle object prototype can be
null(87e2e17)
v0.11.2 Latest
0.11.2 (2026-04-26)
Bug Fixes
- readme image location (4d473e7)