v0.56.0
Automattic/harperv0.56.0Aug 6, 2025by github-actions[bot]
AI Summary
Makes French spaces configurable and adds a specific rule to correct a missing 'of' after the word 'couple'. Chrome extension positioning and UX are improved.
Key Highlights
- French spaces are now configurable
- New rule to correct missing 'of' after 'couple'
- Fixed Chrome extension positioning in Ghost editor
- Improved ItsContraction rule scope
New Features
- French space configuration
- Missing 'of' after 'couple' rule
- Chrome extension UX fixes
Full Release Notes
## What's Changed * feat(docs): update the CDN example to `v0.54.0` by @elijah-potter in https://github.com/Automattic/harper/pull/1689 * fix(chrome-ext): properly position highlights in Ghost editor DOM by @elijah-potter in https://github.com/Automattic/harper/pull/1691 * feat(core): make French spaces configurable by @elijah-potter in https://github.com/Automattic/harper/pull/1693 * fix(core): false-positive from #1682 by @elijah-potter in https://github.com/Automattic/harper/pull/1692 * fix(core): address second part of #1492 by @elijah-potter in https://github.com/Automattic/harper/pull/1695 * feat(core): increase scope of ItsContraction + add tests by @elijah-potter in https://github.com/Automattic/harper/pull/1706 * feat:every since→ever since by @hippietrail in https://github.com/Automattic/harper/pull/1704 * chore: noun attrs, words from trending GitHub readmes by @hippietrail in https://github.com/Automattic/harper/pull/1662 * fix: add emphasis/emphasize to noun-instead-of-verb by @hippietrail in https://github.com/Automattic/harper/pull/1703 * fix(core): PiqueInterest now works with possessive determiners by @elijah-potter in https://github.com/Automattic/harper/pull/1708 * feat(chrome-ext): close the SuggestionBox with the Escape key by @elijah-potter in https://github.com/Automattic/harper/pull/1705 * feat(core): add rule to correct a missing `of` after the word `couple` by @elijah-potter in https://github.com/Automattic/harper/pull/1709 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.55.0...v0.56.0