Skip to content

Commit 72c64f4

Browse files
committed
Readying for v5.0.0-alpha5
1 parent 9a77314 commit 72c64f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.0.0-alpha5
2+
* Make redrawAll resilient against errors in beforeRedrawAll
3+
4+
## 5.0.0-alpha4
5+
* Minor typings fixes
6+
17
## 5.0.0-alpha3
28
* Rearrange Data Classes to better support Remote Data classes.
39
* Extract and externalize CrossFilter specific behavior. This should allow easier to remote data.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc",
3-
"version": "5.0.0-alpha3",
3+
"version": "5.0.0-alpha5",
44
"license": "Apache-2.0",
55
"copyright": "2020",
66
"description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",

0 commit comments

Comments
 (0)