All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- The
DisableandReadonlyproperties were not compatible with TinyMCE versions prior to 7.6.0.
- Set the default CloudChannel to
8. #INT-3356
- New
Readonlyproperty that can be used to toggle thereadonlymode.
- The
Disabledproperty now toggles thedisabledoption state instead of toggling thereadonlymode.
- New
LicenseKeyproperty to be used with self hosted TinyMCE.
- Default cloud channel to '7'.
- Dropped support for .NET 5 and 6 in favor of 8 since they are out of service more details can be found at https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
- Custom ClassName would not be used if the component was not rendered inside an EditForm. Patch contributed by Kamil Kuklinski.
- Disposing of dot net reference calls
InsertContentcorrect function call
- Chunking size limit value
InsertContentAPI to insert content at caret position
- Default cloud channel back to '6'
- Editor not cleaning up pop-up after disposing
- Default cloud channel reverted to '5' until the release of '6'
- License: Code provided under MIT license
- Default cloud channel to '6'
- Support for EditContext
- ClassName parameter for outside container
- Disable property
- Remove event listeners when disposing
- Setup callback to execute after initial setup
- Support for text output
- IDisposable implementation
- Typo triggering multiple script downloads
- Fix reference when reseting to null
- Update package metadata
- Update package metadata
- Editor wrapper for blazor