Skip to content

Commit 7e13922

Browse files
committed
prepare for 5.8.1 release
1 parent 5b47fb9 commit 7e13922

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# JSROOT changelog
22

3-
## Changes in 5.8.x
3+
## Changes in 5.8.1
44
1. Fix - use Math.floor when search for bin label
55
2. Fix - renable correct highlight of TGraphErrors
6+
3. Fix - adjust TH1/TH2/TAxis values to let stream them in ROOT
7+
4. Fix - adjust TH[1,2,3].Fill() method to update entries count
68

79

810
## Changes in 5.8.0

demo/gulp/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of building lib.js with gulp for JavaScript ROOT",
55
"main": "example.htm",
66
"dependencies": {
7-
"jsroot": "^5.8.0"
7+
"jsroot": "^5.8.1"
88
},
99
"overrides": {
1010
"MathJax": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "5.8.0",
3+
"version": "5.8.1",
44
"engines": {
55
"node": ">=0.8"
66
},

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
"use strict";
9797

98-
JSROOT.version = "5.8.x 19/12/2019";
98+
JSROOT.version = "5.8.1 7/05/2020";
9999

100100
JSROOT.source_dir = "";
101101
JSROOT.source_min = false;

0 commit comments

Comments
 (0)