andrewdoro
released this
11 Mar 14:31
·
92 commits
to main
since this release
Breaking Changes
EditorCommandList
has to directly wrap theEditorCommandItems
(this is because of cmdk).
<EditorCommandList>
{suggestionItems.map((item) => (
<EditorCommandItem>
....
</EditorCommandItem>
))}
</EditorCommandList>
This change was made to support wrapping of EditorCommandList with custom components.
What's Changed
- Fix typo in development.mdx by @dongree in #338
- feat: expose editor command list by @andrewdoro in #342
New Contributors
Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.12