squire-rte
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -7,2 +7,8 @@ # Changelog | ||
## [2.2.4] - 2023-10-24 | ||
### Fixed | ||
- Fixed the type definition of the "setKeyHandler" method "key" parameter. | ||
## [2.2.3] - 2023-10-09 | ||
@@ -9,0 +15,0 @@ |
@@ -53,3 +53,3 @@ type EventHandler = { | ||
_makeConfig(userConfig?: object): SquireConfig; | ||
setKeyHandler(key: number, fn: KeyHandlerFunction): this; | ||
setKeyHandler(key: string, fn: KeyHandlerFunction): this; | ||
_beforeInput(event: InputEvent): void; | ||
@@ -56,0 +56,0 @@ handleEvent(event: Event): void; |
{ | ||
"name": "squire-rte", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.", | ||
@@ -5,0 +5,0 @@ "main": "dist/squire.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
973612