Releases: mentat-collective/JSXGraph.cljs
0.2.1: prepare for Portal
0.2.0: jsxgraph/clerk template, sci support
From the CHANGELOG:
-
#32:
-
fixes issue where id must start with a letter
-
Adds a
deps-newtemplate that sets up a basic Clerk project with
JSXGraph.cljsinstalled as a dependency. The template lives
here. -
Adds a
provideddependency on SCI topom.xml, so that cljdoc builds
succeed. -
Adds
jsxgraph.sciwith SCI namespace objects for all namespaces, plus a
namespacesmap and aconfigfor easy installation into SCI. The
namespaces follows the patterns set by the
https://github.com/babashka/sci.configs repo.jsxgraph.sci/install!allows the user to installJSXGraph.cljsinto
SCI's shared context with one mutating call.
-
Migrates the project over to
clerk-utilsand all of its new custom build
stuff. This let me simplify development, update the README and DEVELOPING
pages and kill my shadow-cljs.edn file.user.cljgets quite a bit simpler
too. -
Adds notes to the interactive docs guide about using the library with SCI
and with Clerk -
Upgrades to Clerk version
fad499407d979916d21b33cc7e46e73f7a485e37for the
template and project docs notebook
-
-
#31 moves the library to the official JSXGraph 1.5.0 release, off of the
mentat-collective fork. -
#29:
- Fixes
user.cljandbb.ednto work with Garden. - Adds docstrings to all
bb tasks. Runbb tasksto see these.
- Fixes
-
#24:
- Upgrade to the latest Clerk version. This pulls us along to React v18.
- Added docs on compilation requirements for the canvas npm
package. - The JS served by the docs notebook is now named with its hash, preventing
caching issues when the JS is upgraded.
First big release: 0.1.0
Notes:
- Added final
JSXGraphcomponent and components for all elements! - Published fleshed-out documentation notebook at https://jsxgraph.mentat.org