Skip to content

Commit b762986

Browse files
committed
Prepare for 6.2.0 release
1 parent d030360 commit b762986

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# JSROOT changelog
22

3-
## Changes in dev
3+
## Changes in 6.2.0
44
1. Support fully interactive second X/Y axis for histograms, graphs, functions and spline
55
2. Support X+, Y+, RX, RY draw options for TF1
66
3. Remove deprecated JSRootCore.js script, one have to use JSRoot.core.js
77
4. Upgrade three.js to r127
88
5. Upgrade d3.js to 6.7.0
99
6. Implement "nozoomx" and "nozoomy" draw options for TPad
1010
7. Implement "frame" draw option for TGaxis - fix position of axis relative to the frame
11-
8. Preserve position of TPaletteAxis, if provided with histogram. Make default position like in ROOT.
11+
8. Preserve position of TPaletteAxis, if provided with histogram; make default position like in ROOT
1212
9. Support basic TLatex symbols in lego plos axis title
1313
10. Use frame margins when create 3D lego drawings
1414
11. Implement "nomargins" draw option for pad/canvas
15-
12. Support custom mouse click/dblcklick handlers for lego plots
15+
12. Support custom mouse click/dblcklick handlers in lego plots
1616
13. Implement marker styles 35 - 49
1717
14. Let switch orthographic camera in geometry via control gui (#217)
1818
15. Fix drawing of custom markers on 3D, also in node.js (#205)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "6.1.99",
3+
"version": "6.2.0",
44
"engines": {
55
"node": ">=0.10"
66
},

scripts/JSRoot.core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
/** @summary JSROOT version id
101101
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.0.0"
102102
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.24.00" */
103-
JSROOT.version_id = "dev";
103+
JSROOT.version_id = "6.2.0";
104104

105105
/** @summary JSROOT version date
106106
* @desc Release date in format day/month/year like "14/01/2021"*/
107-
JSROOT.version_date = "9/07/2021";
107+
JSROOT.version_date = "13/07/2021";
108108

109109
/** @summary JSROOT version id and date
110110
* @desc Produced by concatenation of {@link JSROOT.version_id} and {@link JSROOT.version_date}
@@ -173,7 +173,7 @@
173173
'threejs_jsroot' : { src: 'three.extra', libs: true }
174174
};
175175

176-
['core', 'base3d','csg','geobase','geom','geoworker','gpad','hierarchy','hist','hist3d','interactive','io','menu','jq2d','latex',
176+
['core','base3d','csg','geobase','geom','geoworker','gpad','hierarchy','hist','hist3d','interactive','io','menu','jq2d','latex',
177177
'math','more','openui5','painter','tree','v7gpad','v7hist','v7hist3d','v7more','webwindow']
178178
.forEach(item => _.sources[item] = { src: "JSRoot." + item });
179179

0 commit comments

Comments
 (0)