Skip to content

Commit

Permalink
dates, version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Mar 15, 2019
1 parent 5ca19b2 commit 8108281
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.12
* Provide alternate, more descriptive names for properties so that the meaning is not overloaded, to reduce confusion and improve code clarity:
* `dataTable.group` and `dataGrid.group` took a nesting function, not a crossfilter group, so they are replaced with a new property called `section` ([#855](https://github.com/dc-js/dc.js/issues/855)). Additionally, `dataTable.section` is no longer mandatory and defaults to the empty string.
The old property names are still supported, but they emit an informational message recommending the better name. They could be deprecated in the future (but there is probably no need).

## 3.0.11
* Remove the deprecation on `colorMixin.colorCalculator`, and implement it in a reasonable way ([#1493](https://github.com/dc-js/dc.js/issues/1493))

Expand Down
2 changes: 1 addition & 1 deletion LICENSE_BANNER
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc <%= conf.pkg.version %>
* http://dc-js.github.io/dc.js/
* Copyright 2012-2016 Nick Zhu & the dc.js Developers
* Copyright 2012-2019 Nick Zhu & the dc.js Developers
* https://github.com/dc-js/dc.js/blob/master/AUTHORS
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dc",
"version": "3.0.11",
"version": "3.0.12",
"license": "Apache-2.0",
"copyright": "2017",
"copyright": "2019",
"description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",
"keywords": [
"visualization",
Expand Down

0 comments on commit 8108281

Please # to comment.