File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3- ## Changes in 6.0.x
3+ ## Changes in 6.0.1
44
551 . Fix problem with matrix calculations in Eve classes (#206 )
662 . Fix errors in TNodejsFile (#208 )
7- 3 . Fit TGraph tooltip handling
7+ 3 . Fit TGraph tooltips handling
8+ 4 . Fit TH2Poly tooltips handling
89
910
1011## Changes in 6.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 6.0.0 " ,
3+ "version" : " 6.0.1 " ,
44 "engines" : {
55 "node" : " >=0.12"
66 },
Original file line number Diff line number Diff line change 101101 /** @summary JSROOT version id
102102 * @desc For the JSROOT release the string in format "major.minor.patch" like "6.0.0"
103103 * For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.24.00" */
104- JSROOT . version_id = "6.0.0 " ;
104+ JSROOT . version_id = "6.0.1 " ;
105105
106106 /** @summary JSROOT version date
107107 * @desc Release date in format day/month/year like "6/01/2021"*/
108- JSROOT . version_date = "14/01 /2021" ;
108+ JSROOT . version_date = "1/03 /2021" ;
109109
110110 /** @summary JSROOT version id and date
111111 * @desc Produced by concatenation of {@link JSROOT.version_id} and {@link JSROOT.version_date}
You can’t perform that action at this time.
0 commit comments