Skip to content

v6.3.0 (v3.30.5916)

Choose a tag to compare

@jshaptala jshaptala released this 11 Aug 23:47
· 10 commits to master since this release

๐Ÿ› ๏ธ Improvements

  • Added a new boolean option disableTypeInSuggestionPopup to hide suggestion type labels in the suggestion pop-up. Disabled by default.
  • Introduced a new onUsage callback function, triggered whenever a check, autocorrect, autocomplete, or generate request is executed and tracked. Returns key metadata about the request type along with selected input and output values. Useful for monitoring usage, collecting metrics, and supporting client-side billing or analytics.
  • Updated description of the onStatistics callback function. Triggered when a user performs a suggestion or dictionary action, returning details such as action type, input text, rule, language, and context.

More details about onUsage and onStatistics are available in the WProofreader configuration reference.

  • Fixed an issue with the user-level dictionary where, in some cases, words could be re-flagged even after being added. This occurred since v5.35.1 due to the introduction of rule IDs for spelling suggestions.

  • Added support for TinyMCE 8 in the WProofreader plugin (now supports TinyMCE versions 6โ€“8). Try the demo.

๐Ÿž Bug fixes

  • [WP-6507] WProofreader core: Broken CSS styles in Webflow site builder