autumnnote 1.4.0 → 1.4.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/README.md +2 -2
- package/dist/autumnnote.es.js +1 -1
- package/dist/autumnnote.es.js.map +1 -1
- package/dist/autumnnote.umd.js +1 -1
- package/dist/autumnnote.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/js/index.js +1 -1
package/README.md
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
[](#)
|
|
13
13
|
[](types/index.d.ts)
|
|
14
14
|
|
|
15
|
-
A modern
|
|
15
|
+
A modern WYSIWYG rich-text editor built with vanilla JavaScript (ES2022+) — no jQuery, no heavy dependencies.
|
|
16
16
|
|
|
17
|
-
>
|
|
17
|
+
> **Fast. Lightweight. Reliable. Efficient.**
|
|
18
18
|
|
|
19
19
|
[Live Demo](https://cmm-cmm.github.io/Autumn-Note/) · [Docs](https://cmm-cmm.github.io/Autumn-Note/docs.html) · [Playground](https://cmm-cmm.github.io/Autumn-Note/playground.html)
|
|
20
20
|
|
package/dist/autumnnote.es.js
CHANGED
|
@@ -16423,7 +16423,7 @@ var AutumnNote = {
|
|
|
16423
16423
|
registerButton(btnDef);
|
|
16424
16424
|
return this;
|
|
16425
16425
|
},
|
|
16426
|
-
version: "1.4.
|
|
16426
|
+
version: "1.4.1"
|
|
16427
16427
|
};
|
|
16428
16428
|
/**
|
|
16429
16429
|
* @param {string|Element|NodeList|Element[]} selector
|