Skip to content

Conversation

@flyingbee2012
Copy link
Contributor

Version bump to 9.37.0

haven2world and others added 30 commits June 11, 2025 07:56
* draft

* temp

* update ff

* update

* test

* update
* fix: avoid "undefined" before paragraphs content

* fix: set "image" as the default alt value instead of "undefined"

---------

Co-authored-by: Francois Dursus <fdursus@veson.com>
…osoft#3075)

* Enhance splitParagraph function to allow preservation of implicit paragraphs after split

* Fix preserveImplicitParagraph flag in handleEnterOnParagraph to false

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

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…oft#3077)

* Add beforeLogicalRootChanged event handling and related tests

* Rename event type from 'beforeLogicalRootChanged' to 'beforeLogicalRootChange' across relevant files

* Update packages/roosterjs-content-model-types/lib/event/LogicalRootChangedEvent.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…soft#3076)

* dsiable isComposing check for Android

* add test

---------

Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* Allow plugins to store custom state in undo snapshots

* Type fixes

* Move to using object instead array
* Initial commit

* Pending changes exported from your codespace

* fix code and tests

* Address comments

---------

Co-authored-by: wisaulni <wisaulni@microsoft.com>
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* Enhance image loading handling in ImageEditPlugin to support resizing and editing of images not fully loaded

* 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>
Co-authored-by: Julia Roldi <87443959+juliaroldi@users.noreply.github.com>
Use text-bottom instead of bottom for vertical-align to prevent the image to rotate below the text line. Also add some 5px in margin bottom to compensate for the height of the bottom handles.
* Fix 309357

* improve

* improve

* improve

* Update packages/roosterjs-content-model-types/lib/context/ModelToDomOption.ts

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

* Update packages/roosterjs-content-model-types/lib/context/ModelToDomSettings.ts

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

* fix build

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
… to be deleted (microsoft#3094)

* Fix microsoft#3087

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

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

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

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

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

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
When inserting a list or table in an indented segment, add the indentation to the block.
New parameter processNonVisibleElements has been added to the DomToModelSettings and DomToModelOptions, allowing optional processing of non-visible elements.
* Fix runtime color for dark mode

* add test

* fix build
The style direction: RTL does move the table to the right, so use justifySelf:flex-end.
When rotating an image, the resize handles direction must be updated according to the rotation angle.
* Support 'HTMLFast' mode when get HTML

* fix build and comment
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.2.1...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  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>
* Add logical root plugin and related presets; enhance event handling with capture option

* Update packages/roosterjs-content-model-plugins/lib/imageEdit/ImageEditPlugin.ts

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

* Update demo/scripts/controlsV2/sidePane/presets/PresetPane.tsx

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Vi Nguyen and others added 25 commits September 8, 2025 13:41
* fix mouse down

* remove empty file
* Reset logical root before restore snapshot

* Update packages/roosterjs-content-model-core/lib/coreApi/restoreUndoSnapshot/restoreSnapshotLogicalRoot.ts

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

---------

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

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

Add selection handler for pointer down event

Future intention: For touch selection, move the cursor to the beginning or end of the word if they tap within 6 characters of the beginning/end. If not, then place the cursor where they originally tapped.
…rd Desktop (microsoft#3147)

* Fix word paste bug

* Try fix build

* fix

* revert
versions.json Outdated
{
"react": "9.0.2",
"main": "9.36.0",
"main": "9.37.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't any public interface change, so we can use 9.36.1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@flyingbee2012 flyingbee2012 changed the title Version bump to 9.37.0 Version bump to 9.36.1 Sep 12, 2025
@flyingbee2012 flyingbee2012 merged commit 83a7588 into microsoft:release Sep 12, 2025
4 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.