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 d51f748 commit 59c6d27Copy full SHA for 59c6d27
changes.md
@@ -2,6 +2,7 @@
2
3
## Changes in 7.10.x
4
1. Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
5
+2. Fix - recover io after bad http response
6
7
8
## Changes in 7.10.0
modules/core.mjs
@@ -6,7 +6,7 @@ const version_id = '7.10.x',
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
9
-version_date = '28/10/2025',
+version_date = '18/11/2025',
10
11
/** @summary version id and date
12
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments