Skip to content

Commit

Permalink
Prepare for 5.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Nov 2, 2017
1 parent 936182e commit 2d2025c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSROOT changelog

## Cahnges in 5.3.x
## Changes in 5.3.1
1. Fix - show TH2 projections also when tooltip is disabled
2. Fix - use z_handle to format Z-axis labels
3. Fix - support labels on TH3 Z axis
Expand All @@ -14,7 +14,10 @@
11. Fix - correctly show axis labels on 3D plot
12. Fix - correctly handle circle (#24) as marker kind
13. Fix - correct circle drawing with coordinates rounding

14. Fix - TLatex #frac and #splitline, adjust vertical position
15. Fix - workaround for y range when fMinimum==fMaximum!=-1111
16. Fix - correct tooltips for graph with marker drawing


## Changes in 5.3.0
1. New supported classes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "5.3.0",
"version": "5.3.1",
"description": "JavaScript ROOT",
"homepage": "https://root.cern/js/",
"main": "./scripts/JSRootCore.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

"use strict";

JSROOT.version = "5.3.0 26/09/2017";
JSROOT.version = "5.3.1 2/11/2017";

JSROOT.source_dir = "";
JSROOT.source_min = false;
Expand Down

0 comments on commit 2d2025c

Please sign in to comment.