Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,29 @@
"cold-grapes-eat",
"cold-papers-strive",
"common-rabbits-open",
"cool-eels-argue",
"cruel-wolves-throw",
"curvy-buttons-float",
"curvy-frogs-grin",
"cute-apples-marry",
"dark-lines-show",
"dirty-nails-push",
"dull-balloons-rush",
"early-suns-enjoy",
"early-wings-tell",
"eighty-crabs-allow",
"eleven-cloths-cut",
"empty-bears-attend",
"empty-birds-learn",
"empty-hats-crash",
"every-dots-ring",
"every-ducks-press",
"fancy-cobras-switch",
"fine-days-follow",
"fine-glasses-raise",
"five-tools-joke",
"fluffy-dots-hunt",
"free-adults-talk",
"fruity-trees-tap",
"funny-breads-beg",
"giant-days-allow",
Expand All @@ -78,6 +84,7 @@
"little-otters-carry",
"loud-monkeys-jog",
"many-badgers-move",
"mean-carpets-poke",
"moody-doors-dance",
"nasty-comics-pay",
"neat-carrots-eat",
Expand All @@ -87,6 +94,7 @@
"olive-books-burn",
"open-clouds-change",
"plenty-streets-sing",
"proud-squids-sniff",
"proud-trams-stare",
"quick-candies-rescue",
"quick-cycles-sniff",
Expand All @@ -103,6 +111,7 @@
"slimy-glasses-guess",
"slow-berries-beam",
"small-jobs-look",
"smooth-donkeys-play",
"social-cameras-stand",
"soft-pigs-doubt",
"some-feet-cut",
Expand All @@ -114,6 +123,7 @@
"strong-apples-grin",
"swift-apples-chew",
"swift-areas-enjoy",
"tall-phones-slide",
"tame-guests-push",
"tame-taxis-itch",
"tangy-kings-work",
Expand Down
28 changes: 28 additions & 0 deletions apps/docs2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# docs

## 1.6.3-next.15

### Patch Changes

- Add a note about the explicit use of `extra` widgets (#120) ([#121](https://github.com/x0k/svelte-jsonschema-form/pull/121))

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb), [`e1832e7`](https://github.com/x0k/svelte-jsonschema-form/commit/e1832e7cdd1769d9e7a1eae2bcaae34b61fcd6c8)]:
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- [email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]

## 1.6.3-next.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs2",
"private": true,
"type": "module",
"version": "1.6.3-next.14",
"version": "1.6.3-next.15",
"scripts": {
"dev": "astro dev",
"precompile-ajv-validator": "node --experimental-strip-types src/content/docs/validators/ajv/precompile/compile-schema-script.ts",
Expand Down
31 changes: 31 additions & 0 deletions apps/playground2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# playground2

## 1.0.0-next.15

### Major Changes

- - Store playground state in a URL hash ([#125](https://github.com/x0k/svelte-jsonschema-form/pull/125))
- Migration to shadcn-svelte UI

### Minor Changes

- Add `Share` button ([`143c0cd`](https://github.com/x0k/svelte-jsonschema-form/commit/143c0cdae85d45fcace09b195baabfa8ef905aec))

- Use CodeMirror editor ([`b4c831d`](https://github.com/x0k/svelte-jsonschema-form/commit/b4c831daa710984f6930d39420e48d2552e54353))

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb), [`e1832e7`](https://github.com/x0k/svelte-jsonschema-form/commit/e1832e7cdd1769d9e7a1eae2bcaae34b61fcd6c8)]:
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]
- @sjsf/[email protected]

## 0.0.2-next.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground2",
"private": true,
"type": "module",
"version": "0.0.2-next.14",
"version": "1.0.0-next.15",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions packages/ajv8-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/ajv8-validator

## 2.0.0-next.15

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ajv8-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/ajv8-validator",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "The ajv-8 based validator for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^2.0.0-next.14",
"@sjsf/form": "workspace:^2.0.0-next.15",
"ajv": "^8.17.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/basic-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sjsf/basic-theme

## 2.0.0-next.15

### Major Changes

- Bump peer and dev dependencies ([`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552))

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/basic-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/basic-theme",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "Basic theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"svelte": "^5.33.0",
"@sjsf/form": "workspace:^2.0.0-next.14"
"@sjsf/form": "workspace:^2.0.0-next.15"
},
"devDependencies": {
"@sjsf/form": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/cfworker-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/cfworker-validator

## 2.0.0-next.15

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cfworker-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/cfworker-validator",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "The @cfworker/json-schema based validator for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^2.0.0-next.14",
"@sjsf/form": "workspace:^2.0.0-next.15",
"@cfworker/json-schema": "^4.1.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/daisyui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sjsf/daisyui-theme

## 2.0.0-next.15

### Major Changes

- Bump peer and dev dependencies ([`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552))

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/daisyui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/daisyui-theme",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "The daisyUI based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -63,10 +63,10 @@
}
},
"dependencies": {
"@sjsf/basic-theme": "workspace:^2.0.0-next.14"
"@sjsf/basic-theme": "workspace:^2.0.0-next.15"
},
"peerDependencies": {
"@sjsf/form": "workspace:^2.0.0-next.14",
"@sjsf/form": "workspace:^2.0.0-next.15",
"daisyui": "^4.12.0",
"svelte": "^5.33.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/daisyui5-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sjsf/daisyui5-theme

## 2.0.0-next.15

### Major Changes

- Bump peer and dev dependencies ([`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552))

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/daisyui5-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/daisyui5-theme",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "The daisyUI v5 based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -60,10 +60,10 @@
}
},
"dependencies": {
"@sjsf/basic-theme": "workspace:^2.0.0-next.14"
"@sjsf/basic-theme": "workspace:^2.0.0-next.15"
},
"peerDependencies": {
"@sjsf/form": "workspace:^2.0.0-next.14",
"@sjsf/form": "workspace:^2.0.0-next.15",
"daisyui": "^5.0.0",
"svelte": "^5.33.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/flowbite-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sjsf/flowbite-icons

## 2.0.0-next.15

### Major Changes

- Bump peer and dev dependencies ([`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552))

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flowbite-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/flowbite-icons",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "The flowbite based icons set for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^2.0.0-next.14",
"@sjsf/form": "workspace:^2.0.0-next.15",
"flowbite-svelte-icons": "^2.2.0",
"tailwind-merge": "^3.3.0",
"svelte": "^5.33.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/flowbite-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sjsf/flowbite-theme

## 2.0.0-next.15

### Major Changes

- Bump peer and dev dependencies ([`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552))

### Patch Changes

- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
- @sjsf/[email protected]

## 2.0.0-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flowbite-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/flowbite-theme",
"version": "2.0.0-next.14",
"version": "2.0.0-next.15",
"description": "The flowbite based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -64,7 +64,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^2.0.0-next.14",
"@sjsf/form": "workspace:^2.0.0-next.15",
"flowbite": "^2.5.0",
"flowbite-svelte": "~0.47.0",
"svelte": "^5.33.0"
Expand Down
Loading