Skip to content

Commit d6eabbb

Browse files
committed
Merge branch 'next15'
2 parents ce5d8a2 + 6284e05 commit d6eabbb

File tree

141 files changed

+3560
-2042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+3560
-2042
lines changed

.changeset/cool-eels-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sjsf/form": patch
3+
---
4+
5+
Port https://github.com/rjsf-team/react-jsonschema-form/pull/4644

.changeset/cute-apples-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sjsf/form": patch
3+
---
4+
5+
Refactor async logic in file fields

.changeset/early-wings-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sjsf/form": patch
3+
---
4+
5+
Port https://github.com/rjsf-team/react-jsonschema-form/pull/4637

.changeset/every-ducks-press.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@sjsf/flowbite3-theme": major
3+
"@sjsf/skeleton3-theme": major
4+
"@sjsf/daisyui5-theme": major
5+
"@sjsf/flowbite-icons": major
6+
"@sjsf/flowbite-theme": major
7+
"@sjsf/skeleton-theme": major
8+
"@sjsf/daisyui-theme": major
9+
"@sjsf/shadcn4-theme": major
10+
"@sjsf/lucide-icons": major
11+
"@sjsf/moving-icons": major
12+
"@sjsf/shadcn-theme": major
13+
"@sjsf/basic-theme": major
14+
"@sjsf/radix-icons": major
15+
"@sjsf/sveltekit": major
16+
"testing": major
17+
"@sjsf/form": major
18+
---
19+
20+
Bump peer and dev dependencies

.changeset/free-adults-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sjsf/form": major
3+
---
4+
5+
Replace `asyncProxy` with `createAsyncBinding`

.changeset/mean-carpets-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"playground2": minor
3+
---
4+
5+
Add `Share` button

.changeset/proud-squids-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sjsf/flowbite3-theme": minor
3+
---
4+
5+
Add radio buttons widget

.changeset/smooth-donkeys-play.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"playground2": major
3+
---
4+
5+
- Store playground state in a URL hash
6+
- Migration to shadcn-svelte UI

.changeset/tall-phones-slide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"playground2": minor
3+
---
4+
5+
Use CodeMirror editor

apps/docs/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,28 @@
2020
"@sjsf/sveltekit": "^1.9.2",
2121
"@sjsf/zod-validator": "^1.9.2",
2222
"ajv": "catalog:",
23-
"mermaid": "^11.6.0",
24-
"svg-pan-zoom": "github:bumbu/svg-pan-zoom",
25-
"zod": "catalog:",
26-
"zod-to-json-schema": "^3.24.5",
23+
"bits-ui": "^1.8.0",
2724
"cally": "^0.8.0",
28-
"pikaday": "^1.8.2",
25+
"flowbite-svelte": "^0.47.4",
2926
"lucide-svelte": "0.453.0",
27+
"mermaid": "^11.6.0",
28+
"pikaday": "^1.8.2",
29+
"svg-pan-zoom": "github:bumbu/svg-pan-zoom",
30+
"tailwind-merge": "^2.6.0",
3031
"tailwind-variants": "0.2.1",
31-
"tailwind-merge": "^2.6.0",
32-
"flowbite-svelte": "^0.47.4"
32+
"zod": "catalog:",
33+
"zod-to-json-schema": "^3.24.5"
3334
},
3435
"devDependencies": {
3536
"@astrojs/check": "^0.9.4",
3637
"@astrojs/starlight": "^0.34.3",
37-
"@astrojs/svelte": "^7.0.13",
38-
"astro": "^5.7.13",
38+
"@astrojs/svelte": "^7.1.0",
39+
"astro": "^5.8.0",
3940
"astro-vtbot": "^2.1.3",
40-
"sharp": "^0.34.1",
41-
"starlight-package-managers": "^0.11.0",
42-
"svelte": "catalog:",
4341
"daisyui": "4.12.24",
44-
"flowbite": "^2.5.2"
42+
"flowbite": "^2.5.2",
43+
"sharp": "^0.34.2",
44+
"starlight-package-managers": "^0.11.0",
45+
"svelte": "catalog:"
4546
}
4647
}

0 commit comments

Comments
 (0)