Changes in version 0.1.7.9000 - Fixed an compatibility issue with the new ggplot2 v4.0.0 release. (#164, thanks @teunbrand) - Added requirement of ggplot2 >= 3.5.2. (#161, thanks @antivirak) Changes in version 0.1.7 (2025-06-19) - Updates to accomodate new ggplot2 v4.0.0 release. (#156) Changes in version 0.1.6 (2024-07-29) - Add basic positron IDE support. (#152) - Update for now deprecated systemfonts::match_font(). (#153) Changes in version 0.1.5 (2024-02-13) - Accommodate for breaking changes in ggplot2 v3.5.0. (#148) - {thematic} now works with recent versions of the {vdiffr} package. (#149) Changes in version 0.1.4 (2023-11-04) - The {httpgd} graphics device (and thus, Github codespaces) is now supported. (#143) Changes in version 0.1.3 (2023-08-11) - Closed #129: Fixed a bug with not being able override thematic inside geom_sf(). (#129) - Closed #120: A warning about a length-one vector is no longer thrown on R 4.2. (#121) - Closed #111: {thematic} no longer throws an error when used with ggiraph::dsvg(). (#112) Changes in version 0.1.2.1 (2021-06-09) Patch release for vdiffr 1.0 Changes in version 0.1.2 (2021-03-29) - Closed #89: {thematic} now works as expected with the {gganimate} package. (#96) - Closed #93: Better support for {ggplot2} extensions that set geom/scale colour defaults to 0. - Closed #90: Enabling thematic no longer fails when used with package(s) that register {ggplot2} methods via registerS3method() within .onLoad() ({zoo} is one such package that does this). (#90) - Closed #86: thematic_rmd() now works as expected in shiny: runtime Rmd documents. (#87) - Closed #82: Fixed a bug with ggplot2::element_blank() in plot-specific user code not being respected by {thematic}. (#83) Changes in version 0.1.1 (2021-01-16) - Initial release of the package, see https://rstudio.github.io/thematic/