Skip to content

Commit 9272682

Browse files
Release of v1.11.0
1 parent 0ecbcc3 commit 9272682

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-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.10.1
20+
version_number: 1.11.0
2121

2222
# Short description of your site
2323
description: Interactive Geometry, plotting, visualization
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: post
3+
title: Release of 1.11.0
4+
subtitle: Major release
5+
categories:
6+
- Releases
7+
---
8+
9+
Dear friends of JSXGraph,
10+
11+
We are excited to announce the release of JSXGraph v1.11.0, a major update that brings significant improvements to 3D functionality. This new version introduces a [new element called `polyhedron3d`](https://jsxgraph.org/docs/symbols/Polyhedron3D.html), which allows for the creation of 3D polyhedra, enabling the creation of complex 3D polyhedra with ease. The element supports [shading effects](https://jsxgraph.org/docs/symbols/Face3D.html#shader) on 3D faces, taking the realism of your 3D scenes to the next level.
12+
13+
In addition, the depth ordering of 3D elements has been extended to include polyhedra, making it simpler to create convincing 3D scenes. [Depth ordering](https://jsxgraph.org/docs/symbols/View3D.html#depthOrder) is now organized layer-wise and set as attribute of the 3D view. Elements in different layers are not compared. The internal 3D element structure has also been completely refactored, improving performance and flexibility.
14+
15+
The update also introduces [3D transformations](https://jsxgraph.org/docs/symbols/Transformation3D.html), making it easier to create complex 3D animations and interactions. With these transformations, you can now rotate, scale, and translate 3D objects with precision and control.
16+
17+
One of the key strengths of JSXGraph is its flexible attribute system, which allows for seamless embedding of constructions into any design. This flexibility has been further extended in version 1.11.0, with the ability to pass the hosting element as a parameter to functions given as values of attributes. This simplifies the creation of visualizations where colors or other attributes depend on the object's position or other properties. See the attributes `fillColor` and `size` in this [heat map example](https://jsxgraph.org/share/example/heat-map).
18+
19+
In addition to these exciting new features, JSXGraph v1.11.0 also includes support for all [ARIA attributes](https://jsxgraph.org/docs/symbols/JXG.GeometryElement.html#aria) in all JSXGraph elements, as well as the ability to set [CSS classes](https://jsxgraph.org/docs/symbols/JXG.GeometryElement.html#cssClass) bound to all JSXGraph elements. This enables the use of SVG filters, further enhancing the [capabilities of your visualizations](https://jsxgraph.org/share/example/svg-filter-and-css-classes). These features are available for the default SVG rendering.
20+
New math methods have been added for handling matrices and testing of a point set for convexity. The update also includes a much-requested feature: the ability to construct curves by supplying a list of coordinates, rather than separate arrays of x-coordinates and y-coordinates. This feature has also been added to 3D curves.
21+
22+
Finally, the release contains numerous bug fixes and improvements to the API documentation, ensuring that you have the best possible experience with JSXGraph v1.11.0. Overall, this new release is a major step forward in the development of this powerful graphing library, and we are excited to see the new possibilities it will enable for users.
23+
24+
For more improvements and bug fixes see the CHANGELOG and the blog posts on the [beta1](https://jsxgraph.org/wp/2024-11-08-release-of-version-1.11.0-beta1/) and [beta2](https://jsxgraph.org/wp/2025-02-24-release-of-version-1.11.0-beta2/) releases of v1.11.0.
25+
26+
Many thanks for all contributors who made this release possible.
27+
28+
__API Changes:__
29+
30+
- `depthOrder` instead of `depthOrderPoints`
31+
32+
33+
Enjoy,
34+
35+
Alfred Wassermann
36+
37+
38+

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.10.1
4+
subtitle: Latest version v1.11.0
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>
@@ -36,6 +37,7 @@ Available previous JSXGraph versions hosted on *<https://jsdelivr.com>* are:
3637

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

40+
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.10.1/jsxgraphcore.js>
3941
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.10.0/jsxgraphcore.js>
4042
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.9.2/jsxgraphcore.js>
4143
- <https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/1.9.1/jsxgraphcore.js>
@@ -77,6 +79,7 @@ Available previous JSXGraph versions hosted on *cdnjs* are:
7779

7880
### From JSXGraph site
7981

82+
- v1.10.1: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.10.1.js>
8083
- v1.10.0: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.10.0.js>
8184
- v1.9.2: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.9.2.js>
8285
- v1.9.1: <https://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore-1.9.1.js>

0 commit comments

Comments
 (0)