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 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
- [![Version](https://img.shields.io/badge/version-1.1.0-blue)](#)
5
+ [![npm](https://img.shields.io/npm/v/autumnnote?label=version&color=blue&logo=npm)](https://www.npmjs.com/package/autumnnote)
6
+ [![npm downloads](https://img.shields.io/npm/dw/autumnnote?label=downloads%2Fweek&logo=npm&color=cb3837)](https://www.npmjs.com/package/autumnnote)
7
+ [![Bundle Size](https://img.shields.io/bundlephobia/minzip/autumnnote?label=minzipped&color=success)](https://bundlephobia.com/package/autumnnote)
8
+ [![GitHub Stars](https://img.shields.io/github/stars/cmm-cmm/Autumn-Note?style=flat&logo=github&color=yellow)](https://github.com/cmm-cmm/Autumn-Note)
6
9
  [![CI](https://github.com/cmm-cmm/Autumn-Note/actions/workflows/pages.yml/badge.svg)](https://github.com/cmm-cmm/Autumn-Note/actions/workflows/pages.yml)
7
10
  [![JavaScript](https://img.shields.io/badge/JavaScript-ES2022-F7DF1E?logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
8
- [![Build](https://img.shields.io/badge/Build-Vite-646CFF?logo=vite&logoColor=white)](https://vitejs.dev/)
9
- [![Test](https://img.shields.io/badge/Test-Vitest-6E9F18?logo=vitest&logoColor=white)](https://vitest.dev/)
10
11
  [![License](https://img.shields.io/badge/License-MIT-brightgreen)](https://opensource.org/licenses/MIT)
11
12
  [![jQuery](https://img.shields.io/badge/jQuery-free-lightgrey)](#)
12
- [![FontAwesome](https://img.shields.io/badge/FontAwesome-6.5.2-528DD7?logo=fontawesome&logoColor=white)](https://fontawesome.com/)
13
+ [![TypeScript](https://img.shields.io/badge/TypeScript-definitions-3178C6?logo=typescript&logoColor=white)](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 omitted to avoid bias.
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
  |---|---|---|---|---|
@@ -15878,7 +15878,7 @@ var AutumnNote = {
15878
15878
  registerModule(name, ModuleClass) {
15879
15879
  _customModules.set(name, ModuleClass);
15880
15880
  },
15881
- version: "1.0.9"
15881
+ version: "1.1.1"
15882
15882
  };
15883
15883
  /**
15884
15884
  * @param {string|Element|NodeList|Element[]} selector