From 7b940759fa1d0c45e9a6c5b5cae048049753bcf1 Mon Sep 17 00:00:00 2001 From: "Tarvo R." Date: Wed, 9 Oct 2024 15:50:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed3ca3..2127dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.6.0] - 09-10-2024 + +### Added + +- Added option to override the form field component (thanks to [@alexandru-eftimie](https://github.com/alexandru-eftimie)) + +### Changed + +- Bumped Nova requirement to 4.32 +- Fixed issue with overflow hidden parent +- Fixed issue where focusing the input would block out the whole viewport +- Fixed error handling with async modals +- Fixed misc style issues related to newer Nova versions +- Update packages + ## [4.5.6] - 29-02-2024 ### Changed