ssshooter/mind-elixir-core
 Watch   
 Star   
 Fork   
15 days ago
mind-elixir-core

v5.10.0

5.10.0 - 2026-03-29

Breaking Changes

  • i18n: The locale option has moved from the top-level Options to contextMenu.locale.
    • The top-level Options.locale now 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 new i18n export.

Features

  • Support preserving arrow delta coordinates (x,y) in plaintext converter

What's Changed

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.3...v5.10.0

2026-03-09 16:27:29
mind-elixir-core

v5.9.3

5.9.3 - 2026-03-09

Features

  • Support Esc key to exit node editing

Bug Fixes

  • Support dynamically toggling drag and selection features

New Contributors

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.2...v5.9.3

2026-03-03 17:43:18
mind-elixir-core

v5.9.2

5.9.2 - 2026-03-03

Bug Fixes

  • 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

2026-02-24 15:23:53
mind-elixir-core

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: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.0...v5.9.1

2026-02-21 13:08:46
mind-elixir-core

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: https://github.com/SSShooter/mind-elixir-core/compare/v5.8.3...v5.9.0

2026-02-18 14:59:07
mind-elixir-core

v5.8.3

5.8.3 - 2026-02-18

Refactors

  • Refactor plaintext converter

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.8.2...v5.8.3

2026-02-16 20:47:59
mind-elixir-core

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: https://github.com/SSShooter/mind-elixir-core/compare/v5.8.1...v5.8.2

P.S.

image

2026-02-07 12:32:42
mind-elixir-core

v5.8.0

5.8.0 - 2026-02-07

Features

  • Build & export plaintext converter

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.7.1...v5.8.0

2026-02-02 11:26:41
mind-elixir-core

v5.7.1

5.7.1 - 2026-02-02

Bug Fixes

  • Correct input copy behavior

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.7.0...v5.7.1