4 hours ago
next.js

v16.3.0-canary.58

Misc Changes

  • Fix dev overlay hydration error ordering: #94555
  • [turbopack] Retry chunk loading on failure: #94918
  • Upgrade React from ad78e251-20260616 to b1786c31-20260618: #94951
  • [ci] Update playwright to 1.61.0: #94871
  • [cd] reduce size of npm metadata on publish: #94953

Credits

Huge thanks to @timneutkens, @sampoder, @vercel-release-bot, @bgw, and @styfle for helping!

8 hours ago
electron

electron v43.0.0-beta.5

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@43.0.0-beta.5.

Release Notes for v43.0.0-beta.5

Fixes

  • Fixed Windows edge case in NativeWindowViews::MoveBehindTaskBarIfNeeded(). #52021 (Also in 41, 42)
  • Fixed an issue where clicking the maximize button could progressively shrink the window in some Wayland environments. #52039 (Also in 42)
  • Fixed an issue where frameless windows windows could shrink after applying constraints or toggling resizability on Windows. #51954
  • Fixed running under tsx import transpilation. #51978
  • Fixed titleBarOverlay.color set to rgba(0,0,0,0) failing back to default frame color. #52010
8 hours ago
tiptap

v3.27.1

@tiptap/extension-drag-handle

Patch Changes

  • a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
  • @tiptap/core@3.27.1
    • @tiptap/extension-collaboration@3.27.1
    • @tiptap/extension-node-range@3.27.1
    • @tiptap/pm@3.27.1

@tiptap/extension-list

Patch Changes

  • a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
  • @tiptap/core@3.27.1
    • @tiptap/pm@3.27.1

@tiptap/extensions

Patch Changes

  • a16901d: Fix Placeholder flickering while a modal overlay is open. When the editor was occluded during a stream of transactions (e.g. remote collaboration edits), the viewport measurement fell back to a full-document range and repeatedly toggled the data-placeholder attribute on empty blocks. The viewport window is now frozen when the editor can't be measured reliably, so placeholders stay stable.
  • @tiptap/core@3.27.1
    • @tiptap/pm@3.27.1
8 hours ago
docx-editor

@eigenpal/docx-editor-vue@1.8.1

Patch Changes

  • Updated dependencies [6047f84]
    • @eigenpal/docx-editor-core@1.8.1
    • @eigenpal/docx-editor-agents@1.8.1
    • @eigenpal/docx-editor-i18n@1.8.1
8 hours ago
docx-editor

@eigenpal/docx-editor-core@1.8.1

Patch Changes

  • 6047f84: Emit word/numbering.xml when exporting documents whose lists have no original numbering part

    createDocx() (and any export of a document built from scratch — e.g. the editor with no source .docx) wrote <w:numPr w:numId=…> onto list paragraphs but never generated the backing word/numbering.xml, nor its content-type override / document relationship. Word couldn't resolve the dangling numIds, so it silently dropped every bullet and number marker — ordered/bulleted lists opened with no markers.

    fromProseDoc now reconstructs the numbering definitions from the editor's list state (the list attrs were previously discarded on the no-base path), and the repacker serializes them to word/numbering.xml — registering the content-type override and relationship — when the package doesn't already ship one. Documents that already contain a numbering.xml are passed through unchanged.

8 hours ago
docx-editor

@eigenpal/nuxt-docx-editor@1.8.1

Patch Changes

  • @eigenpal/docx-editor-vue@1.8.1
8 hours ago
docx-editor

@eigenpal/docx-editor-react@1.8.1

Patch Changes

  • Updated dependencies [6047f84]
    • @eigenpal/docx-editor-core@1.8.1
    • @eigenpal/docx-editor-agents@1.8.1
    • @eigenpal/docx-editor-i18n@1.8.1
8 hours ago
react-router