1
1
# ggsci 3.0.0
2
2
3
- ## New Features
3
+ ## New features
4
4
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() `
9
8
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() `
11
16
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 ).
12
29
- 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 ` .
13
34
14
35
# ggsci 2.9
15
36
25
46
26
47
# ggsci 2.7
27
48
28
- ## New Features
49
+ ## New features
29
50
30
51
Two new discrete color palettes:
31
52
@@ -38,7 +59,7 @@ One new collection of continuous palettes with 19 color options:
38
59
39
60
# ggsci 2.4
40
61
41
- ## New Features
62
+ ## New features
42
63
43
64
Four new discrete color palettes:
44
65
@@ -49,7 +70,7 @@ Four new discrete color palettes:
49
70
50
71
# ggsci 2.0
51
72
52
- ## New Features
73
+ ## New features
53
74
54
75
Two new discrete color palettes:
55
76
@@ -62,7 +83,7 @@ The first continuous color palette:
62
83
63
84
# ggsci 1.0
64
85
65
- ## New Features
86
+ ## New features
66
87
67
88
Eight discrete color palettes (2016-04-01):
68
89
0 commit comments