Skip to content

Commit e63cd66

Browse files
committed
chore: bump version to 5.10.0
1 parent 94f60e4 commit e63cd66

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 5.10.0 - 2026-03-29
4+
5+
### Breaking Changes
6+
7+
- **i18n**: The `locale` option has moved from the top-level `Options` to `contextMenu.locale`.
8+
- The top-level `Options.locale` now only accepts a language code (`string`) and is **deprecated**.
9+
- To provide custom translations or set the language, use `contextMenu: { locale: LangPack }`.
10+
- Predefined language packs (like `en`, `zh_CN`) are now available via the new `i18n` export.
11+
12+
### Features
13+
14+
- Support preserving arrow delta coordinates (x,y) in plaintext converter
15+
316
## 5.9.3 - 2026-03-09
417

518
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "5.10.0-beta.1",
3+
"version": "5.10.0",
44
"type": "module",
55
"description": "Mind elixir is a free open source mind map core.",
66
"keywords": [

0 commit comments

Comments
 (0)