Skip to content
Compare
Choose a tag to compare
@andrewdoro andrewdoro released this 11 Mar 14:31
· 92 commits to main since this release
c51b5ea

Breaking Changes

  • EditorCommandList has to directly wrap the EditorCommandItems (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

New Contributors

Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.12