v1.12.0

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

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>

Release of version 0.95

Release
Posted on July 24, 2012 by Alfred Wassermann
Beside the bug fixes, version 0.95 brings much improved text handling. All texts may now be right aligned or centered. Internal (SVG) texts are much better supported. A much requested new text option is rotate:degree for easy rotation of internal texts. With minor and major arcs there are...

JSXGraph has moved to Git

General
Git
Subversion
Posted on June 4, 2012 by Michael Gerhäuser
We moved our version control from Subversion to Git. We also created a project page at GitHub to make it easier for you to report bugs and feature requests and to participate in the development of JSXGraph. If you are not familiar with Git you can find a lot...