Skip to content

Commit

Permalink
Prepare for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Feb 14, 2024
1 parent 447f9a7 commit 6a7c00e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## 0.7.0 (2024-02-14)

- Add `reverse` optional parameter to `getAsymmetricDivergingColors` (Fixes [#6](https://github.com/riatelab/dicopal.js/issues/6)).
- New: Add `reverse` optional parameter to `getAsymmetricDivergingColors` (Fixes [#6](https://github.com/riatelab/dicopal.js/issues/6)).

- Fix `getAsymmetricDivergingColors` to return the correct number of colors when `balanced` is `true` and 'classLeft' is less than 'classRight' and central class is false (Fixes [#7](https://github.com/riatelab/dicopal.js/issues/7)).

Expand Down Expand Up @@ -50,7 +50,7 @@

- Add `getRawData` function to return the raw data used by the package.
- Add `getPaletteNumbers` function to return the available number of classes for a given palette.
g

## 0.3.0 (2023-07-05)

- Specify location of type definitions in `package.json` to avoid warnings when using the package in a TypeScript project.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicopal",
"version": "0.6.4",
"version": "0.7.0",
"description": "Discrete color palettes for cartography and data visualization",
"homepage": "https://github.com/riatelab/dicopal.js",
"repository": {
Expand Down

0 comments on commit 6a7c00e

Please sign in to comment.