Skip to content

Releases: senkulabs/breeze-lite

v1.1.2

06 Nov 03:25
4f88b3e
Compare
Choose a tag to compare

What's Changed

  • add noEmit to avoid creating js files next to ts files on build by @saml-dev in #6

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

04 Nov 22:40
b183d62
Compare
Choose a tag to compare

What's Changed

  • Various improvements by @edjw in #3. The various improvements are: add tsc to npm run build for TypeScript, add types for Ziggy route, add render function for ssr in Svelte, pass props to app.ts.

New Contributors

  • @edjw made their first contribution in #3

Caveats

After build assets with npm run build then run php artisan serve in first tab terminal and php artisan inertia:start-ssr in second tab terminal. It will throw an error message in the inertia side. But, the web app still runs well. I don't know why the route is not defined. I already set @route blade directive in app.blade.php.

Screenshot 2024-11-05 at 06 21 24

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Nov 09:22
Compare
Choose a tag to compare

Features

Add SSR support for Svelte 5 and Inertia v2 Beta.

Breaking Changes

  • Use Code Splitting instead of Eager load to fix error Unable to locate file in Vite manifest in Svelte Component. inertiajs/inertia#1411
  • Remove import { route } from 'ziggy-js'; from Svelte components because it already shipped in @route blade directive (See: app.blade.php).

Full Changelog: v1.0.1...v1.1.0

v1.0.1

02 Nov 02:07
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Nov 01:59
Compare
Choose a tag to compare

About

Unofficial Laravel Breeze with Svelte until Laravel Breeze release official version for Inertia + Svelte. This package build on top laravel/breeze package. So, the built-in command from laravel/breeze include.

Caveats

  • Need investigate about compile with TypeScript
  • SSR

Future

Dark Mode