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