TinyMCE.Blazor
1.0.4
dotnet add package TinyMCE.Blazor --version 1.0.4
NuGet\Install-Package TinyMCE.Blazor -Version 1.0.4
<PackageReference Include="TinyMCE.Blazor" Version="1.0.4" />
paket add TinyMCE.Blazor --version 1.0.4
#r "nuget: TinyMCE.Blazor, 1.0.4"
// 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 | Versions 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. |
-
net5.0
- Microsoft.AspNetCore.Components.Web (>= 5.0.4)
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on TinyMCE.Blazor:
Package | Downloads |
---|---|
DragonFly.BlockField.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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 143,184 | 5/20/2022 |
1.0.3 | 18,749 | 4/27/2022 |
1.0.2 | 4,375 | 4/8/2022 |
1.0.1 | 3,345 | 3/22/2022 |
1.0.0 | 551 | 3/22/2022 |
0.0.10 | 502 | 3/21/2022 |
0.0.9 | 16,103 | 12/8/2021 |
0.0.8 | 9,149 | 10/13/2021 |
0.0.7 | 22,290 | 8/26/2021 |
0.0.6 | 6,055 | 5/17/2021 |
0.0.5 | 489 | 5/12/2021 |
0.0.4 | 506 | 5/7/2021 |
0.0.3 | 2,152 | 1/10/2021 |
0.0.2 | 459 | 1/7/2021 |
0.0.1 | 481 | 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