Changes in v1.9
API changes:
- As of API v1.9, the geometry tool has been substantially rewritten on top of the graphing calculator and now shares its underlying API, documented here.
Changes in v1.7
API changes:
- Added a
transparentBackground
constructor option that controls whether the board is rendered with a transparent background rather than a white one.
Changes in v1.4
API changes:
- Added a
labels
constructor option that controls whether users can create and edit object labels.
Changes in v1.1
API changes:
-
Added a
sidebarCollapsed
constructor option that creates an instance with a collapsed sidebar. -
Added a
transformations
constructor option that controls whether or not the "Transform" pane is available. -
Added several
transform
constructor options that control which transform tools are available within an instance.
Changes in v1.0
API changes:
-
Added the ability to define a custom color palette or override default primitive object colors using the
colorMap
constructor option. -
Added constructor options for showing and hiding different UI elements.
-
Added the ability to disable selecting objects with the mouse and keyboard.
Geometry tool changes
- Free points and computed points are styled differently for better visual cues about behavior.