diff --git a/changes.md b/changes.md index d05b51fcb..7f6eea33e 100644 --- a/changes.md +++ b/changes.md @@ -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 @@ -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: diff --git a/package.json b/package.json index ca039d98f..0025321af 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/JSRootCore.js b/scripts/JSRootCore.js index d25ddde6a..cebd86f55 100644 --- a/scripts/JSRootCore.js +++ b/scripts/JSRootCore.js @@ -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;