github steven-tey/novel novel@1.0.0

latest releases: novel@1.0.2, novel@1.0.1
one day ago

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

Don't miss a new novel release

NewReleases is sending notifications on new releases.