Skip to content

Commit

Permalink
Prepare for 5.3.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Nov 27, 2017
1 parent 08062f3 commit ac8173a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# JSROOT changelog

## Changes in 5.3.x
## Changes in 5.3.2
1. Fix - use FontSize when draw TLegend entries
2. Fix - correctly show TH2 overflow stats
3. Fix - tooltips handling for TH1 hbar drawings
4. Implement JSROOT.toJSON() function to produce ROOT JSON string
4. Implement JSROOT.toJSON() function to produce ROOT JSON string


## Changes in 5.3.1
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.1",
"version": "5.3.2",
"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.1 2/11/2017";
JSROOT.version = "5.3.2 27/11/2017";

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

0 comments on commit ac8173a

Please sign in to comment.