Posted
about 10 years
ago
by
alfred
Version 0.99.3 has just been released. It fixes an annoying bug introduced in 0.99.2 which prevented slider labels to be visible. Additionally, the documentation has been considerably extended in this release, see
|
Posted
about 10 years
ago
by
alfred
The long-awaited release 0.99.2 (sorry, still not 1.0) contains a bunch of new elements: input, checkbox, button, reflexangle, nonreflexangle, majorsector, minorsector. Groups got an overhaul, it is now possible to rotate and scale groups. See the
|
Posted
almost 11 years
ago
by
alfred
It’s out! We just released JSXGraph version 0.99. The most notable changes are a completely new plotting algorithm for function graphs and curves (If one wants to use the plotting algorithm of version 0.98, the attribute doAdvancedPlotOld:true can be
|
Posted
almost 11 years
ago
by
alfred
We have been asked a couple of times if JSXGraph can be embedded into epub3 ebooks. Here is a small ebook example about the Theorem of Thales (as called in Germany). It is realized as fixed layout ebook and uses JSXGraph, based on JavaScript and SVG. Enjoy, Alfred Wassermann
|
Posted
over 11 years
ago
by
alfred
The long-awaited release of version 0.98 of JSXGraph is available for download.It contains a new element “slope triangle”, improved sector elements, an updated moodle plugin and many other smaller changes, see the CHANGELOG
|
Posted
over 11 years
ago
by
alfred
Finally, the moodle plugin for JSXGraph has been updated to run on moodle 2+. It is available at http://jsxgraph.uni-bayreuth.de/wp/download/tools/. To install, you have to unzip the downloaded file in the subdirectory “filter” of your moodle
|
Posted
over 11 years
ago
by
michael
JSXGraph 0.97 is now available on CDNJS. The url is //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/jsxgraphcore.js You can also load the file readers from cdnjs: //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeogebraReader.min.js
|
Posted
over 11 years
ago
by
alfred
Version 0.97 is a complete overhaul of JSXGraph code base. It brings a lot of changes which in some cases might break your code. The most radical changes which might affect applications are: Implementation of the AMD pattern to actually enforce the module pattern that only existed theoretically before. Please read this blog post for [...]
|
Posted
almost 12 years
ago
by
alfred
Version 0.97 is a complete overhaul of JSXGraph code base. It brings a lot of changes which in some cases might break your code. So, even if this version is already well tested internally, we decided to start with a release candidate. Please, test it carefully against your code base and give us feedback. You [...]
|
Posted
almost 12 years
ago
by
alfred
While we implemented the AMD pattern in JSXGraph version 0.97 we also cleaned up our code base. There were a few math functions which you could access as “shortcuts” as methods of our JXG.Board class defined in src/Wrappers.js. Wrappers.js is gone now and the shortcuts were moved to more appropriate locations. This blog post lists [...]
|