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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autumnnote",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A modern, lightweight WYSIWYG editor — built with vanilla JavaScript, no jQuery required.",
5
5
  "main": "dist/autumnnote.umd.js",
6
6
  "module": "dist/autumnnote.es.js",
@@ -28,20 +28,39 @@
28
28
  },
29
29
  "keywords": [
30
30
  "wysiwyg",
31
+ "wysiwyg-editor",
31
32
  "editor",
32
33
  "rich-text",
33
34
  "rich-text-editor",
34
35
  "vanilla-js",
35
36
  "vanilla-javascript",
36
37
  "contenteditable",
37
- "summernote",
38
38
  "text-editor",
39
39
  "html-editor",
40
40
  "no-jquery",
41
41
  "lightweight",
42
42
  "toolbar",
43
- "javascript-editor"
43
+ "javascript-editor",
44
+ "summernote",
45
+ "summernote-alternative",
46
+ "quill-alternative",
47
+ "tinymce-alternative",
48
+ "markdown",
49
+ "mention",
50
+ "bubble-toolbar",
51
+ "dark-mode",
52
+ "i18n",
53
+ "typescript",
54
+ "esm"
44
55
  ],
56
+ "homepage": "https://cmm-cmm.github.io/Autumn-Note/",
57
+ "repository": {
58
+ "type": "git",
59
+ "url": "git+https://github.com/cmm-cmm/Autumn-Note.git"
60
+ },
61
+ "bugs": {
62
+ "url": "https://github.com/cmm-cmm/Autumn-Note/issues"
63
+ },
45
64
  "author": "Minh Pham",
46
65
  "license": "MIT",
47
66
  "devDependencies": {
package/src/js/index.js CHANGED
@@ -100,7 +100,7 @@ const AutumnNote = {
100
100
  registerModule(name, ModuleClass) { _customModules.set(name, ModuleClass); },
101
101
 
102
102
  /** Library version */
103
- version: '1.0.9',
103
+ version: '1.1.1',
104
104
  };
105
105
 
106
106
  // ---------------------------------------------------------------------------