44 minutes ago
docx-editor

@eigenpal/docx-editor-react@1.8.2

Patch Changes

  • 7811a73: Fix caret size and table insert button position when the editor is zoomed. Both are painted inside the zoomed page container, so their geometry is now normalized by the zoom factor instead of being scaled twice.

    Fixes #928

  • Updated dependencies [4f183b3]

  • Updated dependencies [0c233db]

  • Updated dependencies [7811a73]

    • @eigenpal/docx-editor-core@1.8.2
    • @eigenpal/docx-editor-agents@1.8.2
    • @eigenpal/docx-editor-i18n@1.8.2
44 minutes ago
docx-editor

@eigenpal/docx-editor-vue@1.8.2

Patch Changes

  • 9022b42: Vue: Cut and Copy from the right-click context menu now work. The editor is focused before the clipboard command runs, so the selection is actually cut or copied, matching React.

    Fixes #929

  • 9622082: Vue: clicking a heading in the document outline now scrolls the page to that heading, matching React.

    Fixes #930

  • 7811a73: Fix caret size and table insert button position when the editor is zoomed. Both are painted inside the zoomed page container, so their geometry is now normalized by the zoom factor instead of being scaled twice.

    Fixes #928

  • Updated dependencies [4f183b3]

  • Updated dependencies [0c233db]

  • Updated dependencies [7811a73]

    • @eigenpal/docx-editor-core@1.8.2
    • @eigenpal/docx-editor-agents@1.8.2
    • @eigenpal/docx-editor-i18n@1.8.2
44 minutes ago
docx-editor

@eigenpal/docx-editor-core@1.8.2

Patch Changes

  • 4f183b3: Fix duplicate comment range markers when commenting across a tracked change. A comment whose range was interrupted by an inserted or deleted run now serializes as a single commentRangeStart/End pair instead of multiple, which Word rejected as unreadable content.

    Fixes #914

  • 0c233db: Keep drag-selecting text inside a table cell from selecting the whole cell.

  • 7811a73: Fix caret size and table insert button position when the editor is zoomed. Both are painted inside the zoomed page container, so their geometry is now normalized by the zoom factor instead of being scaled twice.

    Fixes #928

2 hours ago
drawio
2 hours ago
fast-xml-parser

v5.9.3

What's Changed

New Contributors

Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.9.2...v5.9.3

3 hours ago
fullcalendar

v7.0.0

V7 is finally released! 🎉

[!NOTE] Please install packages using the @7 postfix. For example @fullcalendar/react@7. This is because v7 is not marked as the "latest" release yet in NPM. More information.

Changes since v7 pre-releases

  • FEATURE: Angular 22 support (#8074)
  • FIX: Resource timeline rows keep a stale height after their events are removed (#8078)
  • FIX: With showNonCurrentDates, events on first or last week of month disappear upon navigation (#8077)
  • FIX: With virtualization, resource invisible after adding resource manually (#8072)
  • BREAKING: Need temporal-polyfill@^1.0.1 as peerDependency
  • BREAKING: Some CDN URLs changed:
    • /all.global.js -> /all/global.js
    • /locales-all.global.js -> /locales-all/global.js
    • /locales/es.global.js -> /locales/es/global.js (and other locales)
11 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!

14 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
15 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