Changes in version 0.4.2 - Tiny fix for ggplot2 4.0.0. Changes in version 0.4.1 - Bugfix: inset_theme() was overridden in explicitly passed-in inset plot objects. Thanks @XanderDes. Changes in version 0.4.0 - New proj.fill argument to fill the area between the projection lines. Changes in version 0.3.0 - New corners argument sets corner radius on target and inset. Thanks to @thomasp85 for help with this. Changes in version 0.2.0 - from and to can now be mapped to aesthetics, allowing different targets in different facets. - from can now be a logical vector of points to select. - Use shape = "outline" to magnify the convex hull of selected points. - Changed the order of arguments in from and to. - Before: xmin, ymin, xmax, ymax. - Now: xmin, xmax, ymin, ymax. This is much easier to think about. - You can name the arguments to avoid confusion. - Added a proj.combine argument to draw combined or separate projection lines for multiple target areas. - Added some helper functions to find rectangles, convex hulls and grobs. - Added a NEWS.md file to track changes to the package.