v16.3.0-canary.58
- Fix dev overlay hydration error ordering: #94555
- [turbopack] Retry chunk loading on failure: #94918
- Upgrade React from
ad78e251-20260616tob1786c31-20260618: #94951 - [ci] Update playwright to 1.61.0: #94871
- [cd] reduce size of npm metadata on publish: #94953
Huge thanks to @timneutkens, @sampoder, @vercel-release-bot, @bgw, and @styfle for helping!
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.
- 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
v3.27.1
- a16901d: Respect margin properties passed via
dragImagePropertieson the drag preview. The clone reset its margin to0after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed indragImageProperties, 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
- a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
- @tiptap/core@3.27.1
- @tiptap/pm@3.27.1
- 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-placeholderattribute 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
@eigenpal/docx-editor-core@1.8.1
-
6047f84: Emit
word/numbering.xmlwhen exporting documents whose lists have no original numbering partcreateDocx()(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 backingword/numbering.xml, nor its content-type override / document relationship. Word couldn't resolve the danglingnumIds, so it silently dropped every bullet and number marker — ordered/bulleted lists opened with no markers.fromProseDocnow 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 toword/numbering.xml— registering the content-type override and relationship — when the package doesn't already ship one. Documents that already contain anumbering.xmlare passed through unchanged.
v8.0.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v801