|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
| 3 | +## Changes in 5.6.4 |
| 4 | +1. Fix - try workaround corrupted data in TTree |
| 5 | +2. Fix - support min0 draw option like ROOT does |
| 6 | +3. Fix - correctly handle TH2Poly draw options |
| 7 | +4. Fix - seldom error in JSROOT.cleanup |
| 8 | +5. Fix - repair TTree player UI |
| 9 | +6. Fix - error in TH3 filling |
| 10 | +7. Fix - correctly access top element in simple layout |
| 11 | + |
| 12 | + |
3 | 13 | ## Changes in 5.6.3 |
4 | 14 | 1. Fix - support clipping for tracks and points in geo painter |
5 | 15 | 2. Fix - geometry with TGeoNodeOffset was not correctly drawn |
|
17 | 27 | 3. Fix Y-scale drawing of THStack (https://root-forum.cern.ch/t/31266) |
18 | 28 | 4. Fix - select palette from colz element |
19 | 29 | 5. Fix - LZ4 uncompression of large buffers |
20 | | - |
| 30 | + |
21 | 31 |
|
22 | 32 | ## Changes in 5.6.0 |
23 | | -1. By drawing outline speed up (factor 10) canvas with many small sub-pads |
| 33 | +1. By drawing outline speed up (factor 10) canvas with many small sub-pads |
24 | 34 | 2. Let configure user click and double-click handlers, extend tooltip.htm example |
25 | | -3. Implement workaround for standard THREE.SVGRenderer - no need for patched version |
| 35 | +3. Implement workaround for standard THREE.SVGRenderer - no need for patched version |
26 | 36 | 4. When producing 3D graphical images in batch, use normal THREE.CanvasRenderer |
27 | 37 | 5. Use WebGL renderer in Chrome headless mode for 3D images generation |
28 | 38 | 6. Provide possibility to create SVG files for canvas or frame (#172) |
29 | 39 | 7. Support text drawing with TH1 bar option |
30 | 40 | 8. Fix - when drawing text, reserve extra y range to show it correctly |
31 | | -9. Migrate to Node.js 8, do not support older versions |
| 41 | +9. Migrate to Node.js 8, do not support older versions |
32 | 42 |
|
33 | 43 |
|
34 | 44 | ## Changes in 5.5.2 |
|
42 | 52 | 2. Fix - show RCanvas title |
43 | 53 | 3. New - implement 'nocache' option for JSROOT scripts loading. When specified in URL with |
44 | 54 | JSRootCore.js script, tries to avoid scripts caching problem by adding stamp parameter to all URLs |
45 | | -4. New - provide simple drawing for TObjString (#164) |
| 55 | +4. New - provide simple drawing for TObjString (#164) |
46 | 56 |
|
47 | 57 |
|
48 | 58 | ## Changes in 5.5.0 |
|
121 | 131 | - let combine "L" or "C" TGraph draw option with others |
122 | 132 | - correct positioning of custom axis labels |
123 | 133 | - correctly toggle lin/log axes in lego plot |
124 | | - - let correctly change marker attributes interactively |
| 134 | + - let correctly change marker attributes interactively |
125 | 135 |
|
126 | 136 |
|
127 | 137 | ## Changes in 5.3.5 |
|
138 | 148 |
|
139 | 149 |
|
140 | 150 | ## Changes in 5.3.3 |
141 | | -1. Use latest jsdom and mathjax-node packages (Node.js only) |
| 151 | +1. Use latest jsdom and mathjax-node packages (Node.js only) |
142 | 152 |
|
143 | 153 |
|
144 | 154 | ## Changes in 5.3.2 |
|
0 commit comments