From 97a87db38e206ee6c7cc917f096d23d386ec1469 Mon Sep 17 00:00:00 2001 From: deoostfrees <68224180+deoostfrees@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:30:12 +0100 Subject: [PATCH] [TASK] Add version 0.8.0 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a5225..9c001ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,23 @@ - Grid system -## [0.8.0] - 2024-08- +## [0.8.0] - 2024-10-27 ### Added +- Code styles (keyboard input, sample output) - Description list +- Image related styles (WIP) +- Form validation styles +- Textmedia component (WIP) + +### Changed + +- **Breaking:** Use light-dark() color function instead media feature query ### Removed -- **Breaking:** Theme switcher (Waiting for CSS Functions & Mixins) +- **Breaking:** Share button ## [0.7.0] - 2024-05-29