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. 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. |
-
net5.0
- Microsoft.AspNetCore.Components.Web (>= 5.0.4)
-
net6.0
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
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. |
|
ZauberCMS.Components
ZauberCMS components package |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TinyMCE.Blazor:
Repository | Stars |
---|---|
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
|
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 420,444 | 5/20/2022 |
1.0.3 | 33,174 | 4/27/2022 |
1.0.2 | 5,386 | 4/8/2022 |
1.0.1 | 3,813 | 3/22/2022 |
1.0.0 | 1,038 | 3/22/2022 |
0.0.10 | 995 | 3/21/2022 |
0.0.9 | 17,208 | 12/8/2021 |
0.0.8 | 9,941 | 10/13/2021 |
0.0.7 | 24,475 | 8/26/2021 |
0.0.6 | 6,580 | 5/17/2021 |
0.0.5 | 951 | 5/12/2021 |
0.0.4 | 970 | 5/7/2021 |
0.0.3 | 4,239 | 1/10/2021 |
0.0.2 | 926 | 1/7/2021 |
0.0.1 | 1,001 | 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