Skip to content

Commit

Permalink
Prepare for 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jul 6, 2018
1 parent 1cd5a12 commit 93852d5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
30 changes: 29 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSROOT changelog

## Changes in dev
## Changes in 5.5.0
1. Introduce JSROOT.StoreJSON() function. It creates JSON code for the
TCanvas with all drawn objects inside. Allows to store current canvas state
2. Support "item=img:file.png" parameter to insert images in existing layout (#151)
Expand All @@ -15,6 +15,34 @@
10. Improve markers and error bars drawing for TH1/TProfile


## Changes in 5.4.3
1. Fix - draw functions also when histogram "same" option used (#159)
2. Fix - when draw histogram as markers improve optimization algorithm
3. Fix - correct histogram Y-axis range selection in logarithmic scale
4. Fix - for TH2 draw options allow combination "colztext" (#162)
5. Fix - PNG file generation with 3D drawings inside


## Changes in 5.4.2
1. Fix - take into account extra quotes in multipart http reply (#157)
2. Fix - display of labels on X axis with TProfile
3. Fix - support time display in TMultiGraph
4. Fix - correctly parse "optstat" and "optfit" in URL
5. Fix - correctly update TGraph drawing when X range is changing
6. Fix - return only TF1/TF2 object when searching function (#158)


## Changes in 5.4.1
1. Fix - monitoring mode in draw.htm page
2. Fix - zooming in colz palette
3. Fix - support both 9.x and 10.x jsdom version in Node.js (#149)
4. Fix - draw axis main line with appropriate attributes (#150)
5. Fix - use axis color when drawing grids lines (#150)
6. Fix - when set pad logx/logy, reset existing user ranges in pad
7. Fix - avoid too deep calling stack when drawing many graphs or histos (#154)
8. Fix - correctly (re)draw tooltips on canvas with many subpads


## Changes in 5.4.0
1. New supported classes:
- TDiamond
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.4.99",
"version": "5.5.0",
"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 @@ -96,7 +96,7 @@

"use strict";

JSROOT.version = "dev 4/07/2018";
JSROOT.version = "5.5.0 6/07/2018";

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

0 comments on commit 93852d5

Please sign in to comment.