Skip to content

Releases: SSShooter/mind-elixir-core

v5.11.0

22 Apr 10:38

Choose a tag to compare

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 dragmove to pan

Tests

  • Improve test compatibility for macOS and extend timeouts

New Contributors

Full Changelog: v5.10.0...v5.11.0

v5.10.0

29 Mar 04:51

Choose a tag to compare

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: v5.9.3...v5.10.0

v5.9.3

09 Mar 08:29

Choose a tag to compare

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: v5.9.2...v5.9.3

v5.9.2

03 Mar 09:45

Choose a tag to compare

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

24 Feb 07:27

Choose a tag to compare

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

21 Feb 05:36

Choose a tag to compare

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

18 Feb 07:02

Choose a tag to compare

5.8.3 - 2026-02-18

Refactors

  • Refactor plaintext converter

Full Changelog: v5.8.2...v5.8.3

v5.8.2

16 Feb 13:10

Choose a tag to compare

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.

image

v5.8.1

15 Feb 05:23

Choose a tag to compare

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

v5.8.0

07 Feb 04:45

Choose a tag to compare

5.8.0 - 2026-02-07

Features

  • Build & export plaintext converter

Full Changelog: v5.7.1...v5.8.0