Skip to content

v2.23.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Oct 08:49
acdd1f5
  • Improvement — The onChange callback now accepts two arguments: EditorJS API and the CustomEvent with type and detail allowing to determine what happened with a Block
  • New Block API — The new dispatchChange() method allows to manually trigger the 'onChange' callback. Useful when Tool made a state mutation that is invisible for editor core.