TinyMCE.Blazor 1.0.4

dotnet add package TinyMCE.Blazor --version 1.0.4
NuGet\Install-Package TinyMCE.Blazor -Version 1.0.4
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="TinyMCE.Blazor" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TinyMCE.Blazor --version 1.0.4
#r "nuget: TinyMCE.Blazor, 1.0.4"
#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 TinyMCE.Blazor as a Cake Addin
#addin nuget:?package=TinyMCE.Blazor&version=1.0.4

// Install TinyMCE.Blazor as a Cake Tool
#tool nuget:?package=TinyMCE.Blazor&version=1.0.4

This package is an official wrapper around TinyMCE to facilitate its use in Blazor applications. TinyMCE is a rich text editing platform and the most advanced WYSIWYG HTML editor designed to simplify website content creation.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on TinyMCE.Blazor:

Package Downloads
DragonFly.Client

Headless CMS based on ASP.NET Core and Blazor

InputTinyMCEEditor.Blazor

An Input component wrapping TinyMCE Blazor Component, to be used inside an EditForm component. It offers the same validations experience as Blazor’s build-in form components out of the box.

CsuChhs.Blazor

Blazor Tools for .Net Projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 262,934 5/20/2022
1.0.3 26,166 4/27/2022
1.0.2 5,198 4/8/2022
1.0.1 3,756 3/22/2022
1.0.0 971 3/22/2022
0.0.10 938 3/21/2022
0.0.9 16,968 12/8/2021
0.0.8 9,763 10/13/2021
0.0.7 23,810 8/26/2021
0.0.6 6,506 5/17/2021
0.0.5 885 5/12/2021
0.0.4 916 5/7/2021
0.0.3 3,549 1/10/2021
0.0.2 878 1/7/2021
0.0.1 926 1/6/2021

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.4 - 2022-0520
### Fixed
- Disposing of dot net reference calls
- `InsertContent` correct function call

## 1.0.3 - 2022-04-27
### Changed
- Chunking size limit value

## 1.0.2
### Added
- `InsertContent` API to insert content at caret position

### Fixed
- Default cloud channel back to '6'
- Editor not cleaning up pop-up after disposing

## 1.0.1
### Fixed
- Default cloud channel reverted to '5' until the release of '6'

## 1.0.0
### Changed
- License: Code provided under MIT license
- Default cloud channel to '6'

## 0.0.9
### Added
- Support for EditContext

## 0.0.8 -
### Added
- ClassName parameter for outside container

## 0.0.7 - 2021-08-26
### Added
- Disable property

## 0.0.6 - 2021-05-18
### Changed
- Remove event listeners when disposing

## 0.0.5 - 2021-05-12
### Changed
- Setup callback to execute after initial setup

## 0.0.4 - 2021-05-07
### Added
- Support for text output
- IDisposable implementation

### Changed
- Typo triggering multiple script downloads
- Fix reference when reseting to null

## 0.0.3 - 2021-01-11
### Changed
* Update package metadata

## 0.0.2 - 2021-01-07
### Changed
* Update package metadata

## 0.0.1 (2021-01-07)
### Added
* Editor wrapper for blazor