·
167 commits
to main
since this release
Fixed
-
Date Picker
- Fix issue where year range picker doesn't show the hovered range
- Fix issue where quarter presets returns incorrect date
-
FormatByte: Add support for
unitSystemproperty to allow changing between decimal (1000 bytes) and binary (1024
bytes) systems. -
Number Input: When
formatOptionsis used (likestyle: "currency"), the cursor would jump to the end of the
input when typing in the middle. The cursor now maintains its relative position during formatting changes. -
Pin Input: Fix issue where using the keyboard shortcuts
Cmd+BackspaceandCmd+Deleteto delete text in pin
inputs would insert "undefined" instead of clearing the field. -
Scroll Area: Fix issue where resize tracking was not observing the root element, which caused the scrollbar to not
update when the root element's size changed.