Releases: sitkoru/Sitko.Blazor.CKEditor
Releases · sitkoru/Sitko.Blazor.CKEditor
4.2.1
4.2.1 (2024-01-12)
Bug Fixes
- don't inject empty style file (d447f56)
4.2.0
4.2.0 (2023-12-23)
Features
- semantic release (13bcd3d)
- use injector scope feature to load ckeditor only once per scope (bafc9ac)
4.0.0
- .NET 8 only
- update CKEditor
- manual css/scripts management
3.0.2
- Disable markdown plugin in bundle build
3.0.1
- Sitko.Blazor.ScriptInjector 2.0.0
3.0.0
- .NET 6 support
- Sitko.Blazor.ScriptInjector used to add all needed js to page. When updating from v1/v2 - remove
<script src="_content/Sitko.Blazor.CKEditor/Sitko.Blazor.CKEditor.js"></script>
from _Host.cshtml
- Extend Bundle CkEditor build with more plugins
2.2.0
- Improve js logging
- Add check for null ckeditor config
2.1.1
- All CKEditorConfig properties are nullable now and null values ignored