From c98fa99f7ce24b1d85e25a22ca9ed7b1998cd5d9 Mon Sep 17 00:00:00 2001 From: Michael Haschke Date: Wed, 2 Oct 2024 13:06:30 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639a8d15..885933f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - `` - An optional custom search function property has been added, it defines how to filter elements. +- `` and `` + - helper components to create flex layouts for positioning sub elements + - stop misusing `Toolbar*` components to do that (anti pattern) - basic Storybook example for `` components ### Changed