Skip to content

Conversation

@vinguyen12
Copy link
Contributor

@vinguyen12 vinguyen12 commented Jan 16, 2026

{
"react": "9.0.4",
"main": "9.45.2",
"legacyAdapter": "8.65.2",
"overrides": {}
}

juliaroldi and others added 30 commits October 13, 2025 16:36
* refactor: optimize karma configuration for improved performance

* feat: add fast karma configuration and update package.json for debugging

* refactor: streamline karma plugin declaration and update test scripts for clarity

* refactor: update test commands to use fast karma configuration
…Delete/Backspace keypress (#3180)

* refactor: optimize karma configuration for improved performance

* feat: add fast karma configuration and update package.json for debugging

* refactor: streamline karma plugin declaration and update test scripts for clarity

* Add support for retaining formats when splitting paragraphs on Enter key press

- Introduced `formatsToKeep` option in `EditOptions` to specify which formats to retain.
- Updated `keyboardEnter`, `handleEnterOnParagraph`, and `splitParagraph` functions to handle the new formats.
- Enhanced tests to verify the correct behavior of format retention during paragraph splits.

* Remove unused import for handleEnterOnParagraph in keyboardEnterTest

* Remove stray backtick from splitParagraph function

* refactor: update test commands to use fast karma configuration

* feat: implement class format handling and preserve formatting on paragraph split

* feat: rename formatsToKeep to formatsToPreserveOnMerge and update related functionality

* test: update spies in keyboardDelete tests and fix format property in preserveParagraphFormat tests
* fix: handle zero colSpan and rowSpan in tableProcessor to ensure proper cell creation

* fix: correct colSpan condition in tableProcessor for accurate cell processing

* feat: add spanUntilNextSection support in table cell processing and handling

* refactor: remove spanUntilNextSection from table cell handling and related tests

* refactor: simplify rowSpan handling and improve tableProcessor tests for edge cases

* Remove unneeded changes

* Remove
…ugin (#3188)

* feat: enhance context menu handling to support V9 providers with event parameter

* fix: enhance isV9ContextMenuProvider to check for mixed plugins

* refactor: simplify spyOn usage for DarkColorHandler in BridgePlugin tests

* fix: enhance isV9ContextMenuProvider to validate V9 provider signature

* fix: update context menu provider check to use isMixedPluginProvider
New getContentForCopy API
…#3194)

* feat: add announce options for bold, italic, and underline formatting; update shortcuts and tests

* refactor: update context initialization in toggleBold, toggleItalic, and toggleUnderline tests for type safety

* Address comments from review

* test: add unit tests for bold, italic, and underline shortcuts with announceFormatChange
* Add Find and Replace API and plugin

* Fix a comment

* improve
…itor (#3195)

* feat: add announce options for bold, italic, and underline formatting; update shortcuts and tests

* refactor: update context initialization in toggleBold, toggleItalic, and toggleUnderline tests for type safety

* feat: add announcements for text selection and unselection in the editor

* refactor: simplify table selection logic by using TableSelection type in getIsSelectingOrUnselecting function

* Update packages/roosterjs-content-model-core/lib/corePlugin/selection/tableSelectionUtils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Address comments from review

* test: add unit tests for bold, italic, and underline shortcuts with announceFormatChange

* Move functionality to a new plugin

* Fix

* Fix

* Fix comment

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix #396891

* improve

* improve
Add the format parameter in the insertTable API, then it will be possible to insert a table with a predefined format. It can be used to add margin bottom to the table, then when a table is inserted under another their border does not overlay.
* Move graduated feature to a separate type

* improve

* fix build
…d move parsers to their own file (#3209)

* Translate lineHeight normal to 120% and move parsers to their own file

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix text to bullet issue

* fix test
* Refactor paste source validation to use getDocumentSource

- Updated shouldConvertToSingleImage to utilize htmlFirstLevelChildTags instead of clipboardData.
- Replaced instances of getPasteSource with getDocumentSource across various tests and implementations.
- Introduced getDocumentSource function to centralize document source determination logic.
- Added retrieveDocumentMetadata utility to extract metadata from documents.
- Ensured all related tests are updated to reflect changes in function calls and parameters.

* Refactor paste handling and add tests for negative text indent parser

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix #3171 #3184

* Update packages/roosterjs-content-model-plugins/lib/edit/EditPlugin.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add getPromoteLink function to verify if a link can be promoted.
* [fix] Keep format on the selection marker when reconcile Text

* update ut

* update test
Check if the selectedImage property exists when the content changed event is triggered,
… the Entity (#3196)

* Update the Entity's format when applying format on the content inside the Entity

* fix test
* Add wordContainerParser to handle negative margin-left values and update processPastedContentFromWordDesktop to use it

* asd

* Refactor wordContainerParser to remove unused parameters

* remove

* update
* Support cache for list

* fix build

* improve

* add tests

* add test

* add test

* Update packages/roosterjs-content-model-dom/lib/modelToDom/handlers/handleBlockGroupChildren.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
 wrap the draw image function in a try statement, if successful the image will be drawn in the canvas, if not return the data URL of the previous image
* Support Trusted publishing for npmjs

* improve

* improve
* Fix 230556

* improve

* fix build and improve
juliaroldi and others added 6 commits January 8, 2026 16:52
* fomratContainer fix

* fix comment
This PR fixes an issue where text could become invisible in table cells when the text color matched the background color (e.g., black text on black background or white text on white background).
When inserting new table columns/rows into table, also copy the font styles of the table cells. Also, do not remove the fontWeight when applying table format.
JiuqingSong
JiuqingSong previously approved these changes Jan 17, 2026
@vinguyen12 vinguyen12 changed the title Version bump to 9.46.0 Patch bump to 9.45.2 Jan 17, 2026
JiuqingSong
JiuqingSong previously approved these changes Jan 17, 2026
juliaroldi
juliaroldi previously approved these changes Jan 19, 2026
juliaroldi and others added 3 commits January 19, 2026 10:20
When apply multiple lists in a table, keep them in the same list chain.
* Enhance textProcessor to handle multiple text format parsers and add corresponding tests

* fix build code
@vinguyen12 vinguyen12 dismissed stale reviews from juliaroldi and JiuqingSong via 0ec2e60 January 20, 2026 16:55
@vinguyen12 vinguyen12 merged commit 6a60527 into release Jan 20, 2026
7 checks passed
@vinguyen12 vinguyen12 deleted the u/nguyenvi/versionbump11625 branch January 20, 2026 17:17
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.

9 participants