Skip to content

novel@1.0.0

Choose a tag to compare

@andrewdoro andrewdoro released this 11 Feb 10:33
· 1 commit to main since this release

Breaking Changes

Import Path Changes

Removed markdown extension from default extensions.
All imports now come directly from novel instead of separate paths:

  • import { Editor } from "novel/editor"
    import { SlashCommand } from "novel/extensions"
    import { ImageResizer } from "novel/plugins"
  • import { Editor, SlashCommand, ImageResizer } from "novel"

Affected Imports

The following import paths have been consolidated:

  • novel/editor
  • novel/extensions
  • novel/plugins
  • novel/ui
  • novel/styles
  • novel/lib

All exports

What's Changed

New Contributors

Full Changelog: https://github.com/steven-tey/novel/compare/novel@0.5.0...novel@1.0.0