Releases: SSShooter/mind-elixir-core
Releases · SSShooter/mind-elixir-core
v5.11.0
5.11.0 - 2026-04-22
Features
- Improve Magic Trackpad UX
Bug Fixes
- Prevent double-clicking multiple elements
Refactors
- Round arrow delta values to integers
- Use pointer events to handle click & double-click
- Unify node selection logic to
mouse.ts - Rename
dragmovetopan
Tests
- Improve test compatibility for macOS and extend timeouts
New Contributors
Full Changelog: v5.10.0...v5.11.0
v5.10.0
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
v5.9.3
5.9.3 - 2026-03-09
Features
- Support
Esckey to exit node editing
Bug Fixes
- Support dynamically toggling drag and selection features
New Contributors
- @DisciplinedSoftware made their first contribution in #370
Full Changelog: v5.9.2...v5.9.3
v5.9.2
5.9.2 - 2026-03-03
Bug Fixes
- Fix line break conversion for editable content in Safari
Full Changelog: v5.9.1...v5.9.2
v5.9.1
5.9.1 - 2026-02-24
Features
- Improve pinch gesture ux
Refactors
- Remove top-level scope document to avoid immediate errors in SSR applications
Full Changelog: v5.9.0...v5.9.1
v5.9.0
5.9.0 - 2026-02-21
Features
- Add mindElixirToPlaintext
Bug Fixes
- Fix arrow highlight show repeatedly
Refactors
- Optimize plaintext converter algorithm
Full Changelog: v5.8.3...v5.9.0
v5.8.3
v5.8.2
5.8.2 - 2026-02-16
Features
- Both buttons can be used to drag in readonly mode
- Support more styles in plaintext converter
Full Changelog: v5.8.1...v5.8.2
P.S.

v5.8.1
Full Changelog: v5.8.0...v5.8.1