- Horizontal Dragging: Support for dragging images horizontally if they are wider than the container.
- Zoom Support: New
zoomprop to scale images, enabling 2D scrolling/positioning when zoomed in.
All notable changes to this project will be documented in this file.
- Accessibility: Added
altprop toImageCropViewfor better screen reader support (defaults to "Croppable image"). - Keyboard Navigation: Implemented ArrowUp/ArrowDown key support for adjusting image position.
- Touch Support: Added full touch event handling for mobile devices to support dragging.
- ARIA: Added
role="application",aria-label, andaria-descriptionto the container. - Documentation: Added "Accessibility" section to README and updated Props table.
- Container is now focusable (
tabIndex={0}) when in editing mode.