@ckeditor/ckeditor5-special-characters 0.0.0-nightly-20240715.0 → 0.0.0-nightly-20240717.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.
- package/CHANGELOG.md +1 -27
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,4 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
All changes in the package are documented in
|
|
5
|
-
|
|
6
|
-
Changes for the past releases are available below.
|
|
7
|
-
|
|
8
|
-
## [19.0.0](https://github.com/ckeditor/ckeditor5-special-characters/compare/v18.0.0...v19.0.0) (April 29, 2020)
|
|
9
|
-
|
|
10
|
-
### MAJOR BREAKING CHANGES
|
|
11
|
-
|
|
12
|
-
* From now the `SpecialCharactersNavigationView` is an instance of the `FormHeaderView` and unnecessary `SpecialCharactersNavigationView#labelView` was removed.
|
|
13
|
-
|
|
14
|
-
### Other changes
|
|
15
|
-
|
|
16
|
-
* Made `SpecialCharactersNavigationView` an instance of the new `FormHeaderView` UI. See [ckeditor/ckeditor5#6109](https://github.com/ckeditor/ckeditor5/issues/6109). ([342a536](https://github.com/ckeditor/ckeditor5-special-characters/commit/342a536))
|
|
17
|
-
* Removed duplicated styling inherited from the `FormHeaderView` component. See [ckeditor/ckeditor5#6586](https://github.com/ckeditor/ckeditor5/issues/6586). ([d20907a](https://github.com/ckeditor/ckeditor5-special-characters/commit/d20907a))
|
|
18
|
-
* Updated translations. ([cf6804a](https://github.com/ckeditor/ckeditor5-special-characters/commit/cf6804a))
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## [18.0.0](https://github.com/ckeditor/ckeditor5-special-characters/compare/v17.0.0...v18.0.0) (March 19, 2020)
|
|
22
|
-
|
|
23
|
-
### Other changes
|
|
24
|
-
|
|
25
|
-
* Updated translations. ([9b06466](https://github.com/ckeditor/ckeditor5-special-characters/commit/9b06466))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-special-characters/tree/v17.0.0) (February 19, 2020)
|
|
29
|
-
|
|
30
|
-
The initial release.
|
|
4
|
+
All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-special-characters",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240717.0",
|
|
4
4
|
"description": "Special characters feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"ckeditor5": "0.0.0-nightly-
|
|
17
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
16
|
+
"ckeditor5": "0.0.0-nightly-20240717.0",
|
|
17
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240717.0"
|
|
18
18
|
},
|
|
19
19
|
"author": "CKSource (http://cksource.com/)",
|
|
20
20
|
"license": "GPL-2.0-or-later",
|