From 7966e3b74985c5d90d228a433b99371d5099c902 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Dec 2024 01:03:40 +0000 Subject: [PATCH] Release v0.8.0 --- .changeset/bright-fireants-change.md | 5 ----- .changeset/chilled-maps-arrive.md | 5 ----- .changeset/clever-brooms-whisper.md | 5 ----- .changeset/empty-pants-exercise.md | 5 ----- .changeset/famous-flowers-think.md | 5 ----- .changeset/green-coins-pretend.md | 5 ----- .changeset/grumpy-countries-eat.md | 5 ----- .changeset/grumpy-ties-swim.md | 5 ----- .changeset/heavy-sheep-relax.md | 5 ----- .changeset/itchy-poems-roll.md | 5 ----- .changeset/khaki-games-kick.md | 5 ----- .changeset/lucky-laws-roll.md | 5 ----- .changeset/nine-fireants-relax.md | 5 ----- .changeset/orange-insects-allow.md | 5 ----- .changeset/plenty-dryers-think.md | 5 ----- .changeset/real-kiwis-teach.md | 5 ----- .changeset/selfish-cycles-check.md | 5 ----- .changeset/slimy-frogs-search.md | 5 ----- .changeset/soft-pandas-protect.md | 5 ----- .changeset/swift-boats-whisper.md | 5 ----- .changeset/tall-avocados-tap.md | 5 ----- CHANGELOG.md | 29 ++++++++++++++++++++++++++++ package.json | 2 +- 23 files changed, 30 insertions(+), 106 deletions(-) delete mode 100644 .changeset/bright-fireants-change.md delete mode 100644 .changeset/chilled-maps-arrive.md delete mode 100644 .changeset/clever-brooms-whisper.md delete mode 100644 .changeset/empty-pants-exercise.md delete mode 100644 .changeset/famous-flowers-think.md delete mode 100644 .changeset/green-coins-pretend.md delete mode 100644 .changeset/grumpy-countries-eat.md delete mode 100644 .changeset/grumpy-ties-swim.md delete mode 100644 .changeset/heavy-sheep-relax.md delete mode 100644 .changeset/itchy-poems-roll.md delete mode 100644 .changeset/khaki-games-kick.md delete mode 100644 .changeset/lucky-laws-roll.md delete mode 100644 .changeset/nine-fireants-relax.md delete mode 100644 .changeset/orange-insects-allow.md delete mode 100644 .changeset/plenty-dryers-think.md delete mode 100644 .changeset/real-kiwis-teach.md delete mode 100644 .changeset/selfish-cycles-check.md delete mode 100644 .changeset/slimy-frogs-search.md delete mode 100644 .changeset/soft-pandas-protect.md delete mode 100644 .changeset/swift-boats-whisper.md delete mode 100644 .changeset/tall-avocados-tap.md diff --git a/.changeset/bright-fireants-change.md b/.changeset/bright-fireants-change.md deleted file mode 100644 index ee70f5c..0000000 --- a/.changeset/bright-fireants-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `vars` and `load` operations. diff --git a/.changeset/chilled-maps-arrive.md b/.changeset/chilled-maps-arrive.md deleted file mode 100644 index 39e5f83..0000000 --- a/.changeset/chilled-maps-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `set_cookie` and `unset_cookie` operations. These operations requires the sveltekit's hook handle into your app. diff --git a/.changeset/clever-brooms-whisper.md b/.changeset/clever-brooms-whisper.md deleted file mode 100644 index 6e81eb8..0000000 --- a/.changeset/clever-brooms-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `debug` component. diff --git a/.changeset/empty-pants-exercise.md b/.changeset/empty-pants-exercise.md deleted file mode 100644 index 292cf31..0000000 --- a/.changeset/empty-pants-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `clear_form_errors` operation to clean validation errors on forms. diff --git a/.changeset/famous-flowers-think.md b/.changeset/famous-flowers-think.md deleted file mode 100644 index 4eaae6c..0000000 --- a/.changeset/famous-flowers-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `put` http request operation diff --git a/.changeset/green-coins-pretend.md b/.changeset/green-coins-pretend.md deleted file mode 100644 index 2a44099..0000000 --- a/.changeset/green-coins-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -Spacer now supports CSS classes as its content so we can easily do something like `spacer: mt-12` if we need some classes for the spacer. diff --git a/.changeset/grumpy-countries-eat.md b/.changeset/grumpy-countries-eat.md deleted file mode 100644 index 78d2068..0000000 --- a/.changeset/grumpy-countries-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New input component. diff --git a/.changeset/grumpy-ties-swim.md b/.changeset/grumpy-ties-swim.md deleted file mode 100644 index cca558d..0000000 --- a/.changeset/grumpy-ties-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -Adds the `server` feature for the page head so we can perform operations on the server side only. This is useful when we want to load content from sources and set their results as variables in the context so the page loads from the server with the content populated. This increases the page load speed and is helpful to perform operations that are server-side only. diff --git a/.changeset/heavy-sheep-relax.md b/.changeset/heavy-sheep-relax.md deleted file mode 100644 index a5c0613..0000000 --- a/.changeset/heavy-sheep-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `set_form_errors` operation for form validation errors from APIs. diff --git a/.changeset/itchy-poems-roll.md b/.changeset/itchy-poems-roll.md deleted file mode 100644 index c410b8c..0000000 --- a/.changeset/itchy-poems-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `post` operation to make http requests. diff --git a/.changeset/khaki-games-kick.md b/.changeset/khaki-games-kick.md deleted file mode 100644 index f9ccb40..0000000 --- a/.changeset/khaki-games-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `unset_auth_token` that is usually used as the "logout" operation. diff --git a/.changeset/lucky-laws-roll.md b/.changeset/lucky-laws-roll.md deleted file mode 100644 index 0b43893..0000000 --- a/.changeset/lucky-laws-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -Make `column` and `row` themable under layout variables. It also sets the default gap of `gap-4` for them. diff --git a/.changeset/nine-fireants-relax.md b/.changeset/nine-fireants-relax.md deleted file mode 100644 index d79b385..0000000 --- a/.changeset/nine-fireants-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -Introducing plugins diff --git a/.changeset/orange-insects-allow.md b/.changeset/orange-insects-allow.md deleted file mode 100644 index 1435943..0000000 --- a/.changeset/orange-insects-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -Created the Plugin System. Now all applications are basically plugins which contains a name that will be used as namespace. diff --git a/.changeset/plenty-dryers-think.md b/.changeset/plenty-dryers-think.md deleted file mode 100644 index 6cec6f4..0000000 --- a/.changeset/plenty-dryers-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `authenticate` operation for server and client sides. A use is considered authenticated if the `auth_token` is set in the server and context. A cookie is created for the authentication process. diff --git a/.changeset/real-kiwis-teach.md b/.changeset/real-kiwis-teach.md deleted file mode 100644 index 05ecd01..0000000 --- a/.changeset/real-kiwis-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New context functions for plugin development and library building for the framework: `createContext`, `useContext`. diff --git a/.changeset/selfish-cycles-check.md b/.changeset/selfish-cycles-check.md deleted file mode 100644 index 17777e2..0000000 --- a/.changeset/selfish-cycles-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `set_auth_token` operation. diff --git a/.changeset/slimy-frogs-search.md b/.changeset/slimy-frogs-search.md deleted file mode 100644 index 9613834..0000000 --- a/.changeset/slimy-frogs-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `sleep` operation. diff --git a/.changeset/soft-pandas-protect.md b/.changeset/soft-pandas-protect.md deleted file mode 100644 index 3f4b104..0000000 --- a/.changeset/soft-pandas-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': patch ---- - -chore: Fix version name for releases diff --git a/.changeset/swift-boats-whisper.md b/.changeset/swift-boats-whisper.md deleted file mode 100644 index e457ab0..0000000 --- a/.changeset/swift-boats-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `form` component. diff --git a/.changeset/tall-avocados-tap.md b/.changeset/tall-avocados-tap.md deleted file mode 100644 index 876165b..0000000 --- a/.changeset/tall-avocados-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fluwy/ui': minor ---- - -New `input` component. diff --git a/CHANGELOG.md b/CHANGELOG.md index c4faea8..bc62f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # @fluwy/ui +## 0.8.0 + +### Minor Changes + +- dd0fda0: New `vars` and `load` operations. +- b60702a: New `set_cookie` and `unset_cookie` operations. These operations requires the sveltekit's hook handle into your app. +- 7836caa: New `debug` component. +- e6e34d6: New `clear_form_errors` operation to clean validation errors on forms. +- 92a6d4e: New `put` http request operation +- 650933d: Spacer now supports CSS classes as its content so we can easily do something like `spacer: mt-12` if we need some classes for the spacer. +- cd356e5: New input component. +- b3183e5: Adds the `server` feature for the page head so we can perform operations on the server side only. This is useful when we want to load content from sources and set their results as variables in the context so the page loads from the server with the content populated. This increases the page load speed and is helpful to perform operations that are server-side only. +- e90b19f: New `set_form_errors` operation for form validation errors from APIs. +- 6a412b8: New `post` operation to make http requests. +- 8b69949: New `unset_auth_token` that is usually used as the "logout" operation. +- 2dade5e: Make `column` and `row` themable under layout variables. It also sets the default gap of `gap-4` for them. +- 17d3563: Introducing plugins +- 67ca6ba: Created the Plugin System. Now all applications are basically plugins which contains a name that will be used as namespace. +- e203702: New `authenticate` operation for server and client sides. A use is considered authenticated if the `auth_token` is set in the server and context. A cookie is created for the authentication process. +- 998c5c0: New context functions for plugin development and library building for the framework: `createContext`, `useContext`. +- 6ec2a6e: New `set_auth_token` operation. +- 4b9677c: New `sleep` operation. +- 382a87d: New `form` component. +- 8959b80: New `input` component. + +### Patch Changes + +- e2dfd64: chore: Fix version name for releases + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index 454f6d1..6a9bfb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fluwy/ui", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "publishConfig": { "access": "public"