diff --git a/.changeset/hungry-planets-do.md b/.changeset/hungry-planets-do.md deleted file mode 100644 index a1a9b07ed..000000000 --- a/.changeset/hungry-planets-do.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@sjsf/skeleton3-theme": patch -"@sjsf/daisyui5-theme": patch -"@sjsf/shadcn4-theme": patch -"@sjsf/shadcn-theme": patch ---- - -Make `optional` dependencies optional `peer` dependencies diff --git a/.changeset/late-adults-tan.md b/.changeset/late-adults-tan.md deleted file mode 100644 index 53bce89fb..000000000 --- a/.changeset/late-adults-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": patch ---- - -Port https://github.com/rjsf-team/react-jsonschema-form/pull/4757 diff --git a/.changeset/odd-pumas-kiss.md b/.changeset/odd-pumas-kiss.md deleted file mode 100644 index 40eb951e7..000000000 --- a/.changeset/odd-pumas-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": patch ---- - -Fix population of missing tuple items diff --git a/.changeset/plenty-crabs-do.md b/.changeset/plenty-crabs-do.md deleted file mode 100644 index 9e21f4a10..000000000 --- a/.changeset/plenty-crabs-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": patch ---- - -Port https://github.com/rjsf-team/react-jsonschema-form/pull/4745 diff --git a/.changeset/puny-pillows-pay.md b/.changeset/puny-pillows-pay.md deleted file mode 100644 index 487013b92..000000000 --- a/.changeset/puny-pillows-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Pass item value to `itemTitle` function diff --git a/.changeset/purple-facts-travel.md b/.changeset/purple-facts-travel.md deleted file mode 100644 index df4a0f692..000000000 --- a/.changeset/purple-facts-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Add `keyedArraysMap` form option diff --git a/.changeset/three-boxes-judge.md b/.changeset/three-boxes-judge.md deleted file mode 100644 index 4ad444d2c..000000000 --- a/.changeset/three-boxes-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Add `keyedArray` option to `createArrayContext`, `createTupleContext` functions. diff --git a/.changeset/upset-aliens-chew.md b/.changeset/upset-aliens-chew.md deleted file mode 100644 index d879e9d10..000000000 --- a/.changeset/upset-aliens-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/shadcn4-theme": patch ---- - -Update all default components (1.09.2025) diff --git a/apps/builder/CHANGELOG.md b/apps/builder/CHANGELOG.md index 7cd6e0b48..5153bbe38 100644 --- a/apps/builder/CHANGELOG.md +++ b/apps/builder/CHANGELOG.md @@ -1,5 +1,24 @@ # builder +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`7c7a52d`](https://github.com/x0k/svelte-jsonschema-form/commit/7c7a52def8ef5f73ed26e0d9fefd62c33912c15a), [`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e), [`c3a5324`](https://github.com/x0k/svelte-jsonschema-form/commit/c3a5324dc67b3ad4b9b0f2a395c06d84cb7f207a)]: + - @sjsf/skeleton3-theme@2.3.0 + - @sjsf/daisyui5-theme@2.3.0 + - @sjsf/shadcn4-theme@2.3.0 + - @sjsf/form@2.3.0 + - @sjsf/ajv8-validator@2.3.0 + - @sjsf/basic-theme@2.3.0 + - @sjsf/cfworker-validator@2.3.0 + - @sjsf/flowbite-icons@2.3.0 + - @sjsf/flowbite3-theme@2.3.0 + - @sjsf/lucide-icons@2.3.0 + - @sjsf/moving-icons@2.3.0 + - @sjsf/radix-icons@2.3.0 + - @sjsf/schemasafe-validator@2.3.0 + ## 0.1.5 ### Patch Changes diff --git a/apps/builder/package.json b/apps/builder/package.json index b6adb0183..df761cf7a 100644 --- a/apps/builder/package.json +++ b/apps/builder/package.json @@ -1,7 +1,7 @@ { "name": "builder", "private": true, - "version": "0.1.5", + "version": "0.1.6", "type": "module", "scripts": { "dev": "vite", diff --git a/apps/docs2/CHANGELOG.md b/apps/docs2/CHANGELOG.md index b0964c23c..acb295cd1 100644 --- a/apps/docs2/CHANGELOG.md +++ b/apps/docs2/CHANGELOG.md @@ -1,5 +1,33 @@ # docs +## 1.8.3 + +### Patch Changes + +- Updated dependencies [[`7c7a52d`](https://github.com/x0k/svelte-jsonschema-form/commit/7c7a52def8ef5f73ed26e0d9fefd62c33912c15a), [`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e), [`c3a5324`](https://github.com/x0k/svelte-jsonschema-form/commit/c3a5324dc67b3ad4b9b0f2a395c06d84cb7f207a)]: + - @sjsf/skeleton3-theme@2.3.0 + - @sjsf/daisyui5-theme@2.3.0 + - @sjsf/shadcn4-theme@2.3.0 + - @sjsf/shadcn-theme@2.3.0 + - @sjsf/form@2.3.0 + - @sjsf/ajv8-validator@2.3.0 + - @sjsf/basic-theme@2.3.0 + - @sjsf/cfworker-validator@2.3.0 + - @sjsf/daisyui-theme@2.3.0 + - @sjsf/flowbite-icons@2.3.0 + - @sjsf/flowbite-theme@2.3.0 + - @sjsf/flowbite3-theme@2.3.0 + - @sjsf/lucide-icons@2.3.0 + - @sjsf/moving-icons@2.3.0 + - @sjsf/radix-icons@2.3.0 + - @sjsf/schemasafe-validator@2.3.0 + - @sjsf/skeleton-theme@2.3.0 + - @sjsf/sveltekit@2.3.0 + - testing@1.0.11 + - @sjsf/valibot-validator@2.3.0 + - @sjsf/zod-validator@2.3.0 + - @sjsf/zod4-validator@2.3.0 + ## 1.8.2 ### Patch Changes diff --git a/apps/docs2/package.json b/apps/docs2/package.json index a5ad95d5e..49ac428bb 100644 --- a/apps/docs2/package.json +++ b/apps/docs2/package.json @@ -2,7 +2,7 @@ "name": "docs2", "private": true, "type": "module", - "version": "1.8.2", + "version": "1.8.3", "scripts": { "dev": "astro dev", "precompile-ajv-validator": "node --experimental-strip-types src/content/docs/validators/ajv/precompile/compile-schema-script.ts", diff --git a/apps/playground2/CHANGELOG.md b/apps/playground2/CHANGELOG.md index 7439a66cd..4e52d9f66 100644 --- a/apps/playground2/CHANGELOG.md +++ b/apps/playground2/CHANGELOG.md @@ -1,5 +1,24 @@ # playground2 +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`7c7a52d`](https://github.com/x0k/svelte-jsonschema-form/commit/7c7a52def8ef5f73ed26e0d9fefd62c33912c15a), [`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e), [`c3a5324`](https://github.com/x0k/svelte-jsonschema-form/commit/c3a5324dc67b3ad4b9b0f2a395c06d84cb7f207a)]: + - @sjsf/skeleton3-theme@2.3.0 + - @sjsf/daisyui5-theme@2.3.0 + - @sjsf/shadcn4-theme@2.3.0 + - @sjsf/form@2.3.0 + - @sjsf/ajv8-validator@2.3.0 + - @sjsf/basic-theme@2.3.0 + - @sjsf/cfworker-validator@2.3.0 + - @sjsf/flowbite-icons@2.3.0 + - @sjsf/flowbite3-theme@2.3.0 + - @sjsf/lucide-icons@2.3.0 + - @sjsf/moving-icons@2.3.0 + - @sjsf/radix-icons@2.3.0 + - @sjsf/schemasafe-validator@2.3.0 + ## 1.0.10 ### Patch Changes diff --git a/apps/playground2/package.json b/apps/playground2/package.json index 7571b93ce..b22f40c31 100644 --- a/apps/playground2/package.json +++ b/apps/playground2/package.json @@ -2,7 +2,7 @@ "name": "playground2", "private": true, "type": "module", - "version": "1.0.10", + "version": "1.0.11", "scripts": { "dev": "vite", "build": "vite build", diff --git a/packages/ajv8-validator/CHANGELOG.md b/packages/ajv8-validator/CHANGELOG.md index f34084afa..117d6e91f 100644 --- a/packages/ajv8-validator/CHANGELOG.md +++ b/packages/ajv8-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/ajv8-validator +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/ajv8-validator/package.json b/packages/ajv8-validator/package.json index d1dd3a471..f0fe8599d 100644 --- a/packages/ajv8-validator/package.json +++ b/packages/ajv8-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/ajv8-validator", - "version": "2.2.4", + "version": "2.3.0", "description": "The ajv-8 based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -44,7 +44,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "ajv": "^8.17.0" }, "devDependencies": { diff --git a/packages/basic-theme/CHANGELOG.md b/packages/basic-theme/CHANGELOG.md index c8254187d..dd3cae86e 100644 --- a/packages/basic-theme/CHANGELOG.md +++ b/packages/basic-theme/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/basic-theme +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/basic-theme/package.json b/packages/basic-theme/package.json index 1f6b0f387..d3965a06b 100644 --- a/packages/basic-theme/package.json +++ b/packages/basic-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/basic-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "Basic theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -32,7 +32,7 @@ }, "peerDependencies": { "svelte": "^5.33.0", - "@sjsf/form": "workspace:^2.2.4" + "@sjsf/form": "workspace:^2.3.0" }, "devDependencies": { "@sjsf/form": "workspace:*", diff --git a/packages/cfworker-validator/CHANGELOG.md b/packages/cfworker-validator/CHANGELOG.md index 33e188a92..5cc6dc4b4 100644 --- a/packages/cfworker-validator/CHANGELOG.md +++ b/packages/cfworker-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/cfworker-validator +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/cfworker-validator/package.json b/packages/cfworker-validator/package.json index 602dacb71..57f5b8651 100644 --- a/packages/cfworker-validator/package.json +++ b/packages/cfworker-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/cfworker-validator", - "version": "2.2.4", + "version": "2.3.0", "description": "The @cfworker/json-schema based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -38,7 +38,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "@cfworker/json-schema": "^4.1.0" }, "devDependencies": { diff --git a/packages/daisyui-theme/CHANGELOG.md b/packages/daisyui-theme/CHANGELOG.md index aea363c6a..4ceb832b1 100644 --- a/packages/daisyui-theme/CHANGELOG.md +++ b/packages/daisyui-theme/CHANGELOG.md @@ -1,5 +1,13 @@ # @sjsf/daisyui-theme +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/daisyui-theme/package.json b/packages/daisyui-theme/package.json index 20ecd883a..0cd55e0e4 100644 --- a/packages/daisyui-theme/package.json +++ b/packages/daisyui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/daisyui-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The daisyUI based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -63,10 +63,10 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "daisyui": "^4.12.0", "svelte": "^5.33.0" }, diff --git a/packages/daisyui5-theme/CHANGELOG.md b/packages/daisyui5-theme/CHANGELOG.md index 00c7dafd6..881d1bfef 100644 --- a/packages/daisyui5-theme/CHANGELOG.md +++ b/packages/daisyui5-theme/CHANGELOG.md @@ -1,5 +1,15 @@ # @sjsf/daisyui5-theme +## 2.3.0 + +### Patch Changes + +- Make `optional` dependencies optional `peer` dependencies ([#183](https://github.com/x0k/svelte-jsonschema-form/pull/183)) + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/daisyui5-theme/package.json b/packages/daisyui5-theme/package.json index d1eff6e59..8fbd82755 100644 --- a/packages/daisyui5-theme/package.json +++ b/packages/daisyui5-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/daisyui5-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The daisyUI v5 based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -60,10 +60,10 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "cally": "^0.8.0", "daisyui": "^5.0.0", "pikaday": "^1.8.2", diff --git a/packages/flowbite-icons/CHANGELOG.md b/packages/flowbite-icons/CHANGELOG.md index 9f3d3d57c..9f4acf63c 100644 --- a/packages/flowbite-icons/CHANGELOG.md +++ b/packages/flowbite-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/flowbite-icons +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/flowbite-icons/package.json b/packages/flowbite-icons/package.json index acfbf29a1..129c5c164 100644 --- a/packages/flowbite-icons/package.json +++ b/packages/flowbite-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/flowbite-icons", - "version": "2.2.4", + "version": "2.3.0", "description": "The flowbite based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -48,7 +48,7 @@ "./styles.css": "./dist/styles.css" }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "flowbite-svelte-icons": "^2.2.0 || ^3.0.0", "svelte": "^5.33.0", "tailwind-merge": "^3.3.0" diff --git a/packages/flowbite-theme/CHANGELOG.md b/packages/flowbite-theme/CHANGELOG.md index f0dc85660..464e74c3f 100644 --- a/packages/flowbite-theme/CHANGELOG.md +++ b/packages/flowbite-theme/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/flowbite-theme +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/flowbite-theme/package.json b/packages/flowbite-theme/package.json index 4022b12b3..34a2aeba1 100644 --- a/packages/flowbite-theme/package.json +++ b/packages/flowbite-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/flowbite-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The flowbite based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -64,7 +64,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "flowbite": "^2.5.0", "flowbite-svelte": "~0.47.0", "svelte": "^5.33.0" diff --git a/packages/flowbite3-theme/CHANGELOG.md b/packages/flowbite3-theme/CHANGELOG.md index e4fa7e14b..14812e04e 100644 --- a/packages/flowbite3-theme/CHANGELOG.md +++ b/packages/flowbite3-theme/CHANGELOG.md @@ -1,5 +1,13 @@ # @sjsf/flowbite3-theme +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/flowbite3-theme/package.json b/packages/flowbite3-theme/package.json index 7dde1a6da..5fd72a0d5 100644 --- a/packages/flowbite3-theme/package.json +++ b/packages/flowbite3-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/flowbite3-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The flowbite v3 based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -60,10 +60,10 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "flowbite": "^3.1.0", "flowbite-svelte": "^1.6.0", "svelte": "^5.33.0" diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 606319a68..2a67e17b5 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,23 @@ # @sjsf/form +## 2.3.0 + +### Minor Changes + +- Pass item value to `itemTitle` function ([#178](https://github.com/x0k/svelte-jsonschema-form/pull/178)) + +- Add `keyedArraysMap` form option ([#180](https://github.com/x0k/svelte-jsonschema-form/pull/180)) + +- Add `keyedArray` option to `createArrayContext`, `createTupleContext` functions. ([#182](https://github.com/x0k/svelte-jsonschema-form/pull/182)) + +### Patch Changes + +- Port https://github.com/rjsf-team/react-jsonschema-form/pull/4757 ([`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96)) + +- Fix population of missing tuple items ([`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686)) + +- Port https://github.com/rjsf-team/react-jsonschema-form/pull/4745 ([`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c)) + ## 2.2.4 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index cbcd19928..0fb5c8d42 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/form", - "version": "2.2.4", + "version": "2.3.0", "description": "Svelte 5 library for creating forms based on JSON schema.", "license": "(MIT AND Apache-2.0)", "keywords": [ diff --git a/packages/lucide-icons/CHANGELOG.md b/packages/lucide-icons/CHANGELOG.md index 2ebf2fa90..123f9bbef 100644 --- a/packages/lucide-icons/CHANGELOG.md +++ b/packages/lucide-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/lucide-icons +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/lucide-icons/package.json b/packages/lucide-icons/package.json index 0f71c76f7..465ad9630 100644 --- a/packages/lucide-icons/package.json +++ b/packages/lucide-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/lucide-icons", - "version": "2.2.4", + "version": "2.3.0", "description": "The lucide based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -43,7 +43,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "@lucide/svelte": "^0.487.0", "svelte": "^5.33.0" }, diff --git a/packages/moving-icons/CHANGELOG.md b/packages/moving-icons/CHANGELOG.md index 14b8b6553..f75c3b6a0 100644 --- a/packages/moving-icons/CHANGELOG.md +++ b/packages/moving-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/moving-icons +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/moving-icons/package.json b/packages/moving-icons/package.json index 3fdb9dfa7..e9ca9bf39 100644 --- a/packages/moving-icons/package.json +++ b/packages/moving-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/moving-icons", - "version": "2.2.4", + "version": "2.3.0", "description": "The jis3r/icons based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -44,7 +44,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "svelte": "^5.33.0" }, "devDependencies": { diff --git a/packages/radix-icons/CHANGELOG.md b/packages/radix-icons/CHANGELOG.md index 127f8eed3..2f0e2a291 100644 --- a/packages/radix-icons/CHANGELOG.md +++ b/packages/radix-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/radix-icons +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/radix-icons/package.json b/packages/radix-icons/package.json index c55621870..addfbea3c 100644 --- a/packages/radix-icons/package.json +++ b/packages/radix-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/radix-icons", - "version": "2.2.4", + "version": "2.3.0", "description": "The svelte-radix based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -43,7 +43,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "svelte": "^5.33.0", "svelte-radix": "^2.0.0" }, diff --git a/packages/schemasafe-validator/CHANGELOG.md b/packages/schemasafe-validator/CHANGELOG.md index 4cff6d8a7..452c1c152 100644 --- a/packages/schemasafe-validator/CHANGELOG.md +++ b/packages/schemasafe-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/schemasafe +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/schemasafe-validator/package.json b/packages/schemasafe-validator/package.json index 1693b4eab..5844822de 100644 --- a/packages/schemasafe-validator/package.json +++ b/packages/schemasafe-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/schemasafe-validator", - "version": "2.2.4", + "version": "2.3.0", "description": "The @exodus/schemasafe based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -44,7 +44,7 @@ }, "peerDependencies": { "@exodus/schemasafe": "^1.3.0", - "@sjsf/form": "workspace:^2.2.4" + "@sjsf/form": "workspace:^2.3.0" }, "devDependencies": { "@exodus/schemasafe": "catalog:", diff --git a/packages/shadcn-theme/CHANGELOG.md b/packages/shadcn-theme/CHANGELOG.md index b1832ac70..d865cb89b 100644 --- a/packages/shadcn-theme/CHANGELOG.md +++ b/packages/shadcn-theme/CHANGELOG.md @@ -1,5 +1,15 @@ # @sjsf/shadcn-theme +## 2.3.0 + +### Patch Changes + +- Make `optional` dependencies optional `peer` dependencies ([#183](https://github.com/x0k/svelte-jsonschema-form/pull/183)) + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/shadcn-theme/package.json b/packages/shadcn-theme/package.json index 7f34e6b97..39daa432c 100644 --- a/packages/shadcn-theme/package.json +++ b/packages/shadcn-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/shadcn-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The shadcn-svelte based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -72,11 +72,11 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { "@internationalized/date": "^3.8.1", - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "bits-ui": "^2.2.0", "clsx": "^2.1.0", "@lucide/svelte": "^0.501.0", diff --git a/packages/shadcn4-theme/CHANGELOG.md b/packages/shadcn4-theme/CHANGELOG.md index d873dded9..0dcd91b2b 100644 --- a/packages/shadcn4-theme/CHANGELOG.md +++ b/packages/shadcn4-theme/CHANGELOG.md @@ -1,5 +1,17 @@ # @sjsf/shadcn4-theme +## 2.3.0 + +### Patch Changes + +- Make `optional` dependencies optional `peer` dependencies ([#183](https://github.com/x0k/svelte-jsonschema-form/pull/183)) + +- Update all default components (1.09.2025) ([#183](https://github.com/x0k/svelte-jsonschema-form/pull/183)) + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/shadcn4-theme/package.json b/packages/shadcn4-theme/package.json index cb17d429e..49eee0b0e 100644 --- a/packages/shadcn4-theme/package.json +++ b/packages/shadcn4-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/shadcn4-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The shadcn-svelte based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -68,12 +68,12 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { "@internationalized/date": "^3.8.1", "@lucide/svelte": "^0.501.0", - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "bits-ui": "^2.5.0", "clsx": "^2.1.0", "svelte": "^5.33.0", diff --git a/packages/skeleton-theme/CHANGELOG.md b/packages/skeleton-theme/CHANGELOG.md index 0d99b603e..8ab3a9382 100644 --- a/packages/skeleton-theme/CHANGELOG.md +++ b/packages/skeleton-theme/CHANGELOG.md @@ -1,5 +1,13 @@ # @sjsf/skeleton-theme +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/skeleton-theme/package.json b/packages/skeleton-theme/package.json index 09c833624..cc7ed1229 100644 --- a/packages/skeleton-theme/package.json +++ b/packages/skeleton-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/skeleton-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The skeleton based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -64,10 +64,10 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "@skeletonlabs/skeleton": ">=3.0.0-next.0 <=3.0.0-next.10", "@tailwindcss/forms": "^0.5.0", "svelte": "^5.33.0" diff --git a/packages/skeleton3-theme/CHANGELOG.md b/packages/skeleton3-theme/CHANGELOG.md index eef333970..f7cde7bff 100644 --- a/packages/skeleton3-theme/CHANGELOG.md +++ b/packages/skeleton3-theme/CHANGELOG.md @@ -1,5 +1,15 @@ # @sjsf/skeleton3-theme +## 2.3.0 + +### Patch Changes + +- Make `optional` dependencies optional `peer` dependencies ([#183](https://github.com/x0k/svelte-jsonschema-form/pull/183)) + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/basic-theme@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/skeleton3-theme/package.json b/packages/skeleton3-theme/package.json index 5bb504d98..2385bd798 100644 --- a/packages/skeleton3-theme/package.json +++ b/packages/skeleton3-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/skeleton3-theme", - "version": "2.2.4", + "version": "2.3.0", "description": "The skeleton v3 based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -60,10 +60,10 @@ } }, "dependencies": { - "@sjsf/basic-theme": "workspace:^2.2.4" + "@sjsf/basic-theme": "workspace:^2.3.0" }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "@skeletonlabs/skeleton": "^3.1.0", "@skeletonlabs/skeleton-svelte": "^1.2.0", "@tailwindcss/forms": "^0.5.0", diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index e2e57c89e..2e0d9d60a 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/sveltekit +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index b37b2e6e4..143eebcd2 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/sveltekit", - "version": "2.2.4", + "version": "2.3.0", "description": "The SvelteKit integration for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -52,7 +52,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "@sveltejs/kit": "^2.20.0", "esm-env": "^1.2.0", "svelte": "^5.33.0" diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index de251a52f..68e3d4a7b 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # testing +## 1.0.11 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + - @sjsf/ajv8-validator@2.3.0 + ## 1.0.10 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 7c898585f..6f4eaa81c 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "testing", - "version": "1.0.10", + "version": "1.0.11", "license": "(MIT AND Apache-2.0)", "private": true, "type": "module", diff --git a/packages/valibot-validator/CHANGELOG.md b/packages/valibot-validator/CHANGELOG.md index 2aafbd53a..c939612d0 100644 --- a/packages/valibot-validator/CHANGELOG.md +++ b/packages/valibot-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/valibot-validator +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/valibot-validator/package.json b/packages/valibot-validator/package.json index 83ec8eabc..c103654d0 100644 --- a/packages/valibot-validator/package.json +++ b/packages/valibot-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/valibot-validator", - "version": "2.2.4", + "version": "2.3.0", "description": "The Valibot based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -39,7 +39,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "@valibot/to-json-schema": "^1.3.0", "valibot": "^1.1.0" }, diff --git a/packages/zod-validator/CHANGELOG.md b/packages/zod-validator/CHANGELOG.md index a7ae1b82c..131aa78cb 100644 --- a/packages/zod-validator/CHANGELOG.md +++ b/packages/zod-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/zod-validator +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/zod-validator/package.json b/packages/zod-validator/package.json index ab1543e25..47340d145 100644 --- a/packages/zod-validator/package.json +++ b/packages/zod-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/zod-validator", - "version": "2.2.4", + "version": "2.3.0", "description": "The zod based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -37,7 +37,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "zod": "^3.24.0", "json-schema-to-zod": "^2.6.0" }, diff --git a/packages/zod4-validator/CHANGELOG.md b/packages/zod4-validator/CHANGELOG.md index 05936035f..b9889a6e2 100644 --- a/packages/zod4-validator/CHANGELOG.md +++ b/packages/zod4-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/zod4-validator +## 2.3.0 + +### Patch Changes + +- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183), [`b171e71`](https://github.com/x0k/svelte-jsonschema-form/commit/b171e7116617eb8d47f7f9552c5cb5235ca1a86e)]: + - @sjsf/form@2.3.0 + ## 2.2.4 ### Patch Changes diff --git a/packages/zod4-validator/package.json b/packages/zod4-validator/package.json index 89b3e05a8..f813f0557 100644 --- a/packages/zod4-validator/package.json +++ b/packages/zod4-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/zod4-validator", - "version": "2.2.4", + "version": "2.3.0", "description": "The Zod v4 based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -49,7 +49,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^2.2.4", + "@sjsf/form": "workspace:^2.3.0", "zod": "^3.25.0 || ^4.0.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a5d56029..7902dff17 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1217,7 +1217,7 @@ importers: packages/daisyui-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@sjsf/form': @@ -1248,7 +1248,7 @@ importers: packages/daisyui5-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@sjsf/ajv8-validator': @@ -1349,7 +1349,7 @@ importers: packages/flowbite3-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@sjsf/ajv8-validator': @@ -1480,7 +1480,7 @@ importers: packages/shadcn-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@internationalized/date': @@ -1529,7 +1529,7 @@ importers: packages/shadcn4-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@internationalized/date': @@ -1581,7 +1581,7 @@ importers: packages/skeleton-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@sjsf/form': @@ -1615,7 +1615,7 @@ importers: packages/skeleton3-theme: dependencies: '@sjsf/basic-theme': - specifier: workspace:^2.2.4 + specifier: workspace:^2.3.0 version: link:../basic-theme devDependencies: '@sjsf/ajv8-validator':