github udecode/plate @udecode/plate-node-id@40.0.0

latest releases: @udecode/plate@40.0.4, @udecode/plate-markdown@40.0.4, @udecode/plate-ai@40.0.4...
3 days ago

Minor Changes

  • #3744 by @zbeyens
    • idCreator default is now nanoid(10)
    • New option filterInline to filter inline elements. Default is true.
    • NodeIdPlugin:
      • add normalizeInitialValue that set node ids when missing, called before mount
      • default behavior will normalize only the first and last node are missing id to avoid traversing the entire document
      • you can disable it with NodeIdPlugin.configure({ normalizeInitialValue: null })
      • you can force check all nodes with NodeIdPlugin.configure({ options: { normalizeInitialValue: true } })

Don't miss a new plate release

NewReleases is sending notifications on new releases.