CLEditor 1.4.5
Advisory: https://github.com/advisories/GHSA-hh56-x62g-gvhc | Severity: moderate |
dotnet add package CLEditor --version 1.4.5
NuGet\Install-Package CLEditor -Version 1.4.5
<PackageReference Include="CLEditor" Version="1.4.5" />
paket add CLEditor --version 1.4.5
#r "nuget: CLEditor, 1.4.5"
// Install CLEditor as a Cake Addin #addin nuget:?package=CLEditor&version=1.4.5 // Install CLEditor as a Cake Tool #tool nuget:?package=CLEditor&version=1.4.5
CLEditor is an open source jQuery plugin which provides a lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor that can be easily added into any web site.
CLEditor は、軽量、高機能、ブラウザ問わず、拡張可能な WYSIWYG HTML エディタを Web サイトに容易に追加可能なオープンソースの jQuery プラグインです。
MIT License or the GNU General Public License (GPL) Version 2.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.4.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
v.1.4.5
====
Additions / Updates:
----------------------
- CLEditor now works with CSS Frameworks that use the box-sizing: border-box model.
- The source code (cleditor.js) was reformatted using a 4 space tab-stop.
- Added some padding to all popups containing inputs.
Bug Fixes:
-----------
- Removed console.log statement leftover from testing.
- Fixed problem with the inserthtml command not working in IE11.
- Fixed problem with buttons using the inserthtml command, always appearing disabled in IE11.
- When clicking on an image and pressing the backspace key to delete it, IE no longer goes to the previous page.
- Fixed problems with source mode in IE6 & 7.
- Fixed problem where the current selection in IE would get offset by a single character when using the inserthtml command to replace a selection.
v.1.4.4
====
- Added support for Internet Explorer 11
- Added focused event
- Added blurred event
- Added focused method
- Added blurred method