TinyMCE.Blazor
0.0.6
See the version list below for details.
dotnet add package TinyMCE.Blazor --version 0.0.6
NuGet\Install-Package TinyMCE.Blazor -Version 0.0.6
<PackageReference Include="TinyMCE.Blazor" Version="0.0.6" />
paket add TinyMCE.Blazor --version 0.0.6
#r "nuget: TinyMCE.Blazor, 0.0.6"
// Install TinyMCE.Blazor as a Cake Addin #addin nuget:?package=TinyMCE.Blazor&version=0.0.6 // Install TinyMCE.Blazor as a Cake Tool #tool nuget:?package=TinyMCE.Blazor&version=0.0.6
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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Components (>= 3.1.9)
- Microsoft.AspNetCore.Components.Web (>= 3.1.9)
-
net5.0
- Microsoft.AspNetCore.Components (>= 5.0.4)
- Microsoft.AspNetCore.Components.Web (>= 5.0.4)
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 |
|
ZauberCMS.Components
ZauberCMS components package |
|
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 (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 |
---|---|---|
2.0.0 | 2,626 | 11/5/2024 |
1.0.4 | 469,051 | 5/20/2022 |
1.0.3 | 35,006 | 4/27/2022 |
1.0.2 | 5,395 | 4/8/2022 |
1.0.1 | 3,818 | 3/22/2022 |
1.0.0 | 1,053 | 3/22/2022 |
0.0.10 | 1,000 | 3/21/2022 |
0.0.9 | 17,250 | 12/8/2021 |
0.0.8 | 9,972 | 10/13/2021 |
0.0.7 | 24,589 | 8/26/2021 |
0.0.6 | 6,590 | 5/17/2021 |
0.0.5 | 959 | 5/12/2021 |
0.0.4 | 982 | 5/7/2021 |
0.0.3 | 4,608 | 1/10/2021 |
0.0.2 | 934 | 1/7/2021 |
0.0.1 | 1,019 | 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).
## 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