Skip to contents

v1.0.0-rc.0

General changes

  • Fix missing 'use client' directives (#3408)

Autocomplete

  • Fix keepHighlight focus sync (#3399)

Checkbox

  • Breaking change: Match native unchecked state in form submission.
    The Checkbox will not submit the "off" value with a form when unchecked anymore, unless the new uncheckedValue prop is set. (#3406)

Collapsible

  • Remove render={null} (#3407)

Combobox

  • Breaking change: Removed the keepHighlight prop (#3377)

Dialog

  • Close when pressing focusable element outside (#3380)
  • Fix closing after pointer lock exit in Firefox (#3379)
  • Add highlightItemOnHover prop (#3377)
  • Do not import client components from MenuStore (#3409)

Number Field

  • Ensure hidden input participates in form validation (#3374)
  • Improve symbol replacement logic (#3376)
  • Fix fractional step snapping (#3375)
  • Fix parsing numbers with Swiss locale (#3361)
  • Fix pointer lock release when soft clicking in Firefox (#3378)

Popover

  • Close when pressing focusable element outside (#3380)
  • Fix modal backdrop on touch (#3383)
  • Fix popover glitching when flipped (#3364)

Select

  • Add highlightItemOnHover prop (#3377)

Switch

  • Breaking change: Match native off state in form submission.
    The Switch will not submit the "off" value with a form when unchecked anymore, unless the new uncheckedValue prop is set. (#3406)

Tabs

  • Breaking change: Fix Panel keepMounted behavior.
    The value prop is now required on <Tabs.Tab> and <Tabs.Panel>. (#3372)

Toast

  • Recalculate content height when layout size is fixed (#3359)
  • Fix multiple swipe directions on same axis (#3392)

Tooltip

  • Improve contained triggers performance (#3385)