Skip to content

Commit 7013fce

Browse files
committed
chore: bump version to 5.11
1 parent 0e9d229 commit 7013fce

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 5.11.0 - 2026-04-22
4+
5+
### Features
6+
7+
- Improve Magic Trackpad UX
8+
9+
### Bug Fixes
10+
11+
- Prevent double-clicking multiple elements
12+
13+
### Refactors
14+
15+
- Round arrow delta values to integers
16+
- Use pointer events to handle click & double-click
17+
- Unify node selection logic to `mouse.ts`
18+
- Rename `dragmove` to `pan`
19+
20+
### Tests
21+
22+
- Improve test compatibility for macOS and extend timeouts
23+
324
## 5.10.0 - 2026-03-29
425

526
### Breaking Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "5.10.0",
3+
"version": "5.11.0",
44
"type": "module",
55
"description": "Mind elixir is a free open source mind map core.",
66
"keywords": [
@@ -102,4 +102,4 @@
102102
"vite": "^7.1.7",
103103
"vite-plugin-istanbul": "^7.2.0"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)