- 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
- Support
Esckey to exit node editing
- Support dynamically toggling drag and selection features
- Fix line break conversion for editable content in Safari
- Improve pinch gesture ux
- Remove top-level scope document to avoid immediate errors in SSR applications
- Add mindElixirToPlaintext
- Fix arrow highlight show repeatedly
- Optimize plaintext converter algorithm
- Refactor plaintext converter
- Both buttons can be used to drag in readonly mode
- Support more styles in plaintext converter
- Build & export plaintext converter
- Correct input copy behavior
- Refactor clipboard handling using native events
- Import pasteHandler for improved clipboard operations
- Remove draggable option
- Add plaintext converter for importing/exporting mind maps
- Allow creating arrows without offset
- Refactor node operations and improve structure
- Refactor keypress handling and clipboard functions
- Refactor utility functions in index.ts
- Update readme
- Upgrade playwright to latest version
- Unify map padding across themes (
50px→50px 80px) - Export constants (LEFT, RIGHT, SIDE, THEME, DARK_THEME) to bypass SSR errors
- Update
.svg-labelstyle - Calculate arrow delta instead of constant value
- Enhance fullscreen handling
- Prevent arrow reversal
- Improve scale validation logic