Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/[email protected]
Added
- DatePicker:
- Added
minView
andmaxView
options for better control over the displayed views, allowing to
create Month and Year pickers. - Introduced a new
parse
method to convert input values into valid dates, complementing the
format
option for enhanced UX - Added
locale
andtimeZone
options to theformat
method - Introduced
placeholder
context property to customize the input's placeholder text
- Added
Fixed
- ColorPicker, HoverCard, Tooltip:
- Fixed intermittent placement shifts caused by updates to the
data-placement
attribute
- Fixed intermittent placement shifts caused by updates to the
- FileUpload:
- Resolved an issue where the change event wasn’t triggered when files were dropped into the
dropzone - Fixed an issue where
context.setClipboardFiles(...)
was called despite file upload being
disabled - Addressed an issue where the machine transitioned to the
dragging
state even when disabled - Fixed an issue preventing rejected files from being deleted via the item delete trigger
- Exposed the disabled state via
context.disabled
- Resolved an issue where the change event wasn’t triggered when files were dropped into the
- Tour:
- Fixed an issue where the dialog tour step did not synchronize its z-index with the content
- Date Picker:
- Fixed a crash that occurred when entering very large invalid dates in the input field
- Fixed an issue in the year view where selecting a year was not possible when the
min
andmax
dates were less than one year apart and overlapped two distinct years
@ark-ui/[email protected]
Added
- DatePicker:
- Added
minView
andmaxView
options for better control over the displayed views, allowing to
create Month and Year pickers. - Introduced a new
parse
method to convert input values into valid dates, complementing the
format
option for enhanced UX - Added
locale
andtimeZone
options to theformat
method - Introduced
placeholder
context property to customize the input's placeholder text
- Added
Fixed
- ColorPicker, HoverCard, Tooltip:
- Fixed intermittent placement shifts caused by updates to the
data-placement
attribute
- Fixed intermittent placement shifts caused by updates to the
- FileUpload:
- Resolved an issue where the change event wasn’t triggered when files were dropped into the
dropzone - Fixed an issue where
context.setClipboardFiles(...)
was called despite file upload being
disabled - Addressed an issue where the machine transitioned to the
dragging
state even when disabled - Fixed an issue preventing rejected files from being deleted via the item delete trigger
- Exposed the disabled state via
context.disabled
- Resolved an issue where the change event wasn’t triggered when files were dropped into the
- Tour:
- Fixed an issue where the dialog tour step did not synchronize its z-index with the content
- Date Picker:
- Fixed a crash that occurred when entering very large invalid dates in the input field
- Fixed an issue in the year view where selecting a year was not possible when the
min
andmax
dates were less than one year apart and overlapped two distinct years
@ark-ui/[email protected]
Added
- DatePicker:
- Added
minView
andmaxView
options for better control over the displayed views, allowing to
create Month and Year pickers. - Introduced a new
parse
method to convert input values into valid dates, complementing the
format
option for enhanced UX - Added
locale
andtimeZone
options to theformat
method - Introduced
placeholder
context property to customize the input's placeholder text
- Added
Fixed
- ColorPicker, HoverCard, Tooltip:
- Fixed intermittent placement shifts caused by updates to the
data-placement
attribute
- Fixed intermittent placement shifts caused by updates to the
- FileUpload:
- Resolved an issue where the change event wasn’t triggered when files were dropped into the
dropzone - Fixed an issue where
context.setClipboardFiles(...)
was called despite file upload being
disabled - Addressed an issue where the machine transitioned to the
dragging
state even when disabled - Fixed an issue preventing rejected files from being deleted via the item delete trigger
- Exposed the disabled state via
context.disabled
- Resolved an issue where the change event wasn’t triggered when files were dropped into the
- Tour:
- Fixed an issue where the dialog tour step did not synchronize its z-index with the content
- Date Picker:
- Fixed a crash that occurred when entering very large invalid dates in the input field
- Fixed an issue in the year view where selecting a year was not possible when the
min
andmax
dates were less than one year apart and overlapped two distinct years
@ark-ui/[email protected]
Added
- [NEW] Tour: Introduced the
Tour
component to guide users through the interface. For more
details, check the Tour documentation. - [NEW] FocusTrap: Implemented the
FocusTrap
component to confine focus within a specified
container.
Fixed
- Resolved an issue where form-related components reset despite the reset event being cancelled.
- HoverCard, Tooltip: Resolved an issue where the controlled open state could become
inconsistent during theopening
orclosing
phases. - FileUpload:
- Fixed a brief warning display when a new image file is added to the preview.
- Enhanced click detection for the dropzone and added support for the
disableClick
prop.
@ark-ui/[email protected]
Added
- [NEW] Tour: Introduced the
Tour
component to guide users through the interface. For more
details, check the Tour documentation. - [NEW] FocusTrap: Implemented the
FocusTrap
component to confine focus within a specified
container.
Fixed
- Resolved an issue where form-related components reset despite the reset event being cancelled.
- HoverCard, Tooltip: Resolved an issue where the controlled open state could become
inconsistent during theopening
orclosing
phases. - FileUpload:
- Fixed a brief warning display when a new image file is added to the preview.
- Enhanced click detection for the dropzone and added support for the
disableClick
prop.
@ark-ui/[email protected]
Fixed
- Resolved an issue where form-related components reset despite the reset event being cancelled.
- FileUpload:
- Fixed a brief warning display when a new image file is added to the preview.
- Enhanced click detection for the dropzone and added support for the
disableClick
prop.
@ark-ui/[email protected]
Added
- [NEW] Tour: Introduced the
Tour
component to guide users through the interface. For more
details, check the Tour documentation. - [NEW] FocusTrap: Implemented the
FocusTrap
component to confine focus within a specified
container.
Fixed
- HoverCard, Tooltip: Resolved an issue where the controlled open state could become
inconsistent during theopening
orclosing
phases.
@ark-ui/[email protected]
Added
- Clipboard: Introduced
Clipboard.ValueText
to display clipboard content. - FileUpload:
- Added
preventDropOnDocument
to block file drops on the document when the file upload component is active. - Added
setClipboardFiles
to the API for setting files from clipboard data.
- Added
- Progress: Added support for
defaultValue
,onValueChange
andv-model
. - Tabs, Menu, Combobox: Added
navigate
property for custom router navigation when selections render as links. - QrCode:
- Added support for
defaultValue
,onValueChange
andv-model
. - Added
QrCode.DownloadTrigger
to enable QR code image downloads.
- Added support for
Fixed
- Collapsible: Fixed a bug where the opening animation replayed when an open collapsible was re-rendered.
- Dialog, Popover: Resolved an issue causing dialogs or popovers to close if the focused element was removed from the DOM.
- FileUpload: Fixed a bug causing the hidden input to desync from accepted files.
- Menu, Popover: Fixed inconsistent interaction detection outside the component when the trigger was inside a scrollable container.
- Pagination: Corrected an issue where the page range returned an incorrect
end
value whenpageSize
exceededcount
. - QRCode: Fixed
getDataUrl
to generate a properly sized QR code.
@ark-ui/[email protected]
Added
- Clipboard: Introduced
Clipboard.ValueText
to display clipboard content. - FileUpload:
- Added
preventDropOnDocument
to block file drops on the document when the file upload component is active. - Added
setClipboardFiles
to the API for setting files from clipboard data.
- Added
- Progress: Added support for
onValueChange
anddefaultValue
. - Tabs, Menu, Combobox: Added
navigate
property for custom router navigation when selections render as links. - QrCode:
- Added support for
onValueChange
anddefaultValue
. - Added
QrCode.DownloadTrigger
to enable QR code image downloads.
- Added support for
Fixed
- Collapsible: Fixed a bug where the opening animation replayed when an open collapsible was re-rendered.
- Dialog, Popover: Resolved an issue causing dialogs or popovers to close if the focused element was removed from the DOM.
- FileUpload: Fixed a bug causing the hidden input to desync from accepted files.
- Menu, Popover: Fixed inconsistent interaction detection outside the component when the trigger was inside a scrollable container.
- Pagination: Corrected an issue where the page range returned an incorrect
end
value whenpageSize
exceededcount
. - QRCode: Fixed
getDataUrl
to generate a properly sized QR code.
@ark-ui/[email protected]
Added
- Clipboard: Introduced
Clipboard.ValueText
to display clipboard content. - FileUpload:
- Added
preventDropOnDocument
to block file drops on the document when the file upload component is active. - Added
setClipboardFiles
to the API for setting files from clipboard data.
- Added
- Progress: Added support for
onValueChange
anddefaultValue
. - Tabs, Menu, Combobox: Added
navigate
property for custom router navigation when selections render as links. - QrCode:
- Added support for
onValueChange
anddefaultValue
. - Added
QrCode.DownloadTrigger
to enable QR code image downloads.
- Added support for
Fixed
- Collapsible: Fixed a bug where the opening animation replayed when an open collapsible was re-rendered.
- Dialog, Popover: Resolved an issue causing dialogs or popovers to close if the focused element was removed from the DOM.
- FileUpload: Fixed a bug causing the hidden input to desync from accepted files.
- Menu, Popover: Fixed inconsistent interaction detection outside the component when the trigger was inside a scrollable container.
- Pagination: Corrected an issue where the page range returned an incorrect
end
value whenpageSize
exceededcount
. - QRCode: Fixed
getDataUrl
to generate a properly sized QR code.