Releases: WebSpellChecker/wproofreader
Releases · WebSpellChecker/wproofreader
v6.9.0 (v3.37.6005)
🛠️ Enhancements
- Updated label names and their translations in the General settings section:
- Style guide > Style
- Correct spelling automatically > Autocorrect
- Autocomplete suggestions > Text autocomplete
🐞 Bug fixes
- Impossible to accept AI writing assistant suggestions using Replace button in Help Scout
- Incorrect sentence split on “e.g.” triggers rule with missing curly brackets
v6.8.0 (v3.36.5994)
🐞 Bug fixes
- [WP-6743] WPR core: Shifted markup in the elements
v6.7.2 (v3.35.5990)
🐞 Bug fixes
- [WP-6710] WPR core: Replace, autocomplete and autocorrect functionalities don't work properly in the Coda editor
- [WP-6746] WPR core: Autocomplete functionality didn't work properly in the Pergamon editor
- [WP-6747] WPR core: JS error after initialization in the Pergamon editor
- [WP-6755] AIWA: Incorrect component name in Norwegian Bokmål (nb_NO)
- [WP-6758] AIWA: Broken disclaimer styles when resizing the dialog window
- [WE-223] AIWA: Badge isn't shown on text selection in Google Docs
v6.7.1.0 (v3.34.5971)
🛠️ Improvements
- AI writing assistant (AIWA): Added a disclaimer that AI can make mistakes.
🐞 Bug fixes
- [WP-6692] AIWA: Incorrect spelling of the component name in Portuguese to Assistente de escrita IA
- [WP-6699] WProofreader core: Shifted underlinings in the
<textarea>element in WordPress WooCommerce - [WP-6698] WProofreader core: Shifted underlinings in the
<input>element in WordPress WooCommerce
v6.7.0.0 (v3.33.5958)
🛠️ Improvements
-
Improved a sentence tokenizer.
More accurate and precise sentence splitting, now handles abbreviations (e.g., “Mr.”, “Q1.”, “Ph.D.”).
🐞 Bug fixes
- [WP-6672] WPR core: Broken suggestion description styles in WP elementor editor.
v6.6.0 (v3.32.5944)
✨ Features
- Added a new
suggestionsCountByTypeoption that allows flexible configuration of how many suggestions are displayed by type:
suggestionsCountByType: {
spelling: 3,
grammar: 5,
style: 6
}
- The UI can now display up to 6 suggestions for certain languages (previously limited to 3). Suggestion count can be configured separately for:
- 📝 Spelling
- 📖 Grammar
- 🎨 Style
Find more details in the API documentation.
v6.5.0 (v3.31.5934)
🛠️ Improvements
- Improved highlighting of spelling suggestions while typing to eliminate partial underlines with
checkOnSpace:true. - Enhanced Notion integration: text in inline code blocks is properly checked, while dedicated code blocks are excluded from checks.
- Made the ignore all functionality for spelling suggestions context-aware. For example, if the same misspelling intant appears in different sentences, the suggestions may differ (e.g., intent vs instant). With the updated flow, each case is now treated separately and ignored independently.
- Added support for the Tiptap editor. Try the demo.
- Improved the integration with Syncfusion editor: fixed styles in the suggestion pop-up.
v6.4.1 (v3.30.5919)
🛠️ Improvements
- Improved autocorrect handling in email addresses. Autocorrect is now disabled when a word is part of an email (e.g., typing brian@... will no longer autocorrect brian to Brian). In other contexts, capitalization suggestions remain active.
v6.3.0 (v3.30.5916)
🛠️ Improvements
- Added a new boolean option
disableTypeInSuggestionPopupto hide suggestion type labels in the suggestion pop-up. Disabled by default. - Introduced a new
onUsagecallback 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
onStatisticscallback 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
v6.2.0 (v3.29.5897)
🛠️ Improvements
- [WP-6392] WProofreader core: Disabled the “Show more” button when only one suggestion is available to prevent confusion and improve UX.
🐞 Bug fixes
- [WP-6479] WProofreader core: Fixed broken styles for the badge and its dropdown menu.
- [WP-6449] WProofreader core / Autocorrect: Resolved issue where autocorrect couldn't be reverted if additional suggestions were applied to the same word.
- [WP-6478] WProofreader core: Prevented the “Well done…” dialog from appearing when the extension is turned off.