Detalhes do pacote

ckeditor4-integrations-common

ckeditor168.7k(GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)1.0.0

Common CKEditor 4 integration utilities.

readme (leia-me)

CKEditor 4 - Common Integration Utils

This package implements common utility modules for integration projects.

Installation and usage

Install the package via npm:

npm install ckeditor4-integrations-common

Import specific utility in your module:

import { getEditorNamespace } from 'ckeditor4-integrations-common';

Tests

Run tests by executing:

npm run test

License

Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your choice:

For full details about the license, please check the LICENSE.md file.

changelog (log de mudanças)

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.