Fixed
-
General: Fix issue where some Zag packages were not included in the package.json
dependencies
and
devDependencies
. This causes import errors when using the@ark-ui/vue
package. -
Date Picker: Fix issue with keyboard selection where setting unavailable date causes month view to behave
differently from clicking with mouse -
Toast: Fix issue where app crashes when
toaster.promise
is called without loading option. Theloading
option
is now required. A warning will be logged if it is not provided -
Tree View
- Fix issue where clicking a branch with indeterminate state doesn't check its child nodes
- Remove
aria-busy
attribute from branch trigger when not loading children - Expose node details in
onExpandChange
,onSelectionChange
andonFocusChange
-
Angle Slider: Fix issue where scrubbing doesn't feel smooth on touch devices
-
Timer:
- Fix issue where timer could continue beyond
targetMs
when window is not visible - Add validation to ensure
startMs
andtargetMs
are configured correctly - Fix
progressPercent
calculation for countdown timers
- Fix issue where timer could continue beyond