TinyMCE.Blazor
1.0.3
See the version list below for details.
dotnet add package TinyMCE.Blazor --version 1.0.3
NuGet\Install-Package TinyMCE.Blazor -Version 1.0.3
<PackageReference Include="TinyMCE.Blazor" Version="1.0.3" />
paket add TinyMCE.Blazor --version 1.0.3
#r "nuget: TinyMCE.Blazor, 1.0.3"
// Install TinyMCE.Blazor as a Cake Addin #addin nuget:?package=TinyMCE.Blazor&version=1.0.3 // Install TinyMCE.Blazor as a Cake Tool #tool nuget:?package=TinyMCE.Blazor&version=1.0.3
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 |
|
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).
## 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