Skip to content

Releases: aliou/pi-utils-settings

v0.17.0

10 Jun 09:20

Choose a tag to compare

Release v0.17.0

v0.16.0

01 Jun 13:01

Choose a tag to compare

Minor Changes

  • 923804e: Allow buildSchemaUrl callers to customize schema hosting URLs with baseUrl or template options.
  • ec86921: Add onBeforeClose to intercept settings UI close requests before discarding drafts.

v0.15.1

07 May 17:13
a9cd916

Choose a tag to compare

Patch Changes

  • 3e9eede: fix: resolve type errors and bump @aliou/pi-utils-ui to ^0.4.1

v0.15.0

07 May 16:35

Choose a tag to compare

Minor Changes

  • af07e77: Update dependencies to use @earendil-works/pi- packages and bump @aliou/pi-utils-ui to v0.4.0

v0.14.1

06 May 08:17

Choose a tag to compare

Patch Changes

  • 17e3b5e: Make @aliou/pi-utils-ui a regular dependency instead of an optional peer dependency.

v0.14.0

05 May 21:14

Choose a tag to compare

Minor Changes

  • 405e0e5: Update settings editor components to render inside shared @aliou/pi-utils-ui panels while preserving the existing pi-utils-settings component APIs.

v0.13.0

06 Apr 08:44

Choose a tag to compare

Minor Changes

  • cb080f5: Remove displayToStorageValue helper. The default change handler now stores raw strings as-is instead of coercing "on"/"off"/"enabled"/"disabled" to booleans. Use onSettingChange to convert display values to the correct storage types.

v0.12.1

02 Apr 17:10

Choose a tag to compare

Patch Changes

  • 9a53831: Fix crash when currentValue is not a string (e.g. boolean from config storage)

pi-utils-settings@0.12.1

02 Apr 17:10

Choose a tag to compare

Release pi-utils-settings@0.12.1

v0.12.0

29 Mar 20:09
48b293a

Choose a tag to compare

Minor Changes

  • 9659754: Add subOptions support and showHints option to FuzzyMultiSelector