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.