Releases: WebSpellChecker/wproofreader
Releases · WebSpellChecker/wproofreader
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.
v6.1.0 (v3.28.5884)
🛠️ Improvements
- Added suggestion type labels (Spelling, Grammar, Style) to the suggestion card to improve clarity and user experience.
- Updated the appearance of the “No suggestions” message to make it less prominent and prevent confusion with clickable suggestions.
🐞 Bug fixes
- [WP-6452] WProofreader core: Suggestion pop-up doesn't appear on hover in Google Docs [browser extension]
v6.0.0 (v3.27.5873)
✨ Features
- Added the ability to resize the AI writing assistant dialog. The default height is set to 300 px, allowing users to view more of the generated text without excessive scrolling.
- Introduced a dedicated theme for the WProofreader plugin for TinyMCE v6–7 to ensure a more seamless and native-looking UI integration.
🛠️ Improvements
- Implemented an improved autocomplete mechanism that triggers suggestions on space key press, replacing the previous
printableKeydownPressed
+ 300 ms delay logic. This enhances performance and relevance of suggestions during typing. - Suppressed the “No suggestions” message for style guide and grammar errors if a description is available. The message remains visible in all other cases.
- Set
disableOptionsStorage: ['all']
as the default to prevent saving user preferences in local storage, ensuring that configuration options set programmatically take priority.
v5.39.2 (v3.25.5819)
Bugfixes
- [WP-6318] [Accessibility] WPR core: AIWA dialogs aren't usable on mobile devices
- [WP-6319] [Accessibility] WPR core: Dialog sizes aren't adapted for mobile devices
v5.39.0 (v3.25.5807)
Features
- [WP-6215] WPR core: Support of Code Mirror 6 editor
- [WP-6177] WPR core: Create ‘keepNativeSpellCheck’ developer option
Improvements
- [WE-180] WPRE/Google Docs: Handle the Tabs switch
Bugfixes
- [WP-6180] WPR core: CKEditor 5 removes data-wsc-instance attribute
- [WP-6207] WPR core: HTML tags are processed incorrectly for suggestion context in dialog mode
- [WE-157] WPRE/Google Spreadsheets: Synchronization from 'fx' field to cell is broken
- [WP-6226] WPR core: 'detected_lang' command is absent for 'auto' language
v5.38.0 (v3.24.5785)
Improvements
- [WP-6089] WPR core: Add probability value in statistics command
Bugfixes
- [WP-6108] WPR core: Wrong 'detected_lang' is sent in the statistics command
v5.37.0 (v3.23.5779)
Bugfixes
[WP-6127] WPR core: Suggestion pop-up don't open when scrolling long text in textarea
v5.36.1 (v3.22.5775)
Improvements
- [WP-6003] WPR core: Providing autocomplete suggestions only if they match the user's input
- [WP-6008] WPR core: Improve autoDestroy functionality
- [WP-6107] WPR core: Make an 'allSuggestionsMode' option configurable
Bugfixes
- [WP-6042] WPR core: Open dialog action is not disabled when the 'compactBadge' option is set
- [WP-6073] WPR core: Issues in the extended dialog don't disappear after instance destroy
- [WP-6074] WPR core: JS error when the user destroys the instance initialized using the 'proofreadDialogContainer' parameter
- [WP-6075] WPR core: Words on two lines are autocorrected to one word in Google Chat
v5.36.0 (v3.21.5759)
New features
- [WP-5904] WPR core: 'compactBadge' parameter
- [WP-6081] WPR core: 'checkKit' parameter
Improvements
- [WP-6053] WPR core: Set default 'requestTokens' count value to 4
Bugfixes
- [WP-5967] WPR core: 'Unpaired symbol missing' rule fails with multiple sentences in quotes
v5.35.3 (v3.20.5729)
New features
- [WP-5573] WPR core: Implement WProofreader Editor
Improvements
- [WP-5932] WPR core: Improve debounce mechanism timeouts
Bugfixes
- [WP-5967] WPR core: Too long timeout before a check request if the editor contains only one paragraph