Skip to content

@udecode/resizable@20.5.0

Compare
Choose a tag to compare
@zbeyens zbeyens released this 06 Jun 13:47
· 1780 commits to main since this release
37882ff

Minor Changes

  • #2425 by @Nmarinsiruela – Added touch events to Resizable

    We were lacking touch-related events on ResizeHandle.tsx. That made it so that mobile users will not be able to resize an element.
    With the addition of the functions, this functionality should be available as it was prior to the latest major bump.
    Additionally, we were missing the 'resizable' alias in 'aliases-plate', which made the local development quite complex.