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 1
1
# JSROOT changelog
2
2
3
+ ## Changes in 6.3.1
4
+ 1 . Fix bug with col draw option in TH2/RH2
5
+
6
+
3
7
## Changes in 6.3.0
4
8
1 . Fully rewrite TLatex parsing, use svg elements instead of plain text/tspan
5
9
2 . Make TLatex reliably working in node.js, does not depend from availability of canvas component
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsroot" ,
3
- "version" : " 6.3.0 " ,
3
+ "version" : " 6.3.1 " ,
4
4
"engines" : {
5
5
"node" : " >=0.10"
6
6
},
Original file line number Diff line number Diff line change 100
100
/** @summary JSROOT version id
101
101
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.3.0"
102
102
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.26.00" */
103
- JSROOT . version_id = "6.3.0 " ;
103
+ JSROOT . version_id = "6.3.1 " ;
104
104
105
105
/** @summary JSROOT version date
106
106
* @desc Release date in format day/month/year like "19/11/2021"*/
107
- JSROOT . version_date = "19 /11/2021" ;
107
+ JSROOT . version_date = "25 /11/2021" ;
108
108
109
109
/** @summary JSROOT version id and date
110
110
* @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