File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 434310 . In all sources specify "use strict" directive
4444
4545
46+ ## Changes in 5.2.4
47+ 1 . Fix - support pow(x,n) function in formula
48+ 2 . Fix - use pad.fFillColor for frame when fFrameFillColor==0
49+ 3 . Fix - correctly identify horizontal TGaxis with reverse scale
50+ 4 . Fix - correctly handle negative line width in exclusion
51+ 5 . Fix - tooltips handling for TF1
52+
53+
54+ ## Changes in 5.2.3
55+ 1 . Fix - potential mix-up in marker attributes handling
56+ 2 . Fix - unzomming of log scale https://root-forum.cern.ch/t/25889
57+ 3 . Fix - ignore not-supported options in TMultiGraph https://root-forum.cern.ch/t/25888
58+ 4 . Fix - correctly use fGridColor from TStyle
59+ 5 . Fix - prevent error when TPaveText includes TLine or TBox in list of lines
60+ 6 . Fix - bin errors calculations in TProfile
61+
62+
63+ ## Changes in 5.2.2
64+ 1 . Fix several problems, discovered with "use strict" directive
65+
66+
67+ ## Changes in 5.2.1
68+ 1 . Fix - correctly handle new TF1 parameter coding convention (#132 )
69+ 2 . Fix - Check if pad name can be used as element id (#133 )
70+ 3 . Fix - adjust title position for vertical axis with fTitleOffset==0
71+
72+
4673## Changes in 5.2.0
47741 . Basic JSROOT functionality can be used in Node.js:
4875 var jsroot = require("path/to/JSRootCore.js");
You can’t perform that action at this time.
0 commit comments