This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
1.2.3
- Fix for wrong order of Lazy and Rehydrate components.
1.2.2
- Confirm modal now supports requiring the users' password
- Support for image preview in the File component (without using Filepond)
- Support for
pollin the Rehydrate component
1.2.1
1.2.0
1.1.7
- Fix default
restoreOnSuccessproperty value inFormcomponent - Added Indonesia translation (thanks @zulfikar-ditya)
- Added missing
primaryKeymethod (fixes #240)
1.1.6
- Support for Laravel 10 (thanks @askdkc)
- Added
ja,ar,fa,fr,it,ne,ur,bn,de, andmstranslation files (thanks @askdkc, @aeq-dev, @mszabeh, @KinArnaud, @ousid, @AndreaBellini23, @surajkhanal, @AamirSohailKmAs, @istiak-tridip, @Udaberrico, and @rusdyahmad) - Fix for (external) JSON responses without properly encoded JSON content
- Improved Dusk tests
1.1.5
- Fix for searching through nested relationships using Spatie's Query Builder (#178)
- Added
es,pt_BR,pt_PT, anduk_AUtranslation files (thanks @WendellAdriel, @Hladenkyi, and @JorgeNortes)
1.1.4
- Workaround for default numeric values using remote options with Choices.js (#163)
- Fix for replacing the URL of the current page (#140)
1.1.3
- Added a
preserve-scrollattribute to Link and Form component - FormData passed to a
GETrequest is now added as a query string (#188) - Fix for toasts firing multiple times on Octane (#151)
- Added support for a custom exception handler
- Added English and Dutch translations
- Translations can now be published
- Added Larastan static analysis
1.1.2
- Fixed a navigation bug (Chromium browsers only) that occurred when switching between SPA and non-SPA pages using the back/forward buttons