|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | 3 | ## Changes in dev |
4 | | -1. New 'float' browser kind, which overlays with objects drawing |
5 | | -2. Browser can be enabled after drawing already done with 'nobrowser' mode |
6 | | -3. One can hide browser at any time, switching to 'nobrowser' mode |
| 4 | +1. New 'float' browser kind overlays with objects drawing |
| 5 | +2. Browser can be enabled after drawing with 'nobrowser' mode |
| 6 | +3. One can hide browser or switch browser kind at any time |
7 | 7 | 4. New 'horizontal' and 'vertical' layouts for object display. |
8 | 8 | One could configure several frames, each divided on sub-frames. |
9 | 9 | Like display=horiz231 will create three horizontal frames, |
10 | 10 | divided on 2,3 and 1 sub-frames. |
11 | | -5. One could enable status line with where current tooltip info will be shown |
12 | | -5. Improve enlarge functionality - now works with all layouts |
13 | | -6. Do not display all canvas tool buttons by default - provide toggle button instead |
14 | | -7. Let move TAxis title, its position now similar to ROOT itself |
15 | | -8. Support col0 option for TH2Poly class to suppress empty bins |
16 | | -9. Support more superscript/subscript letters in normal text output |
17 | | -10. Correctly handle unzoom with logx/logy scales |
18 | | -11. Let disable stamp parameter in file url with "-" at the end of file name |
19 | | -12. Let use quotes in the URL parameters to protect complex arguments with special symbols |
20 | | -13. Introduce direct streamers - like TBasket or TRef |
21 | | - Benefit - one can add custom streamers of such kind or reuse existing |
22 | | -14. Handle TMatrixTSym classes in I/O |
23 | | -15. Implement for TH3 box2, box3, glbox2, glcol draw options |
24 | | -16. Correctly count TH3 statistic in TTree::Draw |
| 11 | +5. One could enable status line where current tooltip info will be shown |
| 12 | +6. Improve enlarge functionality - now works with all layouts |
| 13 | +7. Do not display all canvas tool buttons by default - provide toggle button instead |
| 14 | +8. Let move TAxis title, its position now similar to ROOT graphics |
| 15 | +9. Support 'col0' option for TH2Poly class to suppress empty bins |
| 16 | +10. Implement for TH3 'box2', 'box3', 'glbox2', 'glcol' draw options |
| 17 | +11. Support more superscript/subscript letters in normal text output |
| 18 | +12. Correctly handle unzoom with logx/logy scales |
| 19 | +13. Let disable stamp parameter in file url with "-" sign at the end of file name |
| 20 | +14. Let use quotes in the URL parameters to protect complex arguments with special symbols |
| 21 | +15. Introduce direct streamers - like TBasket or TRef |
| 22 | + Benefit - one can add custom streamers of such kind or reuse existing |
| 23 | +16. Handle TMatrixTSym classes in I/O |
| 24 | +17. Correctly count TH3 statistic in TTree::Draw |
| 25 | +18. Recognize bower installation when "bower_components/jsroot/scripts" string |
| 26 | + appears in the script path (#120) |
25 | 27 |
|
26 | 28 |
|
27 | 29 | ## Changes in 5.0.3 |
|
0 commit comments