Changes in version 1.0.6.990 - reconstruct the parameters of starGrob, following the grid conventions, and export it. (2026-05-20, Wed, @RachBioHaz, https://github.com/xiangpin/ggstar/issues/11) - default_aes uses from_theme of ggplot2. (2025-12-16, Tue, @davidhodge931, https://github.com/xiangpin/ggstar/issues/9) Changes in version 1.0.6 (2025-09-19) - add a version dependency on the new ggiraph. (2025-09-19, Fri) Changes in version 1.0.5 - add scale_starshape_interactive. (2025-09-03, Wed) - add geom_star_interactive which can work with ggiraph. (2025-08-05, Tue, @aymennasri, https://github.com/xiangpin/ggstar/issues/7) - add new shape (starshape = 32). (2024-04-07, Sun, @brunomioto, https://github.com/xiangpin/ggstar/issues/5) - add semicircle shape (starshape = 31). (2023-07-26, Wed, @lch14forever, https://github.com/xiangpin/ggstar/issues/4) - add scale_angle_manual. (2023-07-26, Wed) Changes in version 1.0.4 (2022-11-08) - import cli and update some man to be compatible with ggplot2v3.4.0 (2022-10-11, Tue) Changes in version 1.0.3 (2021-12-03) - adjust the default order of starshape, now is 1, 13, 15, 11, 12, 14, 29, 2, 27. (2021-12-03, Fri) - supporting subset in aes. (2021-06-28, Mod) - This is useful to display the data that meets some conditions. - ggtree(tr) + geom_star(mapping=aes(subset=isTip)) Changes in version 1.0.2 (2021-04-07) - new version to CRAN. (2021-04-07, Wed) - update the man and help. (2021-04-07, Wed) Changes in version 1.0.1 (2021-02-10) - changed default starshapes. (2021-02-04, Thu) - modified the dev of vignettes. (2021-02-04, Thu) - don't use svg dev. (20200210, Wed) Changes in version 0.0.9.1 - next new development version before next release version. (20200710, Fri) - color to fill in vignettes. (20201023, Fri) Changes in version 0.0.9 (2020-07-10) - 0.0.7 and 0.0.8 has been skipped, because they didn't pass the check of CRAN, because they don't declared dependencies packages (rmarkdown, markdown, prettydoc) - 0.0.9 new version release to CRAN. (20200710, Fri) Changes in version 0.0.6.4 - add new shapes (28, 29, 30). (20200708, Wed) Changes in version 0.0.6.3 - fix a bug, when starshape is NA in legend. (20200612) Changes in version 0.0.6.2 - add Thin triangle and other style anise star (20200605) Changes in version 0.0.6.1 - add new shapes (heart, circle, Triangle star) Changes in version 0.0.6 (2020-05-15) - update the method to calculate the coordinates of 1,2,3,4,9,10 shapes - default: fill = NA and color = "black". They all can be mapped using aes. Changes in version 0.0.5 (2020-05-14) - update the method to calculate the coordinates of 2 and 4 starshape. Changes in version 0.0.4 (2020-03-19) - first release to CRAN.