Skip to content

Commit

Permalink
Updating description and news
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Nov 19, 2018
1 parent bf8fc17 commit b1a0eb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shades
Version: 1.2.0
Date: 2018-04-26
Version: 1.3.0
Date: 2018-11-19
Title: Simple Colour Manipulation
Author: Jon Clayden
Maintainer: Jon Clayden <code@clayden.org>
Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ Significant changes to the shades package are laid out below for each release.

===============================================================================

VERSION 1.3.0

- It is now possible to manipulate palette functions and ggplot2 scales using
the colour manipulation functions in this package (#5, #7). When passed one
of these objects, a modified wrapper object is returned. This allows colour
tweaks to be made to standard scales in ggplot2 plots. See the README for a
visual example.
- The gradient() function now returns a function if its second argument is
missing or NULL. This change is complementary to the one above, allowing
palette functions to be created.
- Conversions from HSV to RGB coordinates are now more precise.

===============================================================================

VERSION 1.2.0

- There is now support for transparency, which can be queried or modified
Expand Down

0 comments on commit b1a0eb7

Please sign in to comment.