EDS4 logo
@eds/rich-text-editor
v5.9.2

RichTextEditor

The rich-text editor (aka. WYSIWYG) allows user to format text using an editing area. This component uses CKEditor under the hood.
  • Updated dependencies [913701e]
    • @eds/core@4.1.3
    • @eds/flex@4.0.11
  • b75e372: Fix: Prevent PostCSS config from being published to package registry.
  • c4d99fb: Feature: Forward onReady prop
  • 8df9c0a: Fix: Update PostCSS configuration to resolve webpack warnings and reduce the size of the generated stylesheets.
  • 0daab67: Fix: Correct query param formatting in uploadUrl
  • 34016bc: Remove lodash and enable CKEditor Style and GeneralHtmlSupport plugins
  • 4939812: Fix: Ensure generated CSS files are included in the published package.
  • f71d132: Feature: Add new @eds/rich-text-editor/styles.css path for importing CSS styles. It's recommended to use this new path instead of the old @eds/rich-text-editor/ckeditor.css path.
  • 25c82ab: Disabled GeneralHtmlSupport and Style plugins on CKEditor prebuilt library
  • 18e2d58: Fixes for typecheck script on CI issue
  • 4ee907b: Added BalloonToolbar on set of toolbar for RTE
  • 4d5499c: Relocate ckeditor license key declaration to prebuild library
  • da114d0: Enable AI assistant on RTE Code refactor and cleanup on RTE
  • edb1320: Renamed CKEditor5 prebuilt library destination directory to build from dist
  • b105313: CKEditor5 used in Rich text editor has been updated to version 44.1
  • 18ffdd7: Fix: Updated border radius and font family styles
  • 0d45582: Updated missing ckeditor dep
  • 76387bd: Input border token changed to use a darker grey
  • 76387bd: a11y updates
    • @eds/flex@4.0.10
  • Initial release of RichTextEditor