RoosterJs 9.7.0
Feature Improvements
- To make possible to disable the Tab Key handling, the option
handleTabKey
was added in the EditPlugin to turn off the plugin handling. (#2730 #2729)
What's Changed
- Support dark mode for WatermarkPlugin placeholder styles by @vhuseinova-msft in #2702
- Fixed WatermarkPlugin test build failure by @vhuseinova-msft in #2704
- Fix auto link event in create link by @juliaroldi in #2701
- Bump editor-adapter to 8.62.1 by @JiuqingSong in #2707
- Fix unstable test in tableMoverTest by @JiuqingSong in #2708
- Temporarily disable unstable test cases by @JiuqingSong in #2710
- Improve getDOMInsertPointRect by @JiuqingSong in #2705
- Bump ws from 6.2.1 to 6.2.3 by @dependabot in #2712
- Improve cache by @JiuqingSong in #2706
- Bump socket.io from 4.4.1 to 4.7.5 by @dependabot in #2715
- Remove span from image by @juliaroldi in #2716
- Add config for plugin by @juliaroldi in #2717
- Using Tab key on table selects the whole next cell by @Andres-CT98 in #2718
- Edit Image with image selection by @juliaroldi in #2713
- Remove plugin configuration by @juliaroldi in #2723
- Ensure focusNode exists when selectionChanges by @juliaroldi in #2724
- Only dismiss the Table Mover if the end of the drag is not in the Table Mover div by @BryanValverdeU in #2727
- Add option for Tab Key handling in EditPlugin by @Rain-Zheng in #2729
- Fix context menu for Image Edit menu by @juliaroldi in #2726
- Expose splittext api by @FrancisMengx in #2728
- Add Handle Tab Key setting to demo site by @BryanValverdeU in #2730
Full Changelog: v9.6.0...v9.7.0