Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

23 Jan 18:09
ef00f3f
Compare
Choose a tag to compare

Fixed

  • FileUpload: Resolved an issue where multiple files were added during a single upload
    operation.

@ark-ui/[email protected]

23 Jan 18:08
19dc534
Compare
Choose a tag to compare

Fixed

  • FileUpload: Resolved an issue where multiple files were added during a single upload
    operation.

@ark-ui/[email protected]

23 Jan 18:07
c4be680
Compare
Choose a tag to compare

Fixed

  • FileUpload: Resolved an issue where multiple files were added during a single upload
    operation.
  • DatePicker: Fixed an issue where the defaultView property did not correctly switch to the
    specified view.

@ark-ui/[email protected]

22 Jan 21:24
01439b0
Compare
Choose a tag to compare

Added

  • DatePicker:
    • Added minView and maxView 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 and timeZone options to the format method
    • Introduced placeholder context property to customize the input's placeholder text

Fixed

  • ColorPicker, HoverCard, Tooltip:
    • Fixed intermittent placement shifts caused by updates to the data-placement attribute
  • 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
  • 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 and max
      dates were less than one year apart and overlapped two distinct years

@ark-ui/[email protected]

22 Jan 21:25
a0ba4b4
Compare
Choose a tag to compare

Added

  • DatePicker:
    • Added minView and maxView 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 and timeZone options to the format method
    • Introduced placeholder context property to customize the input's placeholder text

Fixed

  • ColorPicker, HoverCard, Tooltip:
    • Fixed intermittent placement shifts caused by updates to the data-placement attribute
  • 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
  • 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 and max
      dates were less than one year apart and overlapped two distinct years

@ark-ui/[email protected]

22 Jan 21:25
d3cd455
Compare
Choose a tag to compare

Added

  • DatePicker:
    • Added minView and maxView 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 and timeZone options to the format method
    • Introduced placeholder context property to customize the input's placeholder text

Fixed

  • ColorPicker, HoverCard, Tooltip:
    • Fixed intermittent placement shifts caused by updates to the data-placement attribute
  • 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
  • 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 and max
      dates were less than one year apart and overlapped two distinct years

@ark-ui/[email protected]

14 Jan 08:57
b0b44ad
Compare
Choose a tag to compare

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 the opening or closing 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]

14 Jan 08:56
bdf3086
Compare
Choose a tag to compare

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 the opening or closing 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]

14 Jan 08:55
f45053a
Compare
Choose a tag to compare

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]

11 Jan 14:07
caf7304
Compare
Choose a tag to compare

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 the opening or closing phases.