@ckeditor/ckeditor5-widget 0.0.0-nightly-20240116.0 → 0.0.0-nightly-20240118.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @ckeditor/ckeditor5-widget might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -126,7 +126,7 @@ Internal changes only (updated dependencies, documentation, etc.).
126
126
 
127
127
  ### Other changes
128
128
 
129
- * Introduce support and utils for creating inline widgets. Closes [[ckeditor/ckeditor5#1096](https://github.com/ckeditor/ckeditor5/issues/1096)](https://github.com/ckeditor/ckeditor5/issues/1096). ([38fa159](https://github.com/ckeditor/ckeditor5-widget/commit/38fa159))
129
+ * Introduce support and utilities for creating inline widgets. Closes [[ckeditor/ckeditor5#1096](https://github.com/ckeditor/ckeditor5/issues/1096)](https://github.com/ckeditor/ckeditor5/issues/1096). ([38fa159](https://github.com/ckeditor/ckeditor5-widget/commit/38fa159))
130
130
  * Renamed the `.ck-widget_selectable` class to `.ck-widget_with-selection-handler` for better semantics. Closes [#66](https://github.com/ckeditor/ckeditor5-widget/issues/66). ([178ad5f](https://github.com/ckeditor/ckeditor5-widget/commit/178ad5f))
131
131
 
132
132
  ### BREAKING CHANGES
@@ -163,7 +163,7 @@ Internal changes only (updated dependencies, documentation, etc.).
163
163
 
164
164
  ### Other changes
165
165
 
166
- * Do not set the `contenteditable` property for widgets and their nested editables on Edge due to an awful instability which it causes in this browser. Closes [ckeditor/ckeditor5#1079](https://github.com/ckeditor/ckeditor5/issues/1079). Closes [ckeditor/ckeditor5#1067](https://github.com/ckeditor/ckeditor5/issues/1067). ([ee530b1](https://github.com/ckeditor/ckeditor5-widget/commit/ee530b1))
166
+ * Do not set the `contenteditable` property for widgets and their nested editable elements in Edge due to an awful instability which it causes in this browser. Closes [ckeditor/ckeditor5#1079](https://github.com/ckeditor/ckeditor5/issues/1079). Closes [ckeditor/ckeditor5#1067](https://github.com/ckeditor/ckeditor5/issues/1067). ([ee530b1](https://github.com/ckeditor/ckeditor5-widget/commit/ee530b1))
167
167
 
168
168
 
169
169
  ## [10.1.0](https://github.com/ckeditor/ckeditor5-widget/compare/v10.0.0...v10.1.0) (June 21, 2018)
@@ -193,7 +193,7 @@ Internal changes only (updated dependencies, documentation, etc.).
193
193
 
194
194
  ### Bug fixes
195
195
 
196
- * Replaced nested editable's `.ck-editable` class with `.ck-editor__editable` + `.ck-editor__nested-editable` to stop Grammarly throwing errors. Closes [ckeditor/ckeditor5#578](https://github.com/ckeditor/ckeditor5/issues/578). ([051b326](https://github.com/ckeditor/ckeditor5-widget/commit/051b326))
196
+ * Replaced nested editable element's `.ck-editable` class with `.ck-editor__editable` + `.ck-editor__nested-editable` to stop Grammarly throwing errors. Closes [ckeditor/ckeditor5#578](https://github.com/ckeditor/ckeditor5/issues/578). ([051b326](https://github.com/ckeditor/ckeditor5-widget/commit/051b326))
197
197
 
198
198
  ### Other changes
199
199
 
@@ -237,11 +237,11 @@ Internal changes only (updated dependencies, documentation, etc.).
237
237
 
238
238
  ### Bug fixes
239
239
 
240
- * Added initial contenteditable state for editable widget. Closes [#9](https://github.com/ckeditor/ckeditor5-widget/issues/9). ([c6321ff](https://github.com/ckeditor/ckeditor5-widget/commit/c6321ff))
240
+ * Added initial `contenteditable` state for editable widget. Closes [#9](https://github.com/ckeditor/ckeditor5-widget/issues/9). ([c6321ff](https://github.com/ckeditor/ckeditor5-widget/commit/c6321ff))
241
241
 
242
242
  ### Features
243
243
 
244
- * <kbd>Ctrl</kbd>+<kbd>A</kbd> in a nested editable should select nested editable's content. Closes [#13](https://github.com/ckeditor/ckeditor5-widget/issues/13). ([35a8aff](https://github.com/ckeditor/ckeditor5-widget/commit/35a8aff))
244
+ * <kbd>Ctrl</kbd>+<kbd>A</kbd> in a nested editable should select the nested editable element's content. Closes [#13](https://github.com/ckeditor/ckeditor5-widget/issues/13). ([35a8aff](https://github.com/ckeditor/ckeditor5-widget/commit/35a8aff))
245
245
 
246
246
  ### Other changes
247
247
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "0.0.0-nightly-20240116.0",
3
+ "version": "0.0.0-nightly-20240118.0",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20240116.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240116.0",
17
- "@ckeditor/ckeditor5-enter": "0.0.0-nightly-20240116.0",
18
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240116.0",
19
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240116.0",
20
- "@ckeditor/ckeditor5-typing": "0.0.0-nightly-20240116.0",
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20240118.0",
16
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240118.0",
17
+ "@ckeditor/ckeditor5-enter": "0.0.0-nightly-20240118.0",
18
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240118.0",
19
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240118.0",
20
+ "@ckeditor/ckeditor5-typing": "0.0.0-nightly-20240118.0",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",