-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Version of JSX Graph possible in future releases? #1169
Comments
We're preparing a new version of STACK and I think that's a reasonable request. We updated JSXGraph to 1.8 for the next release already, see |
If your STACK is 4.4.3 or newer you can do one of two things:
You can try addresses to any version you want, we don't guarantee that they work but in general JSXGraph is very stable and seems to work and this is the mechanism that we recommend for those that want to push forward while STACK lags behind. Both now and in the future. It is also the mechanism to use should one really really want to freeze JSXGraph to a given version. Naturally, remote addresses will only work when accessible, and they may stop being so at any time... But that is a separate problem. |
Great, thank you both so much! |
@sangwinc STACK's JSXGraph is a few versions behind again - you mentioned above to prompt you about this so I am :) We have found a bug to do with bounding boxes being wrong when the graph is generated out of sight (such as inside a [[hint]] block or - even more confusingly - in a background tab sometimes). This seems to have been fixed between 1.8.0 and 1.10.1, we think in 1.9.2. |
Thanks @LukeLongworth, I'm very happy to keep JSXGraph updated. How urgent is the upgrade? The scripts are here: https://github.com/maths/moodle-qtype_stack/tree/master/corsscripts Can you help sort this out? |
Kia ora @sangwinc, Not urgent at all, we have an easy (if a bit hack-y) fix on our end that will keep our questions operating fine until we next upgrade our local install. I'll be on Christmas leave for the next few weeks, but I can help out in early January. What needs to be done to update JSXGraph? Anything aside from changing the jsxgraph.min.css and jsxgraphcore.min.js files (and presumably checking that things still work)? |
Sorry, been busy, again. The process is as it was the last time I made such commit which did not make it to the point release:
|
One does not need to touch any STACK code to test new JSXGraph versions. One can always just state that a particular |
We use a lot of JSX Graphs in STACK questions. We would be interested to use the new features "vector fields" and "implicit functions" which are implemented in newer JSX versions. Is it possible to update JSX graph to 1.7?
The text was updated successfully, but these errors were encountered: