From 81ee1eaf18c30fff7c5bafab1ac15c5cc2c001e3 Mon Sep 17 00:00:00 2001 From: Ulas Date: Mon, 6 Apr 2026 14:11:11 +0200 Subject: [PATCH] chore: release v0.15.0 Update CHANGELOG for modal grid system and visual polish. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddcd8a..131de13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0] - 2026-04-06 + +### Changed +- Modal: two-column form layouts now use reusable `.modal-grid` and `.modal-grid--2` CSS classes instead of inline `style` attributes - applied across Calendar, Meals, and Tasks modals (#38) +- Modal: panel on mobile now has a subtle border and large shadow for better depth and visual separation (#38) +- Modal: form groups inside grid layouts no longer need inline `margin-bottom:0` overrides - handled by `.modal-grid > .form-group` rule (#38) + ## [0.14.4] - 2026-04-06 ### Fixed