Skip to content

Releases: sitkoru/Sitko.Blazor.CKEditor

4.2.1

12 Jan 07:08
Compare
Choose a tag to compare

4.2.1 (2024-01-12)

Bug Fixes

  • don't inject empty style file (d447f56)

4.2.0

23 Dec 08:16
Compare
Choose a tag to compare

4.2.0 (2023-12-23)

Features

  • semantic release (13bcd3d)
  • use injector scope feature to load ckeditor only once per scope (bafc9ac)

4.1.0

22 Dec 17:32
Compare
Choose a tag to compare
  • Auto resource loading

4.0.0

07 Dec 18:21
Compare
Choose a tag to compare
  • .NET 8 only
  • update CKEditor
  • manual css/scripts management

3.0.3

28 Jul 15:08
Compare
Choose a tag to compare
  • Fix updating input value

3.0.2

28 Jul 14:41
Compare
Choose a tag to compare
  • Disable markdown plugin in bundle build

3.0.1

28 Jul 14:12
Compare
Choose a tag to compare
  • Sitko.Blazor.ScriptInjector 2.0.0

3.0.0

28 Jul 10:52
Compare
Choose a tag to compare
  • .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

27 Jul 12:14
Compare
Choose a tag to compare
  • Improve js logging
  • Add check for null ckeditor config

2.1.1

22 Jul 06:11
Compare
Choose a tag to compare
  • All CKEditorConfig properties are nullable now and null values ignored