We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01de219 + 0e10546 commit 64242c7Copy full SHA for 64242c7
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `laravel-splade` will be documented in this file.
4
5
+## 1.2.8 - 2023-02-03
6
+
7
+- Improved support for custom headers in the Form Component
8
+- Improved Dusk table tests
9
+- Improved handling of validation errors on requests other than `Accept: application/json`
10
+- The Form and Link component now default to `Accept: text/html, application/xhtml+xml` for improved handling of redirects
11
+- The Splade Middleware now prevents an additional front-end request when the `X-Splade-Prevent-Refresh` header is used
12
13
## 1.2.7 - 2023-02-01
14
15
- Added `require-password-once` attribute to Form and Link components
0 commit comments