Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 877 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 877 Bytes

CKEditor 4 - Common Integration Utils

ckeditor4-integrations-common 1.0.0

BREAKING CHANGES:

  • #17: Introduced support for consumption of a not bundled package version by providing package in ESM, CJS and UMD formats.

ckeditor4-integrations-common 0.2.0

BREAKING CHANGES:

  • #15: The NPM package no longer contains src/ directory which package.json module field was pointing to.

Other Changes:

  • Updated year in license headers.

ckeditor4-integrations-common 0.1.0

New Features:

  • #1: Introduced getEditorNamespace() function.
  • #6: Introduced debounce() function.