Changes in version 0.2.6 (2025-09-12) - Added drop = FALSE to subsetting of data (2025-09-12, Fri, #52) - replace aes_ and aes_string with aes as they are soft-deprecated (2025-07-02, Wed, #51) Changes in version 0.2.5 (2025-06-21) - S3 method consistency with ggplot2 (v=4.0.0) (2025-06-21, Sat, #50) Changes in version 0.2.4 (2024-08-28) - if geom_scatterpie(data = NULL), the layer will try to use plot$data (2024-08-28, Wed) Changes in version 0.2.3 (2024-06-05) - supports labeling slices of pies (2024-06-05, Wed, #49) Changes in version 0.2.2 (2024-04-03) - introduce donut_radius and bg_circle_radius parameters to control the layer of pie (2024-04-03, Wed, #46) Changes in version 0.2.1 (2023-06-07) - introduce breaks parameter in geom_scatterpie_legend() (2023-06-07, Wed, #40) Changes in version 0.2.0 (2023-05-24) - increase R version of dependency to 4.1.0 as we used native pipe (2023-04-26, Wed) Changes in version 0.1.9 (2023-04-21) - allow label customization in scatterpie legend (2023-04-22, Sat, #38) - fixed the overlap issue with group mapping (2023-03-02, Thu, #37) Changes in version 0.1.8 (2022-09-03) - improve the legend of pie radius (2022-09-03, Sat, #35) Changes in version 0.1.7 (2021-08-20) - import get_aes_var from ggfun instead of rvcheck (2021-08-20) Changes in version 0.1.6 (2021-04-23) - fixed R check by suggesting rmarkdown package