|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | 3 | ## Changes in dev |
4 | | -1. RNtuple support, thanks to Kriti Mahajan (https://github.com/Krmjn09) |
5 | | -1. Implement RTreeMapPainter to display RNTuple structure, thanks to Patryk Pilichowski (https://github.com/magnustymoteus) |
| 4 | +1. `RNtuple` support, thanks to Kriti Mahajan https://github.com/Krmjn09 |
| 5 | +1. Implement `RTreeMapPainter` to display `RNTuple` structure, thanks to Patryk Pilichowski https://github.com/magnustymoteus |
| 6 | +1. Implement `build3d` function for building three.js objects for `TH1/2/3`, `TLatex` `TGeo`, `TGraph2D` classes #368 |
| 7 | +1. Draw `TAnnotation3D` in real 3D with handling scene rotation |
6 | 8 | 1. Let use hex colors in histogram draw options like "fill_00ff00" or "line_77aa1166" |
7 | 9 | 1. Let configure exact axis ticks position via draw option like "xticks:[-3,-1,1,3]" |
8 | 10 | 1. Support gStyle.fBarOffset for `TGraph` bar drawing |
|
11 | 13 | 1. With 'Shift' key pressed whole graph is moved by dragging action |
12 | 14 | 1. Support `Xall` and `Yall` as projections width #340 |
13 | 15 | 1. Implement `unzipJSON()` function for data embeding in jupyter |
14 | | -1. Support reading TBranch from old ROOT files with custom streamers |
| 16 | +1. Support reading `TBranch` from old ROOT files with custom streamers |
15 | 17 | 1. Upgrade three.js r174 -> r180 |
16 | 18 | 1. Upgrade lil-gui.mjs 0.19.2 -> 0.20.0 |
| 19 | +1. Upgrade svg2pdf.js 2.3.0 -> 2.6.0 |
| 20 | +1. Upgrade jsPDF 2.5.2 -> 3.0.3, exclude gif, bmp, jpeg support |
17 | 21 | 1. Use ES6 modules to implement geoworker, enable node.js usage |
18 | 22 | 1. Remove countGeometryFaces function - use numGeometryFaces instead |
19 | 23 | 1. Remove experimental RHist classes, deprecated in ROOT 6.38 |
20 | 24 | 1. Internal - ws members are private, new methods has to be used |
21 | 25 | 1. Fix - ticks size and labels with kMoreLogLabels axis bit |
22 | | -1. Fix - reading TLeafC leafs |
23 | | -1. Fix - support BigInt in object inspector |
24 | | -1. Fix - svg2pdf.js URL bounding box |
25 | | -1. Fix - TTree::Draw with strings |
26 | 26 | 1. Fix - first color in palette drawing #365 |
27 | | -1. Fix - toggle vertical/horizontal palette via context menu |
28 | 27 | 1. Fix - latex parsing error of `#delta_{0}_suffix` string |
| 28 | +1. Fix - store large PDF files with 3D images |
| 29 | + |
| 30 | + |
| 31 | +## Changes in 7.9.2 |
| 32 | +1. Fix - reading `TLeafC` leafs |
| 33 | +2. Fix - support BigInt in object inspector |
| 34 | +3. Fix - svg2pdf.js URL bounding box |
| 35 | +4. Fix - `TTree::Draw` with strings |
| 36 | +5. Fix - toggle vertical/horizontal palette via context menu |
| 37 | +6. Fix - detect HTML element size from style attribute |
| 38 | +7. Fix - typo in `expandToLevel` method |
| 39 | +8. Fix - handle missed expand in hierarchy painter |
29 | 40 |
|
30 | 41 |
|
31 | 42 | ## Changes in 7.9.1 |
|
0 commit comments