Skip to contents

ideacolors 2.0.0

New features

Breaking changes

  • All palette ramps and scales will default to the most recent branding guidelines available. Visualizations from previous versions may not be reproducible without adding the year argument.

  • idea_palette_ramp(), scale_color_idea(), scale_fill_idea() will use the year = 2024 argument by default, where previous behavior defaulted to the 2019 branding guidelines. It is suggested to use scale_color_idea(year = 2019) or scale_fill_idea(year = 2019) to preserve compatibility with previous visualizations.

  • idea_colors$magenta and idea_colors_2019$magenta has no equivalent in idea_colors_2024. The new accent color is idea_colors_2024$vermillion.

Deprecated

  • camp_rio_colors will be permanently renamed camp_rio_colors_2022 to reference branding guidelines. camp_rio_colors is deprecated and can no longer be called.

  • camp_rio_palettes will be permanently renamed camp_rio_palettes_2022 to reference branding guidelines. camp_rio_palettes is deprecated and can no longer be called.

Minor changes

  • Updates to external links, descriptions in documentation

ideacolors 1.0.0

New features

Minor changes

  • Minor updates to documentation to switch links to brandfolder

  • Updated pkgdown page, yml, package authors, description

ideacolors 0.1.0

  • Publish package