Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Aug 22, 2022
1 parent 651db10 commit 64911a6
Show file tree
Hide file tree
Showing 10 changed files with 537 additions and 535 deletions.
14 changes: 13 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# From v0.1 to v0.2
# To v0.4

* The new Form Components come with Choices.js and Flatpickr integrations. Splade now comes with a default stylesheet to give the libraries some basic styling. This is completely optional, but you probably want to import this default stylesheet into your main JavaScript file:

```js
import "@protonemedia/laravel-splade/dist/style.css";

import { createApp } from "vue";

...
```

# To v0.2

* There's a new Blade `@spladeHead` directive to support title and meta tags. You may add this directive to your root template.
* Splade now supports SSR. This is optional, so you may follow the [manual installation guide](https://splade.dev/docs/ssr) to set up SSR.
Expand Down
36 changes: 18 additions & 18 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.3.2.tgz",
"@protonemedia/laravel-splade": "file:../protonemedia-laravel-splade-0.4.0.tgz",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^3.0.0",
Expand Down
Loading

0 comments on commit 64911a6

Please sign in to comment.