Skip to content

Commit db146e9

Browse files
committed
Prepare for 5.3.0 release
1 parent 73cc0ba commit db146e9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

changes.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,33 @@
4343
10. 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
4774
1. Basic JSROOT functionality can be used in Node.js:
4875
var jsroot = require("path/to/JSRootCore.js");

0 commit comments

Comments
 (0)