File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
33## Changes in 5.5.1
4- 1 . Implement 'nocache' option for JSROOT scripts lodaing. When specified in URL with
5- JSRootCore.js script, tries to avoid scripts caching problem by adding stamp parameter to all URLs.
6- 2 . Adjust v7 part to new class naming convention, started with R
7- 3 . Show RCanvas title
8- 4 . Provide simple drawing for TObjString (#164 )
4+ 1 . Fix - adjust v7 part to new class naming convention, started with R
5+ 2 . Fix - show RCanvas title
6+ 3 . New - implement 'nocache' option for JSROOT scripts lodaing. When specified in URL with
7+ JSRootCore.js script, tries to avoid scripts caching problem by adding stamp parameter to all URLs
8+ 4 . New - provide simple drawing for TObjString (#164 )
99
1010
1111## Changes in 5.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 5.5.0 " ,
3+ "version" : " 5.5.1 " ,
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 9696
9797 "use strict" ;
9898
99- JSROOT . version = "5.5.1 17/07 /2018" ;
99+ JSROOT . version = "5.5.1 20/08 /2018" ;
100100
101101 JSROOT . source_dir = "" ;
102102 JSROOT . source_min = false ;
You can’t perform that action at this time.
0 commit comments