From 3dd9d1c5382fc230dbe5965f687466a330f200c7 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Wed, 6 Nov 2024 23:35:44 +0300 Subject: [PATCH] ## 14.43.0 - 2024-11-06 --- CHANGELOG.md | 16 ++++++++++++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9112eed45..f26136d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 2a7822fe6..631cec661 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -23,7 +23,7 @@ class Dashboard * * @deprecated Use `Dashboard::version()` instead. */ - public const VERSION = '14.42.0'; + public const VERSION = '14.43.0'; /** * @deprecated