🐛 Bug Fixes
- Fixed issue with the
disabled-dates
function not being called inmonth-picker
mode (#1070) - Fixed issue where
month-picker
is unable to select month whenallowed-dates
prop is provided (fixes #1075) - Fixed issue where
@internal-model-change
is not being emitted whenmodel-auto
is enabled (#1077) - Fixed issue where
allowPreventDefault
andallowStopPropagation
config options are not applied on theesc
key (#1079) - Fixed issue with
auto-apply
not working withtext-input
(#1080) - Fixed issue with entering date past 1970 with the
text-input
inrange
mode (#1084 by @amazy) (#1082) - Fixed issue with severe memory leak (#1099 by @sahilrajthapa) (#1083)
- Fixed type issue with
aria-labels
properties not being all optional (#1085) - Fixed issue with Arabic short weekdays localization (#1088 by @lmetdaoui) (#1087)
- Fixed issue with missing app context when doing pre-render (#1094 by @chocolateimage) (#1092)