Skip to content

Releases: dc-js/dc.js

dc.js 4.0

29 Jan 20:24
Compare
Choose a tag to compare

Please see the Changelog for detailed release notes.

The GitHub Releases are not current; there are later 4.* releases (up to 4.2.7) on npm, and dc-v5 is on a branch..

dc.js 3.0.2

11 May 21:37
Compare
Choose a tag to compare

Please see the Changelog for detailed release notes. We don't currently use GitHub Releases for release notes.

Use dc.js version 3.* if you want compatibility with d3 versions 4 and 5. Use dc.js version 2.* if you want compatibility with d3 version 3. 2.* will be maintained for a limited time.

2.0.2

30 Mar 15:27
Compare
Choose a tag to compare

This is the stable release of dc.js.

Please see the changelog for the latest features and bug fixes.

2.0.1

13 Jan 19:10
Compare
Choose a tag to compare

This is the stable release of dc.js.

See the changelog for the latest features and bug fixes.

2.0.0: dc.js 2.0

05 Jan 04:26
Compare
Choose a tag to compare

This is the stable release of dc.js.

See the changelog for the latest features and bug fixes.

2.0.0 beta 26

12 Feb 00:46
Compare
Choose a tag to compare
2.0.0 beta 26 Pre-release
Pre-release

This is mainly a documentation release.

Please watch the Changelog for release notes.

(We don't have a huge need for GitHub Releases, but it might be nice to copy the changelog here.)

adding dc.min.css

31 Oct 06:37
Compare
Choose a tag to compare

Requested in #1023 - and until 2.0 goes live, we have to update the 1.7 branch in order to add stuff to cdnjs.

So, this still-unsupported branch gets another update.

2.0.0 beta 19

18 Sep 14:33
Compare
Choose a tag to compare
2.0.0 beta 19 Pre-release
Pre-release

dc.js 2.0 is very close to a release - please try out this beta!

Among other changes, beta 19 is a lot faster, because it enables crossfilter optimizations which had been previously unused.

See the changelog for complete details.

1.7.4

18 Sep 14:32
Compare
Choose a tag to compare

This release just brings the sourcemaps *.map into the distribution so that Chrome will stop complaining about them being missing.

The 1.7.* branch is still unsupported and its tests fail. Release 2.0 is almost here, please try the latest beta.

v1.7.3

04 Jan 21:05
Compare
Choose a tag to compare
  • Some corrections to module support for browserify and other node-based modularization schemes
  • Note: tests are broken on this release, and will not be fixed (unless someone cares to contribute). This is mostly due to changes in d3.js. Tests work properly in 2.*