Skip to content

Releases: WebSpellChecker/wproofreader

v5.26.0 (v3.8.4782)

29 Nov 15:27
Compare
Choose a tag to compare

Enhancements

  • Global badge v2. Rethought the conception and behavior of the global badge. This badge no longer is tied to text fields but is global on the page. By default, it’s disabled globalBadge:false but if enabled it will be placed in the bottom right corner of the page. Its position can be regulated using the following options: badgeOffsetX, badgeOffsetY, badgeOffsetZ (by default: badgeOffsetX = 20, badgeOffsetY = 20, badgeZIndex=1000).

Bug fixes

  • [WP-4447] WProofreader core: No markup when user opens Full screen view in Google Gmail [detected using browser extension]
  • [WP-4477] WProofreader core: No flag icon for Valencian (cat_ES) language
  • [WP-4476] WProofreader core: Apostrophe (') is not allowed symbol for adding to User Dictionary from UI
  • [WP-4484] WProofreader core: WProofreader does not work properly in IE11 in textareas

v5.25.0 (v3.7.4760)

19 Oct 13:50
Compare
Choose a tag to compare

Enhancements

  • BETA. English dialects support AI-based English under the hood. Implemented for next dialects: American, British, Canadian and Australian English. By default it’s disabled but you can enable it by adding enforceAI: true option to the configuration script.
  • Updated the default path for the WProofreader core for the cloud product version from servicePath: spellcheck31/script/ssrv.cgi to servicePath: api.

Bug fixes

  • [WP-4399] WProofreader core: Styles were broken in the title of the JIRA issue [detected using browser extension]
  • [WP-4428] WProofreader core: Disabled autocorrect feature for Slate.js
  • [WP-4418] WProofreader core: Focus state shifted in Google Chat [detected using browser extension]

v5.19.1

19 Oct 13:49
Compare
Choose a tag to compare

Bug fixes

  • [WP-3967] WProofreader core: Vertical scroll inside input element
  • [WP-4210] WProofreader core: Broken styles for ckeditor5, gray and dark themes
  • [WP-4213] WProofreader core: Vertical scroll is shown in the input element
  • [WP-4214] WProofreader core: Horizontal scroll comes up after initialization in Google Chat editable area
  • [WP-4220] WProofreader core: Underlines are shifted when vertical scroll overlaps the content of textarea element

v5.16.2.1

19 Oct 13:24
Compare
Choose a tag to compare

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)

09 Nov 11:22
Compare
Choose a tag to compare

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)

14 Nov 15:06
Compare
Choose a tag to compare

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)

19 Oct 13:47
Compare
Choose a tag to compare

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

19 Oct 13:45
Compare
Choose a tag to compare

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

19 Oct 13:41
Compare
Choose a tag to compare

No updates in WProofreader core.

v5.16.5

19 Oct 13:34
Compare
Choose a tag to compare

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