Releases: WebSpellChecker/wproofreader
Releases · WebSpellChecker/wproofreader
v5.16.2.1
Enhancements
A new service entry point is introduced for the cloud-based services. It is applicable for direct API calls and for UI-based components like the WProofreader add-on. For backward compatibility, the old way also works.
Old way: https://svc.webspellchecker.net/spellcheck31/script/ssrv.fcgi?cmd=[command]&[parameter]=[value]
New way: https://svc.webspellchecker.net/api?cmd=[command]&[parameter]=[value]
v5.24.0 (v3.6.4736)
Enhancements
- Changed the badge behavior and view. By default, it starts in a small size and has a few states: orange – all is OK, no suggestions found; red – some suggestions found. On hover, users can check the exact number of alerts/suggestions detected. To return it to a large size use the option
fullSizeBadge: true
. - Implemented the 1st version of the global badge under
globalBadge
option name. If enabled, there will be only one global badge on the page that aggregates all the suggestions on the page instead of having separate badges for each field. By default, it’s disabled:globalBadge: false
. - Changed the default state of the suggestion popup view by enabling additional actions like: proofread in dialog, settings, toggle.
- Deprecated the badge pulsation effect and related
disableBadgePulsing
option. Also, with the introduction of the small badge, removed the mechanism with the dynamic badge - size depending on the content and the text field.
Learn more in the updated version of WProofreader API documentation.
Bug fixes
- [WP-4388] WProofreader core: Autocorrect messes up corrected words
v5.23.0 (v3.5.4703)
Bug fixes
- [WP-4349, GitHub #11951] WProofreader core: The caret moves to a different block when pressing space after a word with grammar error in CKEditor 5
- [WP-4352] WProofreader core: Incorrect behavior of cursor restore during autocorrect in Draft.js
v5.19.0 (v3.5.xxx)
Enhancements
- Autocomplete suggestions (beta). Brand new functionality is implemented and added to WProofreader-based products – autocomplete suggestions while typing for English. It suggests only a word or short phrase, suggestion can be accepted using the left arrow
>
on the keyboard. The feature is disabled by default, it can be easily enabled from the user interface by end users or added by developer to the configuration using autocomplete option. - Disabled badge pulsation effect:
disableBadgePulsing: true
in order not to distract users.
Bug fixes
- [WP-4181] WProofreader core: Broken CSS styles in a client environment
- [WP-4171] WProofreader core: Markup fails in text areas with more than 65 535 characters [Chrome]
v5.18.0
Bug fixes
- [WP-4166] WProofreader core: After each error replace markup is removed in CKEditor 5
- [WP-4167] WProofreader core: UI of dialog is broken when all suggestions are accepted in CKEditor 5
- [WP-4168] WProofreader core: Wrong size of the error block for multi-string text
v5.17.0
No updates in WProofreader core.
v5.16.5
Bug fixes
- [WP-4115] WProofreader core: Text is inserted into an incorrect position after word replace in Firefox
- [WP-4131, WP-4132, WP-4133] WProofreader core: Replace doesn’t work in CKEditor 5, Slate, Draft.js editors in Firefox
v5.16.4
No updates in WProofreader core.
v5.16.3
Bug fixes
- [WP-4063] WProofreader core: Issue with destroyed CKEditor 5
- [WP-4071] WProofreader core: Settings dialog closes after click on it in Froala Editor