chore: release#376
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9504bf4 to
c208e08
Compare
c208e08 to
e65d0a9
Compare
e65d0a9 to
286635e
Compare
286635e to
b8fdc9b
Compare
b8fdc9b to
8d23c20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@eigenpal/docx-js-editor@0.4.2
Patch Changes
apply_formattingtool schema rejection by Gemini. Themarks.highlightenum no longer contains an empty string, which Gemini'sGenerateContentRequestrejects. Pass"none"to clear the highlight.<w:num>elements share one<w:abstractNum>. Per ECMA-376 §17.9.18 they share counter state and a<w:lvlOverride>/<w:startOverride>only resets the shared counter the first time its numId appears. Counter state is now keyed by abstractNumId; first-encounter resets are honored. Also fixes a related justification bug where list-level indents written with<w:ind w:start="0"/>were ignored, causing a 720-twip fallback indent to be applied and table-cell text to render 48px short of the cell width.<w:rFonts ascii="Arial">while document defaults supply a pairedasciiTheme="minorHAnsi". The OOXML render layer treats the theme attribute as overriding the explicit name, so a staleasciiThemefromdocDefaultswas silently turning Arial headings into Calibri. The font merge now treats explicit/theme attribute pairs as a unit per ECMA-376 §17.3.2.27. Fixes bug: run in table cell getting font name reset on save #387.<w:rFonts>(e.g.w:eastAsia="Calibri"). Previously the entire fontFamily object was replaced on merge, wiping out other slots inherited from the basedOn chain (e.g.w:ascii="Arial Narrow"). Per ECMA-376 §17.3.2.27, each ascii/hAnsi/eastAsia/cs slot — and its theme pair — must merge independently. Identical paragraphs now resolve to the same default font family and render at the same height.headerFooterToProseDoc → toFlowBlocks → measureBlocks → renderFragmentchain the body uses. Fixes Header/footer tables disappear from the normal render path #356, Header/footer tables lack body-like table interaction parity #357, Header/footer table layout shifts after entering and leaving edit mode #358.@eigenpal/docx-editor-agents@0.4.2