Skip to content

Commit 420e0c5

Browse files
committed
Readying for v5.0.0-alpha4
1 parent cda9b25 commit 420e0c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.0-alpha4
2+
* Minor typings fixes
3+
* minor refactor for beforeResize
4+
* Make redrawAll resilient against errors in beforeRedrawAll
5+
16
## 5.0.0-alpha3
27
* Rearrange Data Classes to better support Remote Data classes.
38
* 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-alpha4",
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)