-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
574af13
commit 21cedcc
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# sgplot 0.2.1 | ||
|
||
* Fix issue where `scale_` functions didn't work without the package being loaded (#26) | ||
|
||
* Add [examples of using non-default colour palettes](https://datasciencescotland.github.io/sgplot/articles/cookbook.html#using-different-colour-palettes) (#24) | ||
|
||
* Add link to `theme_sg()` in `use_sgplot()` help file | ||
|
||
# sgplot 0.2.0 | ||
|
||
* Add [Scottish Government Design System colour palettes](https://designsystem.gov.scot/guidance/charts/data-visualisation-colour-palettes) | ||
|
||
* Reduce `base_line_size` in `theme_sg()` | ||
|
||
* Remove default dark blue outline from `geom_col` and `geom_bar` when using `use_sgplot()`. | ||
|
||
# sgplot 0.1.0 | ||
|
||
* First package release | ||
|
||
* Add functions to create accessible plots using `ggplot2` | ||
|
||
* Add pkgdown site (https://datasciencescotland.github.io/sgplot) including [cookbook](https://datasciencescotland.github.io/sgplot/articles/cookbook.html) |