Releases: ampled/svelte-inspect-value
Releases · ampled/svelte-inspect-value
v0.2.3-next.1
0.2.3-next.1 (2025-02-25)
Bug Fixes
setGlobalOptions
should receive a function (814607d)- correct spelling for
InspectOptionsProvider
export - expandable: check options while checking initial expand state to avoid "intro" transition playing if it should be expanded (was collapsed by default)
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2025-02-24)
Features
- Added new option / prop:
parseJson
(#19)- If
true
, string nodes will check if the string starts with'{'
or'['
and attempt to parse it as JSON and display the parsed value. - A note will be shown to indicate that an object or array is parsed from a string
- If
- Add
expandPath
prop/option- Array of string path to initially expanded nodes
- Use original
inspect-theme
theme as default - export InspectOptions type (d52649c)
Bug fixes
- Disable key hover style/title if in preview scope