From a1119c3d2c221464f9c3dea03762f287fc9f852e Mon Sep 17 00:00:00 2001 From: Ultraxime <36888699+Ultraxime@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:01:27 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daeadc0..ba17a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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). ## [Unreleased] +### Changes +- Adding relevant method from TextInput to TypedInput and NumberInput @Ultraxime +- (Breaking) NumberInput needs Clone and not Copy + +### Fixed +- Any character can be input in NumberInput as long as it stays a valid input +- NumberInput works properly with Grid +- (Breaking) content_width removed from NumberInput +- Adding proper support to excluded bounds in NumberInput ## [0.11.0] - 2024-09-19 ### Changes