suneditor 2.43.4 → 2.43.5
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 +4 -1
- package/dist/suneditor.min.js +2 -2
- package/package.json +1 -1
- package/src/lib/constructor.js +15 -5
- package/src/lib/core.d.ts +0 -10
- package/src/lib/core.js +63 -83
package/README.md
CHANGED
|
@@ -42,8 +42,9 @@ Pure javscript based WYSIWYG web editor, with no dependencies
|
|
|
42
42
|
- [Other libraries using SunEditor](#other-libraries-using-sunEditor)
|
|
43
43
|
- [suneditor-react](#lib-suneditor-react)
|
|
44
44
|
- [angular-suneditor](#lib-angular-suneditor)
|
|
45
|
+
- [Using SunEditor with Livewire & Alpine.JS](#lib-livewire-alpine)
|
|
45
46
|
- [Plugin for Pluxml](#lib-pluxml)
|
|
46
|
-
- [AEM-SunEditor](#lib-
|
|
47
|
+
- [AEM-SunEditor](#lib-aem-suneditor)
|
|
47
48
|
- [License](#license)
|
|
48
49
|
|
|
49
50
|
|
|
@@ -1563,6 +1564,8 @@ editor.showController = function (name, controllers, core) {
|
|
|
1563
1564
|
|
|
1564
1565
|
<a id="lib-angular-suneditor"></a>[angular-suneditor](https://github.com/BauViso/angular-suneditor) ([@BauViso](https://github.com/BauViso)) - Angular module for the SunEditor WYSIWYG Editor.
|
|
1565
1566
|
|
|
1567
|
+
<a id="lib-livewire-alpine"></a>[Livewire & Alpine.JS](https://github.com/JiHong88/SunEditor/issues/789#issuecomment-1121317703) ([@kaju74](https://github.com/kaju74)) - Using SunEditor with Livewire & Alpine.JS
|
|
1568
|
+
|
|
1566
1569
|
<a id="lib-pluxml"></a>[Plugin for Pluxml](https://forum.pluxml.org/discussion/comment/59339) ([@sudwebdesign](https://github.com/sudwebdesign)) - Plugin for Pluxml.
|
|
1567
1570
|
|
|
1568
1571
|
<a id="lib-aem-suneditor"></a>[AEM-SunEditor](https://blogs.perficientdigital.com/2019/08/13/suneditor-an-alternative-to-the-aem-rte) ([@ahmed-musallam](https://github.com/ahmed-musallam/AEM-SunEditor)) - Enables using SunEditor in AEM dialogs as an RTE replacement.
|