RoosterJS 9.37.0
What's Changed
- Fix toggling format issue at composition stage for CJK by @haven2world in #3064
- Avoid "undefined" in HTML to Markdown generated content by @Durss in #3069
- Add focus handling in formatTableWithContentModel and its tests by @BryanValverdeU in #3072
- Do not parse negative number in ListStyles by @juliaroldi in #3073
- Keep implicit paragraph when pressing Enter at the start of it. by @BryanValverdeU in #3075
- Add beforeLogicalRootChanged event handling and related tests by @BryanValverdeU in #3077
- Disable isComposing check in DOM event propagation for Android by @Rain-Zheng in #3076
- Allow plugins to store state in snapshot by @florian-msft in #3079
- Fix #3080 by @JiuqingSong in #3084
- Add auto direction to setDirection by @wisaulni in #3082
- Ensure image is loaded before creating image wrapper by @BryanValverdeU in #3090
- Improve Unit Test by @juliaroldi in #3092
- Fix #3085 Implement the
disableSideResizeoption by @JiuqingSong in #3095 - Adjust the image wrapper to stay inline by @juliaroldi in #3093
- Fix 309357 by @JiuqingSong in #3097
- Fix #3063: focus to editor when click format painter button by @JiuqingSong in #3096
- Fix #3087 Delete paragraph styles when there is nothing else to be deleted by @JiuqingSong in #3094
- Remove karma changes by @juliaroldi in #3102
- Adjust Block Indentation by @juliaroldi in #3099
- Process non-visible elements by @juliaroldi in #3089
- Fix runtime color for dark mode by @JiuqingSong in #3101
- Fix 366527- Support RTL on Table by @juliaroldi in #3103
- Update resize handles direction by @juliaroldi in #3104
- Fix superscript rule by @juliaroldi in #3106
- Fix 380860 by @JiuqingSong in #3107
- Support 'HTMLFast' mode when get HTML by @JiuqingSong in #3109
- Bump tmp from 0.2.1 to 0.2.4 by @dependabot[bot] in #3114
- Fix #3110 by @BryanValverdeU in #3113
- Try fix unstable test by @BryanValverdeU in #3118
- Add markdown support for strikethrough by @FrancisMengx in #3117
- Support DL,DT,DD in content model by @JiuqingSong in #3120
- Add an experimental feature for 'HTMLFast' when export html by @JiuqingSong in #3121
- Fix 276282 by @JiuqingSong in #3125
- Fix #3112 Delete empty block group when need by @JiuqingSong in #3124
- add support for nested style markdowns by @FrancisMengx in #3119
- Do not add undo snapshot from ImageEdit plugin if image is not changed by @JiuqingSong in #3127
- Support different options for empty line mode in mark down by @JiuqingSong in #3128
- Fix auto link by @juliaroldi in #3129
- Graduate option "disableCache" by @JiuqingSong in #3132
- Improve handleParagraph function by @JiuqingSong in #3130
- Remove console.log added accidentally in test code by @JiuqingSong in #3134
- Toggle blockquote in Format Container by @juliaroldi in #3126
- Fix auto-capitalization for iOS by @isnine in #3131
- Fix RTL for Image Selection by @juliaroldi in #3136
- Revert "Improve handleParagraph function" by @JiuqingSong in #3137
- Bump version to 9.36.0 by @JiuqingSong in #3143
- [Image Edit] Fix mouse down selection by @juliaroldi in #3140
- Fix js error in keyboardInput by @JiuqingSong in #3142
- Reset logical root before restore snapshot by @JiuqingSong in #3144
- Fix type error when continuing list by @juliaroldi in #3149
- Add selection handler for pointer down event by @vinguyen12 in #3148
- Fix #3088 & #3139: Remove unneeded paddings from Word Desktop by @BryanValverdeU in #3147
- Version bump to 9.36.1 by @flyingbee2012 in #3150
- Bump version to 9.37.0 by @vinguyen12 in #3160
New Contributors
Full Changelog: v9.35.1...v9.37.0