We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671092b commit 9560a02Copy full SHA for 9560a02
changes.md
@@ -6,6 +6,7 @@
6
3. Fix - svg2pdf.js URL bounding box
7
4. Fix - TTree::Draw with strings
8
5. Fix - toggle vertical/horizontal palette via context menu
9
+6. Fix - detect HTML element size from style attribute
10
11
12
## Changes in 7.9.1
modules/core.mjs
@@ -4,7 +4,7 @@ const version_id = '7.9.x',
4
5
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '4/09/2025',
+version_date = '24/09/2025',
/** @summary version id and date
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments