Open
Conversation
* fix publish file * remove file
Add undoSnapshot after pressing Tab key in a table that has new content, otherwise if the user type content in a table and press tab to move to another cell and then undo the content, all the typed content will be removed.
When press backspace or shift + delete when an entire row or column, delete the column and row.
Add new shift cells up and shift cells left table operations. These operations move the table cell content to the cells at left or above.
When apply alignment in table cells that has list items, also apply the alignment to the list items.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jiuqing Song <jisong@microsoft.com>
When triggering clearFormat on table cells, do not clear the cell or the table format.
When start shadow edit, check if table cells are selected, if they are selected, remove the background color to make the styles changes visible in the table.
Fix JSDoc comments for removeTableCellsStyle function to match actual parameters Fix JSDoc comments for setTableCellsStyle function to match actual parameters
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
When inserting a table in a range selection, insert the selected content inside the table.
Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.104.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.94.0...v5.104.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.104.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rn support (#3283) * Filter temporary EOP elements in Word Online paste and add test pattern support - Skip elements with both 'Selected' and 'EOP' classes during WAC paste processing to remove temporary End of Paragraph markers - Add unit tests for EOP element filtering behavior (3 test cases) - Enhance test runner with --testPathPattern and --testNamePattern flags for faster targeted test execution 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Update packages/roosterjs-content-model-plugins/lib/paste/WacComponents/processPastedContentWacComponents.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Dark color improvement * improve
When merging table cells, count table that are span as one cell, so two or more cells cannot be merge to one single span cell.
When pressing key up or key down in table cells that have text, preserve the cursor position.
… pasting from Word Desktop (#3288) Word Desktop pastes list items with full indentation as marginLeft on MsoListParagraph elements, which duplicates the paddingInlineStart (40px) already applied by the browser's default list styling. This parser subtracts the default 40px from the marginLeft of list items with the MsoListParagraph class to correct the indentation. - Add adjustWordListMarginParser using parseValueWithUnit for unit conversion - Register parser for listItemElement in processPastedContentFromWordDesktop - Update addParser call count expectations in pasteTest and ContentModelPastePluginTest - Add dedicated test case for the margin adjustment behavior
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
…sp (#3235) (#3287) * Preserve trailing space in last paragraph segment by converting to nbsp When the last text segment in a paragraph ends with a regular space, browsers collapse it during rendering. This change detects that case in handleText and replaces the trailing space with a non-breaking space (\u00A0) so it is preserved in the output. To support this, a new ModelToDomSegmentContext interface is introduced that extends ModelToDomContext with an isLastSegment flag. handleParagraph sets this flag for each segment before dispatching, and ContentModelSegmentHandler is updated to use ModelToDomSegmentContext as its context type, eliminating the need for type casts in the handlers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Improve trailing space to nbsp conversion with noFollowingTextSegmentOrLast Refactor handleParagraph to track whether a text segment is the last in the paragraph or has no following text segment (excluding SelectionMarkers). This ensures trailing spaces are converted to not only for the very last segment, but also when the next non-marker segment is not a Text segment. - Convert forEach to for loop in handleParagraph for segment iteration - Extract hasTextSegmentAfter helper to check for upcoming text segments - Add noFollowingTextSegmentOrLast property to ModelToDomSegmentContext - Update handleText to use the new property name - Fix stale isLastSegment references in handleTextTest - Add comprehensive tests for noFollowingTextSegmentOrLast in handleParagraphTest --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: ianeli1 <44042957+ianeli1@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create bump PR with new SemVer updates
Bump RoosterJS to 9.47.0, Adapter to 8.65.4, React to 9.0.5
Feb 26, 2026
Member
versions.json
Outdated
| { | ||
| "react": "9.0.5", | ||
| "main": "9.47.0", | ||
| "legacyAdapter": "8.65.4", |
Contributor
There was a problem hiding this comment.
I dont see changes to adapter, so no need to bump the version for this package. @copilot
Contributor
There was a problem hiding this comment.
@copilot I dont see changes to adapter, so no need to bump the version for legacyAdapter
Contributor
Author
There was a problem hiding this comment.
Reverted legacyAdapter back to 8.65.3 and react back to 9.0.4 in commit 4e59d14. Only main is bumped to 9.47.0.
…ckages Co-authored-by: BryanValverdeU <8291124+BryanValverdeU@users.noreply.github.com>
Copilot
AI
changed the title
Bump RoosterJS to 9.47.0, Adapter to 8.65.4, React to 9.0.5
Bump RoosterJS to 9.47.0
Feb 26, 2026
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.

Weekly bump PR merging master into
release. Versions bumped from 9.46.0 based on 4 new commits since Feb 12 release.Changes since 9.46.0
conversion; introducesModelToDomSegmentContextinterfaceadjustWordListMarginParserto fix duplicate list indentation when pasting from Word DesktopVersion bumps
mainlegacyAdapterreact✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.