Skip to content

Releases: root-project/jsroot

7.4.3

01 Sep 08:57
Compare
Choose a tag to compare
  1. Fix - correctly use GMT specifier in time format
  2. Fix - logical error in decodeUrl
  3. Fix - member-wise streaming of std::map #262

7.4.2

10 Aug 11:42
Compare
Choose a tag to compare
  1. Fix - unzoom z on lego2 plots
  2. Fix - browsing TLists with nullptr inside
  3. Fix - check NaN values when performing TTree::Draw()
  4. Fix - support standard log function in TF1/TF2

7.4.1

06 Jul 07:18
Compare
Choose a tag to compare
  1. Fix - context menu position on lego plots
  2. Fix - add missing math functions Chebyshev0 and normalized Gaus
  3. Fix - correctly render TPolyLine3D
  4. Fix - properly add interactive resize elements for paves and frame
  5. Fix - drag and drop handling on tabs layout

7.4.0

15 Jun 08:16
Compare
Choose a tag to compare
  1. Upgrade d3.js v7.6.1 -> v7.8.4
  2. Upgrade three.js r146 -> r151
  3. Support [cutg] draw option for TH2
  4. Correctly handle same0 draw option for TH2
  5. Fix several issues with axis reverse order, support on lego plots
  6. Support more kinds of log scales - 'ln' and 'logN' where N is any positive integer
  7. Adjust TAxis title positioning to native ROOT behavior
  8. Add interactivity (moving, context menu) for TLine, TBox, TText, TLatex, TDiamond, TGaxis, TASImage
  9. Use new gStyle attributes for candle and violin plots
  10. Implement autoplace for TLegend, also via context menu
  11. Change algorithm of building smooth (bezier) curves
  12. Let change physical node visibility in TGeo drawings
  13. Use TGaxis attributes from gStyle - fAxisMaxDigits, fStripDecimals and exponent offset
  14. Implement "projxy" draw option for TH2 - like projxy3 or projx1_y5
  15. Support custom function in TGaxis - when drawn in TWebCanvas
  16. Introduce settings.WithCredentials, set xhr.withCredentials = true when submitting HTTP requests
  17. Let superimpose TH3 and geo drawings
  18. Apply pad draw options like 'gridx' or 'logy' to all subpads
  19. Support new TScatter and TAnnotation classes
  20. Implement moving and resizing of subpads
  21. Implement zooming in the TASImage
  22. Let configure position and direction of camera for TGeo, let create URL for that
  23. Support labels rotation for simple axis in geometry
  24. Support many orthographic cameras with overlayed grid/labels
  25. Support InstancedMesh for TGeo drawing, let show really large geometries
  26. Implement 'inject=path/script_name.js' url option to inject scripts without emulating of v6
  27. Exclude 'HEAD' http request when reading ROOT file, all necessary info can be get from first real HTTP request
  28. Provide makeImage() function for generation of svg, png and jpeg images in batch and interactively (#257)
  29. Implement interactive zoom shifting when middle-mouse button down or single-touch moving
  30. Several improvements for touch devices or devices with small displays
  31. Remove settings.FrameNDC, use gStyle.fPad[Left/Right/Top/Bottom]Margin values instead
  32. Fix - rescan sumw2 when update TH1
  33. Fix - correct placing for TLegend header
  34. Fix - correctly align sub/super scripts in complex TLatex
  35. Fix - correctly set visibility level for geo drawing (#258)
  36. Fix - use more factor for number of nodes in geo drawing (#258)

7.3.4

13 Jun 11:35
Compare
Choose a tag to compare
  1. Fix - failure in normal_cdf calculation
  2. Fix - check in TTree::Draw for null buffer
  3. Fix - do not rise exception in treeProcess
  4. Fix - RH1 zero line drawing only when required
  5. Fix - do not allow move float browser too far left/top

P.S. Tag 7.3.3 was wrongly set from master branch and therefore was removed. Sorry for inconvinience

7.3.2

25 May 08:07
Compare
Choose a tag to compare
  1. Fix - undefined graph in TGraphPainter
  2. Fix - error in showing info in the geo painter
  3. Fix - stack limitation with Math.min.apply in tree draw

7.3.1

28 Mar 11:40
Compare
Choose a tag to compare
  1. Fix - TGeo update in the TWebCanvas
  2. Fix - several tutorials with three.js modules loading
  3. Fix - redraw pad when change text align attributes
  4. Fix - pad ranges for TWebCanvas, handle log2 scales
  5. Fix - support candle and violin options when creating string draw option
  6. Fix - labels and tooltips on reversed axes
  7. Fix - zooming on TRatioPlot
  8. Fix - pad ranges calculations for TWebCanvas
  9. Fix - set proper background for geo drawing

7.3.0

15 Dec 10:21
Compare
Choose a tag to compare
  1. Mark methods returning Promise as async
  2. Upgrade three.js to r146
  3. Fix several bugs in csg.mjs, improve geometry clipping
  4. Provide settings.PreferSavedPoints to exclude TF1 function evaluation when there are saved points
  5. Add more interactive features with TWebCanvas
  6. 3-dimensional TTree::Draw() now produces TPolyMarker3D by default
  7. Force MathJax rendering when \ symbol is found (#243)
  8. Support TButton class
  9. Remove localfile url option, only interactively one can open file selection dialog
  10. Fix - show correct bin index in TH2 tooltips
  11. Fix - interactive move/resize on touch devices
  12. Fix - correctly handle axis zooming on lego plots
  13. Fix - histogram statistics calculation with negative bins
  14. Base version for ROOT 6.28 release

7.2.1

08 Nov 10:27
Compare
Choose a tag to compare
  1. Fix - prevent glitch when enabling projection via context menu
  2. Fix - multi.json request parsing
  3. Fix - decoding of multipart message (#250)
  4. Fix - use alpha channel for TColor when intended
  5. Backport - let specify settings.PreferSavedPoints to force usage of saved TF1 points

7.2.0

11 Aug 11:01
Compare
Choose a tag to compare
  1. Use TAxis attributes in lego plots - ticks/labels/title colors, sizes, offsets
  2. Correctly resize stats box when number of lines changes
  3. Support JSROOT usage with yarn and webpack
  4. Provide FileProxy class to let read ROOT files from arbitrary place
  5. Let 'hook' save file functionality to use alternative method to store image files
  6. Implement 'tabs' layout for objects display (#238)
  7. Upgrade d3.js to version 7.6.1
  8. Fix - adjust pad margins when moving palette and frame