autumnnote 1.1.0 → 1.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/README.md +6 -5
- 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 +22 -3
- package/src/js/index.js +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center"><img src="image/banner.png" width="120" alt="AutumnNote Banner"/></p>
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/autumnnote)
|
|
6
|
+
[](https://www.npmjs.com/package/autumnnote)
|
|
7
|
+
[](https://bundlephobia.com/package/autumnnote)
|
|
8
|
+
[](https://github.com/cmm-cmm/Autumn-Note)
|
|
6
9
|
[](https://github.com/cmm-cmm/Autumn-Note/actions/workflows/pages.yml)
|
|
7
10
|
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
|
|
8
|
-
[](https://vitejs.dev/)
|
|
9
|
-
[](https://vitest.dev/)
|
|
10
11
|
[](https://opensource.org/licenses/MIT)
|
|
11
12
|
[](#)
|
|
12
|
-
[](types/index.d.ts)
|
|
13
14
|
|
|
14
15
|
A modern, lightweight WYSIWYG rich-text editor built with vanilla JavaScript (ES2022+) — no jQuery, no heavy dependencies.
|
|
15
16
|
|
|
@@ -608,7 +609,7 @@ Build output in `dist/`:
|
|
|
608
609
|
|
|
609
610
|
## Comparison
|
|
610
611
|
|
|
611
|
-
The table below compares AutumnNote against editors commonly used in this category. Specific library names are
|
|
612
|
+
The table below compares AutumnNote against editors commonly used in this category — such as Summernote, Quill, TinyMCE, and Froala. Specific library names are kept generic to avoid direct bias; the comparison is based on publicly documented feature sets.
|
|
612
613
|
|
|
613
614
|
| Feature | Editor A | Editor B | Editor C | **AutumnNote** |
|
|
614
615
|
|---|---|---|---|---|
|
package/dist/autumnnote.es.js
CHANGED
|
@@ -15878,7 +15878,7 @@ var AutumnNote = {
|
|
|
15878
15878
|
registerModule(name, ModuleClass) {
|
|
15879
15879
|
_customModules.set(name, ModuleClass);
|
|
15880
15880
|
},
|
|
15881
|
-
version: "1.
|
|
15881
|
+
version: "1.1.1"
|
|
15882
15882
|
};
|
|
15883
15883
|
/**
|
|
15884
15884
|
* @param {string|Element|NodeList|Element[]} selector
|