github-actions
released this
18 Oct 21:09
·
513 commits
to main
since this release
Patch Changes
-
#4555
c29eea02
Thanks @bryanph! - createEditor is now exported from slate-hyperscript, making it easier to set up custom editor testsFor example:
const jsx = createHyperscript({ creators: { editor: createEditor(aFunctionThatReturnsAnEditorObject) }, elements: { block: { type: 'block' }, inline: { type: 'inline' } } })