0.3.0: Mafs 0.17.0, better documentation
-
#17:
-
Upgrades Mafs to 0.17.0 (see the Mafs CHANGELOG entry here)
-
Adds
mafs.core/Polyline
andmafs.plot/Inequality
. -
mafs.core/Mafs
now supports an:on-click
handler. -
mafs.vector
andmafs.matrix
are nowcljc
files, so that projects like Emmy-Viewers can construct Mafs-style vectors and matrices on the JVM. -
Removes the former
defcomponent
macro in favor of explicitdefn
s. This makes the project compatible with Portal and other libraries that need to load cljs files via SCI. -
Upgrades our
reagent
dependency to 1.2.0, and upgrades Clerk for the docs site build to the latestmain
. -
All components are now well-documented!