Release Summary
- Fixed an issue where the year field displayed '1604' when toggling the unknown year option.
- Improved date handling by integrating a new DatePicker for adding and editing important dates.
- Added a custom DatePicker with inline fields for easier date entry and selection.
- Included date validation utilities to ensure accurate date inputs.
0.28.0 (2026-03-03)
Features
- add custom DatePicker component with three inline fields (8776913)
- add date validation utilities (leap year, days in month, clamp) (0f6a9fe)
- add i18n keys for DatePicker component (a6318d4)
- custom DatePicker with dropdown fields (27511f6)
- integrate DatePicker into ImportantDatesManager for add/edit forms (5867d27)
- integrate DatePicker into PersonForm Last Contact field (189a1e8)