From 81082815b830ffc442fc8b57cc2cc7085db7da63 Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Fri, 15 Mar 2019 13:46:51 -0400 Subject: [PATCH] dates, version, changelog --- Changelog.md | 5 +++++ LICENSE_BANNER | 2 +- package.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0e439a2d9..311017977 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)) diff --git a/LICENSE_BANNER b/LICENSE_BANNER index b61382e67..d3fabf275 100644 --- a/LICENSE_BANNER +++ b/LICENSE_BANNER @@ -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"); diff --git a/package.json b/package.json index a18a326a6..e4d7c8494 100644 --- a/package.json +++ b/package.json @@ -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",