mind-elixir 3.0.5-beta.2 → 3.1.1
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/LICENSE +21 -21
- package/dist/MindElixir.iife.js +3 -3
- package/dist/MindElixir.js +64 -50
- package/dist/MindElixirLite.iife.js +5 -5
- package/dist/MindElixirLite.js +448 -434
- package/package.json +1 -1
- package/readme.md +8 -3
package/package.json
CHANGED
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
|
-
-
|
|
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)
|