Skip to content

Commit 028b373

Browse files
committed
Update news for 3.0.0 release
1 parent 4ac37c7 commit 028b373

File tree

1 file changed

+31
-10
lines changed

1 file changed

+31
-10
lines changed

NEWS.md

+31-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
11
# ggsci 3.0.0
22

3-
## New Features
3+
## New features
44

5-
- Added three Flat UI colors palettes and one color palette inspired by the
6-
logo of frontiers.org (thanks, @clarajegousse, #14).
7-
- Added COSMIC color palettes. See `scale_color_cosmic()` and
8-
`scale_fill_cosmic()` for details (thanks, @jhrcook, #5, #7).
5+
- Added three Flat UI color palettes in
6+
- `scale_color_flatui()`
7+
- `scale_fill_flatui()`
98

10-
## Bug fixes
9+
and one color palette inspired by the logo of frontiers.org in
10+
- `scale_color_frontiers()`
11+
- `scale_fill_frontiers()`
12+
(thanks, @clarajegousse, #14).
13+
- Added three COSMIC color palettes in
14+
- `scale_color_cosmic()`
15+
- `scale_fill_cosmic()`
1116

17+
(thanks, @jhrcook, #5, #7).
18+
19+
## Improvements
20+
21+
- Use a proper, three-component version number following Semantic Versioning.
22+
- Reduce output figure size in vignettes and `README.Rmd` by switching to the
23+
ragg PNG device and using pngquant for compression.
24+
- Added a new vignette on frequently asked questions.
25+
- A simple solution to interpolate the color palettes when the data has more
26+
categories than the number of colors in a discrete color scale.
27+
- A note on using a color scale consistently for multiple ggplot2 plots by
28+
setting global options (thanks, @DanChaltiel, #13).
1229
- Replace `size` with `linewidth` in code examples for ggplot2 >= 3.4.0.
30+
- Replaced the previous logo with a new hex sticker logo.
31+
- Replaced previous CI/CD solutions with GitHub Actions workflows.
32+
- Fixed broken or moved links in function documentation and vignettes.
33+
- Removed the `LazyData` field from `DESCRIPTION`.
1334

1435
# ggsci 2.9
1536

@@ -25,7 +46,7 @@
2546

2647
# ggsci 2.7
2748

28-
## New Features
49+
## New features
2950

3051
Two new discrete color palettes:
3152

@@ -38,7 +59,7 @@ One new collection of continuous palettes with 19 color options:
3859

3960
# ggsci 2.4
4061

41-
## New Features
62+
## New features
4263

4364
Four new discrete color palettes:
4465

@@ -49,7 +70,7 @@ Four new discrete color palettes:
4970

5071
# ggsci 2.0
5172

52-
## New Features
73+
## New features
5374

5475
Two new discrete color palettes:
5576

@@ -62,7 +83,7 @@ The first continuous color palette:
6283

6384
# ggsci 1.0
6485

65-
## New Features
86+
## New features
6687

6788
Eight discrete color palettes (2016-04-01):
6889

0 commit comments

Comments
 (0)