v5.10.0
- 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
- Support preserving arrow delta coordinates (x,y) in plaintext converter
- feat: expose clearHistory() to reset the undo/redo stack by @DisciplinedSoftware in https://github.com/SSShooter/mind-elixir-core/pull/373
- Feature/locale refactor by @SSShooter in https://github.com/SSShooter/mind-elixir-core/pull/378
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.3...v5.10.0
v5.9.3
- Support
Esckey to exit node editing
- Support dynamically toggling drag and selection features
- @DisciplinedSoftware made their first contribution in https://github.com/SSShooter/mind-elixir-core/pull/370
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.2...v5.9.3
v5.9.2
- Fix line break conversion for editable content in Safari
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.1...v5.9.2
v5.9.1
- Improve pinch gesture ux
- Remove top-level scope document to avoid immediate errors in SSR applications
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.0...v5.9.1
v5.9.0
- Add mindElixirToPlaintext
- Fix arrow highlight show repeatedly
- Optimize plaintext converter algorithm
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.8.3...v5.9.0
v5.8.3
- Refactor plaintext converter
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.8.2...v5.8.3
v5.8.2
- Both buttons can be used to drag in readonly mode
- Support more styles in plaintext converter
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.8.1...v5.8.2
P.S.
v5.8.0
- Build & export plaintext converter
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.7.1...v5.8.0
v5.7.1
- Correct input copy behavior
Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.7.0...v5.7.1