chore: release v0.15.0

Update CHANGELOG for modal grid system and visual polish.
This commit is contained in:
Ulas
2026-04-06 14:11:11 +02:00
parent 4bfea29b05
commit 81ee1eaf18
+7
View File
@@ -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