Skip to content

Commit

Permalink
## 14.43.0 - 2024-11-06
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 6, 2024
1 parent 294e5be commit 3dd9d1c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 14.43.0 - 2024-11-06

### Added
- Additional configuration parameters for Hotwire by default

### Changed
- The loading of modal windows in the browser has been redesigned. Now, upon invalidation, modal windows, including deferred ones, will automatically open.
- Installed Psalm to run exclusively on GitHub Actions.
- Set types to `static` in `Field`.

### Fixed
- Incorrect listeners names

### Removed
- Unused option when running PHPUnit

## 14.42.0 - 2024-11-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Dashboard
*
* @deprecated Use `Dashboard::version()` instead.
*/
public const VERSION = '14.42.0';
public const VERSION = '14.43.0';

/**
* @deprecated
Expand Down

0 comments on commit 3dd9d1c

Please sign in to comment.