mind-elixir 3.0.5-beta.2 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mind-elixir",
3
- "version": "3.0.5-beta.2",
3
+ "version": "3.1.0",
4
4
  "type": "module",
5
5
  "description": "Mind elixir is a free open source mind map core.",
6
6
  "keywords": [
package/readme.md CHANGED
@@ -27,14 +27,14 @@
27
27
 
28
28
  Mind elixir is a free open source mind map core.
29
29
 
30
- - Zero dependency
31
- - High performance
32
30
  - Lightweight
31
+ - High performance
33
32
  - Framework agnostic
34
33
  - Pluginable
35
34
  - Build-in drag and drop / node edit plugin
36
- - Styling your node with CSS
35
+ - Summarize nodes
37
36
  - Undo / Redo
37
+ - Styling your node with CSS
38
38
 
39
39
  <details>
40
40
  <summary>Table of Contents</summary>
@@ -54,6 +54,7 @@ Mind elixir is a free open source mind map core.
54
54
  - [Theme](#theme)
55
55
  - [Not only core](#not-only-core)
56
56
  - [Development](#development)
57
+ - [Thanks](#thanks)
57
58
 
58
59
  </details>
59
60
 
@@ -317,3 +318,7 @@ npm run build
317
318
  npm link
318
319
  npm link mind-elixir
319
320
  ```
321
+
322
+ ## Thanks
323
+
324
+ - [@viselect/vanilla](https://github.com/simonwep/selection/tree/master/packages/vanilla)