Skip to content

Bump RoosterJS to 9.46.0 and Adapter to 8.65.3#3286

Merged
BryanValverdeU merged 19 commits intoreleasefrom
u/bvalverde/bumpRoosterHe
Feb 12, 2026
Merged

Bump RoosterJS to 9.46.0 and Adapter to 8.65.3#3286
BryanValverdeU merged 19 commits intoreleasefrom
u/bvalverde/bumpRoosterHe

Conversation

@BryanValverdeU
Copy link
Contributor

No description provided.

juliaroldi and others added 19 commits January 22, 2026 14:34
* 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.
@BryanValverdeU BryanValverdeU merged commit 523941a into release Feb 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants