CLEditor 1.4.5

Details
Advisory: https://github.com/advisories/GHSA-hh56-x62g-gvhc Severity: moderate
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package CLEditor --version 1.4.5
NuGet\Install-Package CLEditor -Version 1.4.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CLEditor" Version="1.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CLEditor --version 1.4.5
#r "nuget: CLEditor, 1.4.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

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