What's Changed
* added `cut_with_plane` function and `CutWithPlane` class/widget by zoccoler in https://github.com/BiAPoL/napari-crop/pull/37
* fixed bbox to metadata for nD images and updated associated tests by zoccoler in https://github.com/BiAPoL/napari-crop/pull/37
* fixed bug in `crop_region` function when rgb images were cropped with irregular shapes
* translate cropped layer to be displayed on top of shape/cutting plane
* added `._utils` module containing auxiliary functions
* added tests for `cut_with_plane` function and a test for the widget
* added notebooks folder with a jupyter notebook example on using `cut_with_plane` function
* added [napari-workflows](https://github.com/haesleinhuepf/napari-workflows) to dependencies (fixes previous bug)
* updated repository documentation with an example `.gif` image showing `CutWithPlane` widget usage
**Full Changelog**: https://github.com/BiAPoL/napari-crop/compare/0.1.7...0.1.8