File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
33## Changes in 5.3.5
4- 1 . Fix - correctly use preloaded d3.js in notebooks/require.js environment
4+ 1 . Fix - correctly show histogram with negative bins and fill attributes (#143 )
5+ 2 . Fix - correct animation for status line (when visible)
6+ 3 . Fix - correctly set lin/log settings back top TPad object
7+ 4 . Fix - correctly use preloaded d3.js in notebooks/require.js environment
8+ 5 . Cached Latex regex to improve drawing speed (#145 )
59
610
711## Changes in 5.3.4
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 5.3.4 " ,
3+ "version" : " 5.3.5 " ,
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 9595
9696 "use strict" ;
9797
98- JSROOT . version = "5.3.4 19/12/2017 " ;
98+ JSROOT . version = "5.3.5 25/01/2018 " ;
9999
100100 JSROOT . source_dir = "" ;
101101 JSROOT . source_min = false ;
You can’t perform that action at this time.
0 commit comments