News (Page 12)

Stay informed about the latest developments in JSXGraph — from new features and performance enhancements to upcoming events that shape the future of interactive mathematics on the web.

To make sure you never miss an update, subscribe to our RSS feed.

New features, fixes, and performance updates can be found in the “Release” category.

List of Posts

Release candidate 0.97

Release
Posted on March 14, 2013 by Alfred Wassermann
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...

JSXGraph and AMD

General
How to
AMD
require.js
Posted on March 14, 2013 by Alfred Wassermann
Version 0.97 introduces module definitions as defined by the AMD API. This only enforces the module and namespace pattern we were using in JSXGraph for years. Do I have to change my code? In most cases: No. We made these changes with backwards compatibility in mind. Just load...

Code cleanup in 0.97

General
AMD
Posted on March 14, 2013 by Alfred Wassermann
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...

JSXGraph 0.95 and 0.96 on CDNjs

General
CDN
Posted on December 10, 2012 by Michael Gerhäuser
After a short break, JSXGraph is back on cdnjs: 0.95: //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.95/jsxgraphcore.js 0.96: //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.96/jsxgraphcore.js Many thanks to Marc and – of course – Ryan and Thomas from cdnjs.

Release of version 0.96

Release
Posted on December 5, 2012 by Michael Gerhäuser
Version 0.96 enables dragging polygons and curves. Constructions created with sketchometry can now be read and displayed with JSXGraph. The environments in which JSXGraph can be used has been extended to node.js and Windows 8 apps. Unfortunately, this version will not be hosted by CDNJS. This CDN only...

Howto: Export JSXGraph constructions

Example
Canvas
export
How to
image
Posted on November 2, 2012 by Michael Gerhäuser
You created a wonderful mathlet and now you want to include it into a static environment like a pdf document. To do so you have to export the construction into a format that can be processed by e.g. your word processor. Based on the rendering techniques used in JSXGraph to...

SourceForge repository: New URL

General
Git
Repository
SourceForge
Posted on September 28, 2012 by Michael Gerhäuser
We updated our SourceForge project to the new “forge” software and in this regard sourceforge moved our repository. You can find the new URLs here. To update the remote in your local repository do $ git remote set-url <remote-name> <new url>