From a3f8661709e091f1eb057a6bed93b1e6154cea6c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:48:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e3dcb1f..8f1071e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## Unreleased + +### Added + +- Integrated a theme switcher into _Storybook_ to support toggling between the light and dark mode + +### Fixed + +- Fixed the _Storybook_ setup by resolving missing `@angular/material` styles + ## 3.0.1 - 2026-04-26 ### Changed