Skip to content

Latest commit

 

History

History
212 lines (149 loc) · 9.09 KB

CHANGELOG.md

File metadata and controls

212 lines (149 loc) · 9.09 KB

Versions

v1.0.0-alpha.6

Feb 6, 2025

AlertDialog

  • onOpenChangeComplete prop (#1305) @atomiks
  • Fix jump with scroll-behavior style (#1343) @atomiks

Avatar

  • Add Avatar component (#1210) @acomanescu

Checkbox

  • Avoid applying hidden attr when keepMounted=true for indicators (#1329) @onehanddev

Dialog

  • Remove modal={open} state (#1352) @atomiks
  • Support multiple non-nested modal backdrops (#1327) @atomiks
  • Fix missing ids on Title and Description (#1326) @mj12albert
  • onOpenChangeComplete prop (#1305) @atomiks
  • Fix jump with scroll-behavior style (#1343) @atomiks

Field

  • Respect validationMode (#1053) @atomiks
  • Add filled and focused style hooks (#1341) @atomiks

Form

  • Fix focusing of invalid field controls on errors prop change (#1364) @atomiks

Menu

  • Avoid applying hidden attr when keepMounted=true for indicators (#1329) @onehanddev
  • Support submenus with openOnHover prop (#1338) @atomiks
  • Fix iPad detection when applying scroll lock (#1342) @mj12albert
  • onOpenChangeComplete prop (#1305) @atomiks
  • Fix jump with scroll-behavior style (#1343) @atomiks
  • Add OffsetFunction for sideOffset and alignOffset (#1223) @atomiks
  • Ensure keepMounted is a private param on Positioner (#1410) @atomiks

Popover

  • onOpenChangeComplete prop (#1305) @atomiks
  • Add OffsetFunction for sideOffset and alignOffset (#1223) @atomiks
  • Ensure keepMounted is a private param on Positioner (#1410) @atomiks

PreviewCard

  • onOpenChangeComplete prop (#1305) @atomiks
  • Add OffsetFunction for sideOffset and alignOffset (#1223) @atomiks
  • Ensure keepMounted is a private param on Positioner (#1410) @atomiks

Progress

  • Add format prop and Value component (#1355) @mj12albert

Radio

  • Avoid applying hidden attr when keepMounted=true for indicators (#1329) @onehanddev

Select

  • onOpenChangeComplete prop (#1305) @atomiks
  • Fix jump with scroll-behavior style (#1343) @atomiks
  • Add OffsetFunction for sideOffset and alignOffset (#1223) @atomiks
  • Ensure keepMounted is a private param on Positioner (#1410) @atomiks

Slider

  • Fix thumb positioning (#1411) @mj12albert

Tabs

  • Fix being able to activate a disabled tab (#1359) @michaldudak
  • Fix tabs activating incorrectly on non-primary button clicks (#1318) @mj12albert

Tooltip

  • onOpenChangeComplete prop (#1305) @atomiks
  • Add OffsetFunction for sideOffset and alignOffset (#1223) @atomiks
  • Ensure keepMounted is a private param on Positioner (#1410) @atomiks

v1.0.0-alpha.5

Jan 10, 2025

AlertDialog

  • Breaking change: Require Portal part. The AlertDialog must explicitly include the Portal part wrapping the Popup. The keepMounted prop was removed from the Popup. It's only present on the Portal part. #1222 @atomiks
  • Don't call onNestedDialogOpen when unmounting a closed nested dialog #1280 @mj12albert
  • Fix the nesting of different dialogs #1167 @mnajdova
  • Remove useFloating call from the Popup #1300 @michaldudak
  • Set pointer-events on InternalBackdrop based on open state #1221 @atomiks
  • Use internal backdrop for pointer modality #1161 @atomiks

Dialog

  • Breaking change: Require Portal part. The Dialog must explicitly include the Portal part wrapping the Popup. The keepMounted prop was removed from the Popup. It's only present on the Portal part. #1222 @atomiks
  • Don't call onNestedDialogOpen when unmounting a closed nested dialog #1280 @mj12albert
  • Fix the nesting of different dialogs #1167 @mnajdova
  • Remove useFloating call from the Popup #1300 @michaldudak
  • Set pointer-events on InternalBackdrop based on open state #1221 @atomiks
  • Use internal backdrop for pointer modality #1161 @atomiks

Menu

  • Breaking change: Require Portal part. The Menu must explicitly include the Portal part wrapping the Positioner. The keepMounted prop was removed from the Positioner. It's only present on the Portal part. #1222 @atomiks
  • Apply aria-hidden to Arrow parts #1196 @atomiks
  • Fix focusableWhenDisabled components #1313 @mj12albert
  • Fix openOnHover issues #1191 @atomiks
  • Fix closing the menu when clicking on checkboxitem/radioitem #1301 @michaldudak
  • Fix Enter key preventDefault when rendering links #1251 @mj12albert
  • Handle pseudo-element bounds in mouseup detection #1250 @atomiks
  • Set pointer-events on InternalBackdrop based on open state #1221 @atomiks
  • Use internal backdrop for pointer modality #1161 @atomiks

NumberField

  • Correctly handle quick touches #1294 @atomiks

Popover

  • Breaking change: Require Portal part. The Popover must explicitly include the Portal part wrapping the Positioner. The keepMounted prop was removed from the Positioner. It's only present on the Portal part. #1222 @atomiks
  • Apply aria-hidden to Arrow parts #1196 @atomiks
  • Fix PopoverTrigger and TooltipTrigger prop types #1209 @mnajdova

PreviewCard

  • Breaking change: Require Portal part. The PreviewCard must explicitly include the Portal part wrapping the Positioner. The keepMounted prop was removed from the Positioner. It's only present on the Portal part. #1222 @atomiks
  • Apply aria-hidden to Arrow parts #1196 @atomiks
  • Use FloatingPortalLite #1278 @atomiks

Progress

  • Set zero width when value is zero #1204 @mj12albert

ScrollArea

  • Differentiate x/y orientation data-scrolling #1188 @atomiks
  • Read DirectionProvider and use logical positioning CSS props #1194 @mj12albert

Select

  • Breaking change: Require Portal part. The Select must explicitly include the Portal part wrapping the Positioner. The keepMounted prop was removed from the Positioner. It's only present on the Portal part. #1222 @atomiks
  • Allow id to be passed to trigger #1174 @atomiks
  • Fallback to standard positioning when pinch-zoomed in Safari #1139 @atomiks
  • Fix focusableWhenDisabled components #1313 @mj12albert
  • Fix highlight flash on Safari #1233 @atomiks
  • Handle pseudo-element bounds in mouseup detection #1250 @atomiks
  • Use internal backdrop for pointer modality #1161 @atomiks

Separator

  • Support vertical orientation #1304 @mj12albert

Slider

  • Ensure onValueCommitted is called with the same value as latest onValueChange #1296 @mj12albert
  • Replace internal map with Composite metadata #1082 @mj12albert
  • Set position: relative on range slider indicator #1175 @mj12albert
  • Use un-rounded values to position thumbs #1219 @mj12albert

Tabs

  • Expose width/height state in tabs indicator #1288 @aarongarciah

Tooltip

  • Breaking change: Require Portal part. The Tooltip must explicitly include the Portal part wrapping the Positioner. The keepMounted prop was removed from the Positioner. It's only present on the Portal part. #1222 @atomiks
  • Apply aria-hidden to Arrow parts #1196 @atomiks
  • Fix PopoverTrigger and TooltipTrigger prop types #1209 @mnajdova
  • Use FloatingPortalLite #1278 @atomiks

v1.0.0-alpha.4

Dec 17, 2024

Public alpha launch 🐣 Merry Xmas! 🎁