From 9eac89d29adce469f18cc81588e45f2c95cfe0c5 Mon Sep 17 00:00:00 2001 From: rydmike Date: Sun, 29 Dec 2024 20:55:07 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34332b..bd49e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,13 @@ All notable changes to the **FlexColorPicker** package are documented in this fi * Fixed all new analyzer lint warnings and removed usage of all deprecated `Color` properties. * While the package now uses the updated `Color` class with support for wide color gamut, the color inputs and outputs are still 32-bit RGB color values. A future feature update may add support for more and new color formats. +**NEW** + +* Added convenience `Color` sRGB extensions that can be used as none deprecated replacements for `alpha`, `red`, `green`, `blue` and `value` they are called `alpha8bit`, `red8bit`, `green8bit`, `blue8bit` and `value32bit`. FlexColorPicker uses them internally to avoid using the deprecated Color properties. + **KNOWN ISSUES** -* There style breaking issue on the padding around the custom opacity `Slider`. The thumb also jumps towards the center when pressed. These issues did not exist in Flutter 3.24.x and earlier versions. It seems like the issue cannot be completely solved in custom Slider implementation. The extra padding and thumb jumping towards the center seem related to `Slider` changes introduced in Flutter 3.27.0. Those changes were made in preparation for releasing support for the updated Material-3 slider styles. For more information, see issue https://github.com/rydmike/flex_color_picker/issues/90. A fix in Flutter SDK may be needed to solve this issue. +* There style breaking issue on the padding around the custom opacity `Slider`. The thumb also jumps towards the center when pressed. These issues did not exist in Flutter 3.24.x and earlier versions. It seems like the issue cannot be completely solved in custom Slider implementation. The extra padding and thumb jumping towards the center seem related to `Slider` changes introduced in **Flutter 3.27.0**. Those changes were made in preparation for releasing support for the updated Material-3 slider styles. For more information, see issue https://github.com/rydmike/flex_color_picker/issues/90. A fix in Flutter SDK may be needed to solve this issue. ## 3.6.0