From 8450f912e89633a72ed5e9c633d29e5fdeddce37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:21:45 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82795bd..31263ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Rewrote `Repeater` to use React DNDKit until React Aria fixes issues with interactive elements inside `GridList`s. - `Expandable` will now close if disabled while open. - A new transition has been added to `AnimatedVisibility` - `fade`. +- Added 6 new UI icons. +- Increased contrast of `ContainerPanel` title and icon. ## [1.3.2] - 2024-07-23 - Tweaked `OptionSelect` rich label style.