Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit c5c0018

Browse files
committed
Version bump
1 parent 0701a87 commit c5c0018

File tree

8 files changed

+1389
-2079
lines changed

8 files changed

+1389
-2079
lines changed

UPGRADING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# From v0.1 to v0.2
2+
3+
* There's a new Blade `@spladeHead` directive to support title and meta tags. You may add this directive to your root template.
4+
* Splade now supports SSR. This is optional, so you may follow the [manual installation guide](https://splade.dev/docs/ssr) to set up SSR.
5+
* The new SSR feature includes a *Blade Fallback* option, which is enabled by default. You may disable it in the `splade.php` configuration file.

app/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "vite build && vite build --ssr"
66
},
77
"devDependencies": {
8-
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.1.2.tgz",
8+
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.2.0.tgz",
99
"@tailwindcss/forms": "^0.5.2",
1010
"@tailwindcss/typography": "^0.5.2",
1111
"@vitejs/plugin-vue": "^2.3.3",

0 commit comments

Comments
 (0)