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
3+ ## Changes in 7.7.4
4+ 1 . Fix - TGraph Y range selection, do not cross 0
5+
6+
37## Changes in 7.7.3
481 . Fix - correctly handle in I/O empty std::map
592 . Fix - reading of small (<1KB) ROOT files
Original file line number Diff line number Diff line change 11/** @summary version id
22 * @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3- const version_id = '7.7.3 ' ,
3+ const version_id = '7.7.x ' ,
44
55/** @summary version date
66 * @desc Release date in format day/month/year like '14/04/2022' */
7- version_date = '23/08 /2024' ,
7+ version_date = '18/09 /2024' ,
88
99/** @summary version id and date
1010 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 7.7.3 " ,
3+ "version" : " 7.7.4 " ,
44 "engines" : {
55 "node" : " >= 0.18.0"
66 },
You can’t perform that action at this time.
0 commit comments