|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | | -## Changes in dev |
4 | | -1. Add "rotyNN" and "rotzNN" options to Geo painter - let customize camera position |
5 | | -2. Provide context menu command to show current camera position |
6 | | -3. Implement monitoring of TGeoManager with THttpServer |
7 | | -4. Provide "showtop" option for TGeoManager (equivalent to gGeoManager->SetTopVisible()) |
8 | | -5. Provide "no_screen" option to let ignore kVisOnScreen bits for display, checked first by default |
9 | | -6. Support different marker styles in 3D drawings |
10 | | -7. Implement interactive movement of TArrow class |
11 | | -8. New and simpler TArrow drawing without use of svg markers |
12 | | -9. Use TGeoManager::fVisLevel in geometry painter |
13 | | -10. Support "texte" and "texte0" draw options for TH2/TProfile2D classes |
14 | | -11. Provide radial and z-axis interactive transformation for TGeo drawings |
15 | | -12. Provide wrong_http_response workaround (#189) |
16 | | -13. Improve "comp" and "compx" option to show TGeoCompositeShape components |
17 | | -14. Update objects from list of histogram functions (#190) |
18 | | -15. Add support of TGeo in TCanvas |
| 3 | +## Changes in 5.8.0 |
| 4 | +1. Many TGeo-related changes: |
| 5 | + - use TGeoManager::fVisLevel in geometry painter |
| 6 | + - "showtop" draw option for TGeoManager (equivalent to gGeoManager->SetTopVisible()) |
| 7 | + - "no_screen" draw option to let ignore kVisOnScreen bits for display, checked first by default |
| 8 | + - radial and z-axis interactive transformation for TGeo drawings |
| 9 | + - improve "comp" and "compx" option to show TGeoCompositeShape components |
| 10 | + - support of TGeo objects embed in TCanvas |
| 11 | + - monitoring of TGeoManager with THttpServer |
| 12 | + - "rotyNN" and "rotzNN" options to TGeo painter - let customize camera position |
| 13 | + - context menu command to show current camera position |
| 14 | +2. New and simpler TArrow drawing without use of svg markers, interavtive movement of TArrow class |
| 15 | +3. Support different marker styles in 3D drawings |
| 16 | +4. Support "texte" and "texte0" draw options for TH2/TProfile2D classes |
| 17 | +5. Provide wrong_http_response workaround (#189) |
| 18 | +6. Update objects from list of histogram functions (#190) |
| 19 | + |
| 20 | + |
| 21 | +## Changes in 5.7.2 |
| 22 | +1. Fix - add missing factor in TGepPgon shape |
| 23 | +2. Fix - correctly handle "sync" specifier in JSROOT.NewHttpRequest |
| 24 | +3. Fix - verify that TH1/TH2 superimposing in 3D works properly |
| 25 | +4. Fix - use provided options in JSROOT.redraw function |
| 26 | +5. Fix - arb8 shape, used in composite |
19 | 27 |
|
20 | 28 |
|
21 | 29 | ## Changes in 5.7.1 |
|
0 commit comments