pi-utils-settings: v0.18.0
Release v0.18.0
Release v0.18.0
Minor Changes a9e9152: Add optional message field to Migration interface for user-facing migration notifications Migrations can now declare a message that is queued when the migration runs successfully. Extensions drain messages via ConfigLoader.drainMessages() and display them…
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.
Minor Changes af07e77: Update dependencies to use @earendil-works/pi- packages and bump @aliou/pi-utils-ui to v0.4.0
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.
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.
Minor Changes 9659754: Add subOptions support and showHints option to FuzzyMultiSelector
Minor Changes ef47f9c: Add small-list mode to FuzzySelector via searchThreshold (default 7). When item count is at or below the threshold, it now renders a simple Up/Down/Enter list without a search input while keeping callbacks and currentValue pre-selection behavior consistent.
Minor Changes 494cebe: fix: local scope no longer resolves to ~/.pi, creates .pi/extensions/ in cwd when missing findLocalConfigPath now stops before $HOME so ~/.pi is never matched as project-local save("local") falls back to {cwd}/.pi/extensions/{name}.json when no .pi dir exi…
Minor Changes 1006f56: Add JSON Schema support: buildSchemaUrl helper and schemaUrl option for ConfigLoader. When set, save() injects $schema as the first key and load() strips it from parsed config.
Minor Changes b404f50: Add optional extraTabs support to registerSettingsCommand so extensions can render non-scope top-level tabs (for example, an Examples tab) after scope tabs. Add ExtraSettingsTab and ExtraSettingsTabContext types and export them from package root. Keep exis…