chore: release v0.36.1

This commit is contained in:
Ulas Kalayci
2026-04-29 21:33:10 +02:00
parent 3f69c7c698
commit 4f80903b04
4 changed files with 14 additions and 7 deletions
+7
View File
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.36.1] - 2026-04-29
### Fixed
- Date input: default date format changed from US (`MM/DD/YYYY`) to day-month-year (`DD.MM.YYYY`) for new users
- Date input: dot-separated dates (`DD.MM.YYYY`) are now accepted in addition to slash-separated dates
- Date input: `dmy` placeholder and display format updated to use dots instead of slashes
## [0.36.0] - 2026-04-29
### Added