File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# JSROOT changelog
22
3- ## Change in 6.3.x
3+ ## Change in 6.3.3
441 . Fix TEfficiency drawing
552 . Provide TPadPainter.divide method
663 . Fix browsing remote file via THttpServer
7+ 4 . Fix lego draw update while zooming
78
89
910## Changes in 6.3.2
Original file line number Diff line number Diff line change 11{
22 "name" : " jsroot" ,
3- "version" : " 6.3.2 " ,
3+ "version" : " 6.3.3 " ,
44 "engines" : {
55 "node" : " >=0.10"
66 },
Original file line number Diff line number Diff line change 100100 /** @summary JSROOT version id
101101 * @desc For the JSROOT release the string in format "major.minor.patch" like "6.3.0"
102102 * For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.26.00" */
103- JSROOT . version_id = "6.3.x " ;
103+ JSROOT . version_id = "6.3.3 " ;
104104
105105 /** @summary JSROOT version date
106106 * @desc Release date in format day/month/year like "19/11/2021"*/
107- JSROOT . version_date = "17 /01/2022" ;
107+ JSROOT . version_date = "26 /01/2022" ;
108108
109109 /** @summary JSROOT version id and date
110110 * @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