v18.6.0
Timefield built in validator
The timefield component now has a built in validator to check if the entered time is valid. The feature can be enabled by an opt-in setting enableTimeValidation
.
Features ✨
- modal: add more autofocus options (a2eb516)
- switcher: always show tickmark when checked (6f3f5a2)
- timefield: add custom validator for invalid time (ce55e71)
Bug Fixes 🐛
- checkbox: active and error hover/active styles (b3dbac7)
- circle-toggle: allow any value (5866d47)
- datefield: use spacebar to select date (4622d74)
- grid: convert scss example file to css (3b7ea9e)
- headline: add css for links inside of headline (ae0cd54)
- message-toast: add NxMessageToastService to providers (bab33f4)
- message-toast: replace onMicrotaskEmpty with queueMicrotask for zoneless compatability (3fcde39)
- sidebar: item position while resizing and when closed(0d5cf74)
- table: change sorting direction (e67a600)
- tooltip: replace onMicrotaskEmpty with afterNextRender for zoneless compatability (7357258)