Skip to content

v6.6.0 (v3.32.5944)

Choose a tag to compare

@AAbakumov AAbakumov released this 06 Oct 14:04
· 8 commits to master since this release

✨ Features

  • Added a new suggestionsCountByType option 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.