File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3- ## Changes in 5.2.x
4- 1 . Fix in marker attributes handling - can mix different attributes
5- 2 . Fix in unzomming of log scale - https://root-forum.cern.ch/t/25889
6- 3 . Fix in TMultiGraph painting - ignore not-supported options https://root-forum.cern.ch/t/25888
7- 4 . Fix - correctly use fGridColor from TStyle
3+ ## Changes in 5.2.3
4+ 1 . Fix - potential mix-up in marker attributes handling
5+ 2 . Fix - unzomming of log scale https://root-forum.cern.ch/t/25889
6+ 3 . Fix - ignore not-supported options in TMultiGraph https://root-forum.cern.ch/t/25888
7+ 4 . Fix - correctly use fGridColor from TStyle
885 . Fix - prevent error when TPaveText includes TLine or TBox in list of lines
9- 6 . Fix mistake in TProfile bin errors calculation
9+ 6 . Fix - bin errors calculations in TProfile
1010
1111
1212## Changes in 5.2.2
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 5.2.2 " ,
3+ "version" : " 5.2.3 " ,
44 "description" : " JavaScript ROOT" ,
55 "homepage" : " https://root.cern/js/" ,
66 "main" : " ./scripts/JSRootCore.js" ,
Original file line number Diff line number Diff line change 8989 }
9090} ( function ( JSROOT ) {
9191
92- JSROOT . version = "5.2.x 21 /08/2017" ;
92+ JSROOT . version = "5.2.3 23 /08/2017" ;
9393
9494 JSROOT . source_dir = "" ;
9595 JSROOT . source_min = false ;
You can’t perform that action at this time.
0 commit comments