Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update news for v3.2.0 #50

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggsci
Type: Package
Title: Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
Version: 3.1.0.9000
Version: 3.2.0
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# ggsci 3.1.0.9000
# ggsci 3.2.0

## New features

- Add the Observable 10 palette in `scale_color_observable()`
and `scale_fill_observable()` (#41).
- Add Bootstrap 5 color palettes (continuous) in `scale_color_bs5()`
and `scale_fill_bs5()` (#18).
- Add Tailwind CSS color palettes (continuous) in `scale_color_tw3()`
and `scale_fill_tw3()` (#19).

## Improvements

Expand Down
Loading