|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | | -## Changes in dev |
4 | | -1. Force MathJax rendering when `\` symbol is found (#243) |
5 | | -2. Fix - show correct bin index in TH2 tooltips |
6 | | -3. Mark methods returning `Promise` objects as **async** |
7 | | -4. Fix several bugs in csg.mjs |
8 | | -5. Upgrade three.js to r146 |
9 | | -6. Improve geometry clipping |
10 | | -7. 3-dimensional TTree::Draw now produces TPolyMarker3D by default |
11 | | -8. Fix - interactive move/resize on touch devices |
12 | | -9. Provide `settings.PreferSavedPoints` to exclude function evaluation when there are saved points |
13 | | -10. Improve TWebCanvas support |
14 | | -11. Correctly handle axis zooming on lego plots |
15 | | -12. Fix hist stats calculation with negative bins |
| 3 | +## Changes in 7.3.0 |
| 4 | +1. Mark methods returning `Promise` as **async** |
| 5 | +2. Upgrade three.js to r146 |
| 6 | +3. Fix several bugs in `csg.mjs`, improve geometry clipping |
| 7 | +4. Provide `settings.PreferSavedPoints` to exclude function evaluation when there are saved points |
| 8 | +5. Add more interactive features with `TWebCanvas` |
| 9 | +6. 3-dimensional `TTree::Draw()` now produces `TPolyMarker3D` by default |
| 10 | +7. Force MathJax rendering when `\` symbol is found (#243) |
| 11 | +8. Fix - show correct bin index in `TH2` tooltips |
| 12 | +9. Fix - interactive move/resize on touch devices |
| 13 | +10. Fix - correctly handle axis zooming on lego plots |
| 14 | +11. Fix - histogram statistics calculation with negative bins |
| 15 | +12. Base version for ROOT 6.28 release |
16 | 16 |
|
17 | 17 |
|
18 | 18 | ## Changes in 7.2.1 |
|
136 | 136 | 12. Fix logic how "ndiv" parameter of TAxis is handled, showing really the configured number of ticks |
137 | 137 | 13. Fix problem with curved TGraph drawings (#218) |
138 | 138 | 14. Fix problems with TGraph drawing updates |
| 139 | +15. Base version for ROOT 6.26 release |
139 | 140 |
|
140 | 141 |
|
141 | 142 | ## Changes in 6.2.2 |
|
0 commit comments