@syncfusion/ej2-vue-richtexteditor
Advanced tools
Comparing version 17.4.43 to 17.4.44
@@ -7,2 +7,10 @@ # Changelog | ||
#### New Features | ||
- `#256724`, `#F149821` - Provided the support to insert a table using the `executeCommand` public method in the RichTextEditor. | ||
## 17.4.43 (2020-01-14) | ||
### RichTextEditor | ||
#### Bug Fixes | ||
@@ -9,0 +17,0 @@ |
/*! | ||
* filename: ej2-vue-richtexteditor.umd.min.js | ||
* version : 17.4.43 | ||
* version : 17.4.44 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-vue-richtexteditor@*", | ||
"_id": "@syncfusion/ej2-vue-richtexteditor@17.4.40", | ||
"_id": "@syncfusion/ej2-vue-richtexteditor@17.4.43", | ||
"_inBundle": false, | ||
"_integrity": "sha512-dNA+jxqB5AC9l9P1iyf+EMipL2GKrnB1UH43Xoe6TWve3Cv11zeWG3ZUvSozwHNYMokmlHxpkbQ5ouV7yS1byw==", | ||
"_integrity": "sha512-kZznQB05vA5nk/gDeuh7nVoNGmRl2VstLfd63r2fkDbjrAHbboZJoIc9XFidBx+iLmNMlEL+WQwiLBGbnpUTkQ==", | ||
"_location": "/@syncfusion/ej2-vue-richtexteditor", | ||
@@ -22,4 +22,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-17.4.40.tgz", | ||
"_shasum": "3cd935006e54693b6f869b271b3caff1b2dace8a", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-17.4.43.tgz", | ||
"_shasum": "4cb92b3c431ba8d31315848196e884e9ebf3b5a2", | ||
"_spec": "@syncfusion/ej2-vue-richtexteditor@*", | ||
@@ -36,3 +36,3 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"@syncfusion/ej2-base": "~17.4.43", | ||
"@syncfusion/ej2-richtexteditor": "17.4.43", | ||
"@syncfusion/ej2-richtexteditor": "17.4.44", | ||
"@syncfusion/ej2-vue-base": "~17.4.43" | ||
@@ -64,4 +64,4 @@ }, | ||
}, | ||
"version": "17.4.43", | ||
"version": "17.4.44", | ||
"sideEffects": false | ||
} |
@@ -28,3 +28,3 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base'; | ||
enableToolbarItem(items: string | string[], muteToolbarUpdate?: boolean): void; | ||
executeCommand(commandName: Object, value?: string | Object | Object | Object): void; | ||
executeCommand(commandName: Object, value?: string | Object | Object | Object | Object): void; | ||
focusIn(): void; | ||
@@ -31,0 +31,0 @@ focusOut(): void; |
2172428
+ Added@syncfusion/ej2-richtexteditor@17.4.44(transitive)
- Removed@syncfusion/ej2-richtexteditor@17.4.43(transitive)