Skip to content

Commit 2d2025c

Browse files
committed
Prepare for 5.3.1 release
1 parent 936182e commit 2d2025c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changes.md

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

3-
## Cahnges in 5.3.x
3+
## Changes in 5.3.1
44
1. Fix - show TH2 projections also when tooltip is disabled
55
2. Fix - use z_handle to format Z-axis labels
66
3. Fix - support labels on TH3 Z axis
@@ -14,7 +14,10 @@
1414
11. Fix - correctly show axis labels on 3D plot
1515
12. Fix - correctly handle circle (#24) as marker kind
1616
13. Fix - correct circle drawing with coordinates rounding
17-
17+
14. Fix - TLatex #frac and #splitline, adjust vertical position
18+
15. Fix - workaround for y range when fMinimum==fMaximum!=-1111
19+
16. Fix - correct tooltips for graph with marker drawing
20+
1821

1922
## Changes in 5.3.0
2023
1. New supported classes:

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.0",
3+
"version": "5.3.1",
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.0 26/09/2017";
98+
JSROOT.version = "5.3.1 2/11/2017";
9999

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

0 commit comments

Comments
 (0)