novel@0.2.12
版本发布时间: 2024-03-11 22:31:24
steven-tey/novel最新发布版本:novel@0.5.0(2024-07-26 06:16:06)
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 https://github.com/steven-tey/novel/pull/338
- feat: expose editor command list by @andrewdoro in https://github.com/steven-tey/novel/pull/342
New Contributors
- @dongree made their first contribution in https://github.com/steven-tey/novel/pull/338
Full Changelog: https://github.com/steven-tey/novel/compare/novel@0.2.11...novel@0.2.12