Skip to content

Commit 3dd9d1c

Browse files
committed
## 14.43.0 - 2024-11-06
1 parent 294e5be commit 3dd9d1c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 14.43.0 - 2024-11-06
9+
10+
### Added
11+
- Additional configuration parameters for Hotwire by default
12+
13+
### Changed
14+
- The loading of modal windows in the browser has been redesigned. Now, upon invalidation, modal windows, including deferred ones, will automatically open.
15+
- Installed Psalm to run exclusively on GitHub Actions.
16+
- Set types to `static` in `Field`.
17+
18+
### Fixed
19+
- Incorrect listeners names
20+
21+
### Removed
22+
- Unused option when running PHPUnit
23+
824
## 14.42.0 - 2024-11-01
925

1026
### Changed

src/Platform/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Dashboard
2323
*
2424
* @deprecated Use `Dashboard::version()` instead.
2525
*/
26-
public const VERSION = '14.42.0';
26+
public const VERSION = '14.43.0';
2727

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)