5 hours ago
tiptap

v3.21.0

@tiptap/extension-details

Minor Changes

  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.

@tiptap/markdown

Patch Changes

  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.

@tiptap/extension-drag-handle

Patch Changes

  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.

@tiptap/extension-emoji

Patch Changes

  • Update emoji dataset to include latest Unicode emojis.
5 hours ago
formatjs

react-intl@10.1.1

10.1.1 (2026-03-27)

Bug Fixes

  • deps: remove typescript peer dependencies (#6180) (b4dba3d), closes #6179 - by @camsteffen
5 hours ago
formatjs

@formatjs/intl@4.1.5

4.1.5 (2026-03-27)

Bug Fixes

  • deps: remove typescript peer dependencies (#6180) (b4dba3d), closes #6179 - by @camsteffen
6 hours ago
KaTeX

v0.16.44

0.16.44 (2026-03-27)

Bug Fixes

  • remove extra \jot space at bottom of align/gather/etc. (#4184) (3870ee9)
7 hours ago
plate

@platejs/core@52.3.13

Patch Changes

  • #4903 by @liangzr – perf(static): avoid O(n²) findPath in PlateStatic by passing pre-computed path

    Pass pre-computed path through PlateStatic component tree instead of calling editor.api.findPath() per node. For 1,872 nodes: paragraph-only 593ms → 68.6ms (8.6x), full plugins 1,661ms → 892ms (1.9x).

8 hours ago
xyflow

@xyflow/system@0.0.76

Patch Changes

8 hours ago
xyflow

@xyflow/svelte@1.5.2

Patch Changes

  • #5735 a6c938fb2 Thanks @nvie! - Allow type field to be missing in BuiltInNode (no type field is the same as type: "default")

  • #5723 82249517a Thanks @moklick! - Pass options to useReactFlow/useSvelteFlow viewport helper functions correctly

  • Updated dependencies [4a278dbbf]:

    • @xyflow/system@0.0.76
8 hours ago
xyflow

@xyflow/react@12.10.2

Patch Changes

  • #5735 a6c938fb2 Thanks @nvie! - Allow type field to be missing in BuiltInNode (no type field is the same as type: "default")

  • #5722 8c9b7e726 Thanks @dfblhmm! - Add snapGrid to screenToFlowPosition options

  • #5723 82249517a Thanks @moklick! - Pass options to useReactFlow/useSvelteFlow viewport helper functions correctly

  • #5733 64115cd08 Thanks @AlaricBaraou! - Fix empty store during ReactFlow remount by reordering StoreUpdater before GraphView and using layout effects

  • #5727 dd54e86b9 Thanks @solastley! - Ensure visual nodes selection state is cleared when zero selected nodes remain in the flow

  • Updated dependencies [4a278dbbf]:

    • @xyflow/system@0.0.76
9 hours ago
tiptap

v3.20.6

@tiptap/extension-drag-handle

Patch Changes

  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.