Skip to content

Releases: ampled/svelte-inspect-value

v0.2.3-next.1

25 Feb 12:23
Compare
Choose a tag to compare
v0.2.3-next.1 Pre-release
Pre-release

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

24 Feb 19:19
Compare
Choose a tag to compare

0.2.2 (2025-02-24)

Bug Fixes

  • disable button blur transition if noanimate is set (6cb487f)

v0.2.1

24 Feb 19:10
5615d32
Compare
Choose a tag to compare

0.2.1 (2025-02-24)

Bug Fixes

  • add type="button" to Tools.svelte and Key.svelte to prevent closing dialogs (#20) (5615d32)

v0.2.0

24 Feb 15:21
Compare
Choose a tag to compare

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
  • 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

v0.2.0-next.4

24 Feb 14:55
7b57c8a
Compare
Choose a tag to compare
v0.2.0-next.4 Pre-release
Pre-release

0.2.0-next.4 (2025-02-24)

Features

  • add expandPath prop / option (7b57c8a)

v0.2.0-next.3

23 Feb 22:20
Compare
Choose a tag to compare
v0.2.0-next.3 Pre-release
Pre-release

0.2.0-next.3 (2025-02-23)

Bug Fixes

  • use original theme as default (e9da6d8)

v0.2.0-next.2

23 Feb 13:16
Compare
Choose a tag to compare
v0.2.0-next.2 Pre-release
Pre-release

0.2.0-next.2 (2025-02-23)

Bug Fixes

  • change "parsed" note to "json" to occupy less space (05c9672)

v0.2.0-next.1

22 Feb 15:30
8f41993
Compare
Choose a tag to compare
v0.2.0-next.1 Pre-release
Pre-release

0.2.0-next.1 (2025-02-22)

Features

v0.1.4

22 Feb 15:26
41d6251
Compare
Choose a tag to compare

0.1.4 (2025-02-22)

Performance Improvements

v0.1.4-next.2

22 Feb 14:10
0f637af
Compare
Choose a tag to compare
v0.1.4-next.2 Pre-release
Pre-release

0.1.4-next.2 (2025-02-22)

Performance Improvements