autumnnote 3.0.0 → 3.1.0
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 -1
- package/dist/autumnnote.cjs +34 -32
- package/dist/autumnnote.core.es.js +1497 -789
- package/dist/autumnnote.core.es.js.map +1 -1
- package/dist/autumnnote.es.js +2042 -1298
- package/dist/autumnnote.es.js.map +1 -1
- package/dist/autumnnote.min.js +34 -32
- package/dist/autumnnote.umd.js +34 -32
- package/dist/autumnnote.umd.js.map +1 -1
- package/package.json +6 -6
- package/src/js/core/func.js +2 -0
package/README.md
CHANGED
|
@@ -985,7 +985,8 @@ src/
|
|
|
985
985
|
│ ├── editing/
|
|
986
986
|
│ │ ├── History.js Undo/redo stack (configurable depth)
|
|
987
987
|
│ │ ├── insert.js Range-based insertHTML/insertText/insertHorizontalRule
|
|
988
|
-
│ │ ├── Style.js Formatting commands
|
|
988
|
+
│ │ ├── Style.js Formatting commands and style queries
|
|
989
|
+
│ │ ├── format.js Formatting engine (inline, block, list, link transforms)
|
|
989
990
|
│ │ ├── Table.js Table creation and cell manipulation
|
|
990
991
|
│ │ └── Typing.js Tab/Enter/ArrowKey behaviour and FA icon caret handling
|
|
991
992
|
│ ├── module/
|