Skip to content

Commit a07d09b

Browse files
Release of v1.11.1
1 parent 9272682 commit a07d09b

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ baseurl: "/wp"
1717
title: JSXGraph
1818

1919
# Latest JSXGraph version
20-
version_number: 1.11.0
20+
version_number: 1.11.1
2121

2222
# Short description of your site
2323
description: Interactive Geometry, plotting, visualization
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: Release of 1.11.1
4+
subtitle: patch release
5+
categories:
6+
- Releases
7+
---
8+
9+
Dear friends of JSXGraph,
10+
11+
JSXGraph v1.11.1 is a patch release that addresses a few subtle bugs.
12+
13+
The update includes fixes for the following issues:
14+
15+
- Removing 3D objects is now handled correctly, resolving a potential issue that may have caused unexpected behavior.
16+
- Setting certain attribute values has been improved.
17+
- The handling of the null color value has been updated to properly support transparency, again.
18+
19+
Enjoy, Alfred
20+
21+
22+

download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Download
4-
subtitle: Latest version v1.11.0
4+
subtitle: Latest version v1.11.1
55
---
66

77
**JSXGraph** needs two files:

previousreleases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ subtitle: Dynamic Mathematics with JavaScript
88

99
Available previous JSXGraph versions hosted on *<https://jsdelivr.com>* are:
1010

11+
- <https://cdn.jsdelivr.net/npm/[email protected]/distrib/jsxgraphcore.js>
1112
- <https://cdn.jsdelivr.net/npm/[email protected]/distrib/jsxgraphcore.js>
1213
- <https://cdn.jsdelivr.net/npm/[email protected]/distrib/jsxgraphcore.js>
1314
- <https://cdn.jsdelivr.net/npm/[email protected]/distrib/jsxgraphcore.js>
@@ -37,6 +38,7 @@ Available previous JSXGraph versions hosted on *<https://jsdelivr.com>* are:
3738

3839
Available previous JSXGraph versions hosted on *cdnjs* are:
3940

41+
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.11.0/jsxgraphcore.js>
4042
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.10.1/jsxgraphcore.js>
4143
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.10.0/jsxgraphcore.js>
4244
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.9.2/jsxgraphcore.js>
@@ -79,6 +81,7 @@ Available previous JSXGraph versions hosted on *cdnjs* are:
7981

8082
### From JSXGraph site
8183

84+
- v1.11.0: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.11.0.js>
8285
- v1.10.1: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.10.1.js>
8386
- v1.10.0: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.10.0.js>
8487
- v1.9.2: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.9.2.js>

0 commit comments

Comments
 (0)