npm react-image-crop 8.6.5

latest releases: 11.0.5, 11.0.4, 11.0.3...
3 years ago

This release address three accessibility issues:

  • Removes the tabIndex on the crop selection div in favor of the tabIndex on the root div. Apps can style the focus border as needed to provide a visual indicator that the cropper is selected.
  • Increases the nudge step to 1px and the large nudge step to 10px to match better with other crop experiences.
  • Renames nudgeStepLarge to nudgeStepMedium to allow adding a new variable for nudging with the cmd/ctrl key. When using the cmd/ctrl key nudge it will move the crop selection by 100px. This handles the keybindings based on the current platform so if mac is detected the cmd key will be used otherwise the ctrl key will be used.

Credits to @mskelton

Don't miss a new react-image-crop release

NewReleases is sending notifications on new releases.