Skip to content

0.3.0: Mafs 0.17.0, better documentation

Compare
Choose a tag to compare
@sritchie sritchie released this 08 Jun 12:50
· 3 commits to main since this release
  • #17:

  • Upgrades Mafs to 0.17.0 (see the Mafs CHANGELOG entry here)

  • Adds mafs.core/Polyline and mafs.plot/Inequality.

  • mafs.core/Mafs now supports an :on-click handler.

  • mafs.vector and mafs.matrix are now cljc 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 explicit defns. 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 latest main.

  • All components are now well-documented!