All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- address some errors related to error handling (PR #71)
prosemirror-math
is now ESM-only, and no longer builds a CJS version- export
defaultInlineMathParseRules
,defaultBlockMathParseRules
- use
vite
and simplify the project configuration - removed the unused
ICursorPosObserver
interface and related code - removed the unused
onDestroy
parameter toMathView
Removed a few console.log
s, see #25.
Fixed security vulnerabilities caught by npm audit
.
Disable the math editor when the ProseMirror editor is in readonly mode. See #23.