5.10.0 - 2026-03-29
Breaking Changes
- i18n: The
localeoption has moved from the top-levelOptionstocontextMenu.locale.- The top-level
Options.localenow only accepts a language code (string) and is deprecated. - To provide custom translations or set the language, use
contextMenu: { locale: LangPack }. - Predefined language packs (like
en,zh_CN) are now available via the newi18nexport.
- The top-level
Features
- Support preserving arrow delta coordinates (x,y) in plaintext converter
What's Changed
- feat: expose clearHistory() to reset the undo/redo stack by @DisciplinedSoftware in #373
- Feature/locale refactor by @SSShooter in #378
Full Changelog: v5.9.3...v5.10.0