Skip to content

Commit 931ad24

Browse files
committed
Prepare 5.3.5 release
1 parent 0ad202c commit 931ad24

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changes.md

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

33
## Changes in 5.3.5
4-
1. Fix - correctly use preloaded d3.js in notebooks/require.js environment
4+
1. Fix - correctly show histogram with negative bins and fill attributes (#143)
5+
2. Fix - correct animation for status line (when visible)
6+
3. Fix - correctly set lin/log settings back top TPad object
7+
4. Fix - correctly use preloaded d3.js in notebooks/require.js environment
8+
5. Cached Latex regex to improve drawing speed (#145)
59

610

711
## Changes in 5.3.4

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.3.4",
3+
"version": "5.3.5",
44
"description": "JavaScript ROOT",
55
"homepage": "https://root.cern/js/",
66
"main": "./scripts/JSRootCore.js",

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.3.4 19/12/2017";
98+
JSROOT.version = "5.3.5 25/01/2018";
9999

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

0 commit comments

Comments
 (0)