Changes in version 0.1.6 (2025-06-15) - Align to ggplot2 latest release and S7 implementations - Deprecated easy_labs(); this behaviour is now native in ggplot2 https://github.com/tidyverse/ggplot2/pull/5879 Changes in version 0.1.5 (2024-11-03) - Restore compatibility with ggplot2's get_labs() - Added easy_*_size() functions which do not have 'plot' in the name (#77, @davidhodge931) - Added easy_title_bold(), easy_title_plain(), and easy_title_regular() (#71, @davidhodge931) - Minor fixes for CRAN Changes in version 0.1.4 (2023-03-12) - Added easy_remove_gridlines() (#45, @thomas-neitmann) - Added gridlines example to shortcuts vignette - Use = "none" to remove legend - Align to ggplot2::ggplot_add generic signature (fixes CRAN check) - Removed LazyData (fixes CRAN check) Changes in version 0.1.3 (2021-01-07) - Tests updated to comply with new r-devel all.equal() environment checks - Added easy_center_title() (#44, @thomas-neitmann) - New logo (#57, @statnmap) Changes in version 0.1.2 (2020-03-19) - Support for ggplot2 3.3.0 (no implementation change required) - Added easy_remove_legend_title() (#39, @feddelegrand7) - Updated covrpage test results - Repaired failing tests on CRAN Changes in version 0.1.1 (2020-01-31) - Initial CRAN release - Supports the following shortcuts: easy_add_legend_title easy_adjust_legend easy_all_text_color easy_all_text_colour easy_all_text_size easy_change_legend easy_change_text easy_labs easy_legend_at easy_move_legend easy_plot_caption_size easy_plot_legend_size easy_plot_legend_title_size easy_plot_subtitle_size easy_plot_title_size easy_remove_axes easy_remove_legend easy_remove_x_axis easy_remove_y_axis easy_rotate_labels easy_rotate_legend easy_rotate_x_labels easy_rotate_y_labels easy_text_color easy_text_colour easy_text_size easy_x_axis_labels_size easy_x_axis_title_size easy_y_axis_labels_size easy_y_axis_title_size