Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #35

Merged
merged 1 commit into from
Nov 30, 2024
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
5 changes: 0 additions & 5 deletions .changeset/big-tables-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-bears-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-windows-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-feet-sin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/five-eyes-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-weeks-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-files-clap.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/long-apples-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-baboons-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-lamps-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-coins-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-cherries-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-teachers-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-starfishes-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-apes-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-mirrors-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cups-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-dragons-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-rivers-knock.md

This file was deleted.

28 changes: 28 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# docs

## 1.4.0

### Minor Changes

- Add information about async validation ([#39](https://github.com/x0k/svelte-jsonschema-form/pull/39))

- Add validators section: ([#36](https://github.com/x0k/svelte-jsonschema-form/pull/36))

- Ajv validator page
- Zod validator page

Add experimental note to the SvelteKit integration page

- Add `@sjsf/cfworker-validator` page ([#38](https://github.com/x0k/svelte-jsonschema-form/pull/38))

### Patch Changes

- Updated dependencies [[`874269c`](https://github.com/x0k/svelte-jsonschema-form/commit/874269c5dbdfa269371117806674275ec40e659f), [`28ca0db`](https://github.com/x0k/svelte-jsonschema-form/commit/28ca0db24abcc57802e024996eef211a36b5fd78), [`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`bffcb8c`](https://github.com/x0k/svelte-jsonschema-form/commit/bffcb8c67fda2fec965846bac3d4da9569e15e39), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`b0c3daa`](https://github.com/x0k/svelte-jsonschema-form/commit/b0c3daaddc7d747e70c140924f1b0ea606cd880b), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`4470869`](https://github.com/x0k/svelte-jsonschema-form/commit/4470869122547638546739ca5bc8de54afba2bbf), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`9cae983`](https://github.com/x0k/svelte-jsonschema-form/commit/9cae983d9651fd76c2aed52cac87ef5b9d6483c3), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @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]

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"private": true,
"type": "module",
"version": "1.3.1",
"version": "1.4.0",
"scripts": {
"dev": "astro dev",
"build": " astro build",
Expand Down
22 changes: 22 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# playground

## 1.2.0

### Minor Changes

- Add validators selector ([#38](https://github.com/x0k/svelte-jsonschema-form/pull/38))

- Allow to customize validation events and modifiers ([#41](https://github.com/x0k/svelte-jsonschema-form/pull/41))

### Patch Changes

- Updated dependencies [[`874269c`](https://github.com/x0k/svelte-jsonschema-form/commit/874269c5dbdfa269371117806674275ec40e659f), [`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`bffcb8c`](https://github.com/x0k/svelte-jsonschema-form/commit/bffcb8c67fda2fec965846bac3d4da9569e15e39), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`4470869`](https://github.com/x0k/svelte-jsonschema-form/commit/4470869122547638546739ca5bc8de54afba2bbf), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`9cae983`](https://github.com/x0k/svelte-jsonschema-form/commit/9cae983d9651fd76c2aed52cac87ef5b9d6483c3), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @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]

## 1.1.1

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

## 1.7.0

### Minor Changes

- Add async validator ([#39](https://github.com/x0k/svelte-jsonschema-form/pull/39))

### Patch Changes

- Replace schema hashing with weak memoization ([#37](https://github.com/x0k/svelte-jsonschema-form/pull/37))

- Updated dependencies [[`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @sjsf/[email protected]

## 1.6.1

### 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": "1.6.1",
"version": "1.7.0",
"description": "The ajv-8 based validator for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^1.6.1",
"@sjsf/form": "workspace:^1.7.0",
"ajv": "^8.0.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cfworker-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @sjsf/cfworker-validator

## 1.7.0

### Minor Changes

- Add `@sjsf/cfworker-validator` package ([#38](https://github.com/x0k/svelte-jsonschema-form/pull/38))

### Patch Changes

- Updated dependencies [[`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @sjsf/[email protected]
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": "0.0.1",
"version": "1.7.0",
"description": "The @cfworker/json-schema based validator for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^1.6.1",
"@sjsf/form": "workspace:^1.7.0",
"@cfworker/json-schema": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/daisyui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/daisyui-theme

## 1.7.0

### Patch Changes

- Updated dependencies [[`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @sjsf/[email protected]

## 1.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "1.6.1",
"version": "1.7.0",
"description": "The daisyui based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^1.6.1",
"@sjsf/form": "workspace:^1.7.0",
"daisyui": "^4.0.0",
"svelte": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/flowbite-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/flowbite-icons

## 1.7.0

### Patch Changes

- Updated dependencies [[`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @sjsf/[email protected]

## 1.6.1

### 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": "1.6.1",
"version": "1.7.0",
"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:^1.6.1",
"@sjsf/form": "workspace:^1.7.0",
"flowbite-svelte-icons": "^2.0.0-next.1",
"svelte": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/flowbite-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/flowbite-theme

## 1.7.0

### Patch Changes

- Updated dependencies [[`763679f`](https://github.com/x0k/svelte-jsonschema-form/commit/763679fccd8bdd5236e4f15259f76edd280b72d8), [`ca9f9ef`](https://github.com/x0k/svelte-jsonschema-form/commit/ca9f9ef4afbbbd0cbf2c30a98ba9c86d71fc497a), [`5f058fe`](https://github.com/x0k/svelte-jsonschema-form/commit/5f058fe4dcb7c2ab4fee891374d8e727bcdb0b2c), [`725e93a`](https://github.com/x0k/svelte-jsonschema-form/commit/725e93a43d07303a6952b4ed3e44b96c6afe8f39), [`bd3b935`](https://github.com/x0k/svelte-jsonschema-form/commit/bd3b935c4b05b7b192c182bd80f9023a0b24af3c), [`419d57c`](https://github.com/x0k/svelte-jsonschema-form/commit/419d57c7bf633b1e139c24fedcd2e2ee91ef6444), [`a209a66`](https://github.com/x0k/svelte-jsonschema-form/commit/a209a667d91642edf6ec75d755c4bd1f022a267b), [`4ba48ec`](https://github.com/x0k/svelte-jsonschema-form/commit/4ba48ec3bd67f1e3c1c57a38011912c02378a1eb)]:
- @sjsf/[email protected]

## 1.6.1

### 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": "1.6.1",
"version": "1.7.0",
"description": "The flowbite based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^1.6.1",
"@sjsf/form": "workspace:^1.7.0",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.1",
"svelte": "^5.0.0"
Expand Down
24 changes: 24 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @sjsf/form

## 1.7.0

### Minor Changes

- Add `constAsDefaults` option to get default form state function. ([#34](https://github.com/x0k/svelte-jsonschema-form/pull/34))

This is a port of this PR [Adding feature to support const as default bug fix seeming like a regression](https://github.com/rjsf-team/react-jsonschema-form/pull/4381).

- Pass arguments of `mutation.run` to the `onSuccess` and `onFailure` handlers. ([#39](https://github.com/x0k/svelte-jsonschema-form/pull/39))

- Add `lib/memoize` submodule ([#36](https://github.com/x0k/svelte-jsonschema-form/pull/36))

- Implement array and object fields revalidation ([#41](https://github.com/x0k/svelte-jsonschema-form/pull/41))

- Add support for async validation ([#39](https://github.com/x0k/svelte-jsonschema-form/pull/39))

- Add `debounce` and `throttle` mutation combinators ([#39](https://github.com/x0k/svelte-jsonschema-form/pull/39))

### Patch Changes

- Fix `array` based inputs validation ([#40](https://github.com/x0k/svelte-jsonschema-form/pull/40))

- Do not consider `const` in `readonly` attribute calculation. ([#34](https://github.com/x0k/svelte-jsonschema-form/pull/34))

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/form",
"version": "1.6.1",
"version": "1.7.0",
"description": "Svelte 5 library for creating forms based on JSON schema.",
"license": "(MIT AND Apache-2.0)",
"keywords": [
Expand Down
Loading