Skip to content

v116.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 14 Mar 11:48
· 3051 commits to master since this release
9efa9fa

116.0.0 (2023-03-14)

⚠ BREAKING CHANGES

  • tile-select: The name prop is now required for
    TileSelect. Additionally, the onChange handler in TileSelect and
    TileSelectGroup components has been updated to properly
    type arguments, including custom events. Also inputRef prop has been removed.

Code Refactoring

  • tile-select: convert component to typescript (382ef95)