Skip to content

v6.0.0 (v3.27.5873)

Compare
Choose a tag to compare
@AAbakumov AAbakumov released this 13 Jun 12:04
· 2 commits to master since this release

✨ 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.