@ckeditor/ckeditor5-markdown-gfm 34.1.0 → 35.0.1
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 +146 -0
- package/LICENSE.md +3 -3
- package/package.json +12 -11
package/CHANGELOG.md
ADDED
@@ -0,0 +1,146 @@
|
|
1
|
+
Changelog
|
2
|
+
=========
|
3
|
+
|
4
|
+
All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
5
|
+
|
6
|
+
Changes for the past releases are available below.
|
7
|
+
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v18.0.0...v19.0.0) (2020-04-29)
|
9
|
+
|
10
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
11
|
+
|
12
|
+
|
13
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v17.0.0...v18.0.0) (2020-03-19)
|
14
|
+
|
15
|
+
### MAJOR BREAKING CHANGES
|
16
|
+
|
17
|
+
* The `GFMDataProcessor()` requires the view document instance as its first parameter.
|
18
|
+
|
19
|
+
### Other changes
|
20
|
+
|
21
|
+
* Adjusted the data processor implementation to changes in `ckeditor5-engine`. See [ckeditor/ckeditor5#6091](https://github.com/ckeditor/ckeditor5/issues/6091). ([ce2cc01](https://github.com/ckeditor/ckeditor5-markdown-gfm/commit/ce2cc01))
|
22
|
+
|
23
|
+
|
24
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v16.0.0...v17.0.0) (2020-02-19)
|
25
|
+
|
26
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
27
|
+
|
28
|
+
|
29
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v15.0.0...v16.0.0) (2019-12-04)
|
30
|
+
|
31
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
32
|
+
|
33
|
+
|
34
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.5...v15.0.0) (2019-10-23)
|
35
|
+
|
36
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
37
|
+
|
38
|
+
|
39
|
+
## [11.0.5](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.4...v11.0.5) (2019-08-26)
|
40
|
+
|
41
|
+
### Other changes
|
42
|
+
|
43
|
+
* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([9abc22e](https://github.com/ckeditor/ckeditor5-markdown-gfm/commit/9abc22e))
|
44
|
+
|
45
|
+
|
46
|
+
## [11.0.4](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.3...v11.0.4) (2019-07-10)
|
47
|
+
|
48
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
49
|
+
|
50
|
+
|
51
|
+
## [11.0.3](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.2...v11.0.3) (2019-07-04)
|
52
|
+
|
53
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
54
|
+
|
55
|
+
|
56
|
+
## [11.0.2](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.1...v11.0.2) (2019-06-05)
|
57
|
+
|
58
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
59
|
+
|
60
|
+
|
61
|
+
## [11.0.1](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v11.0.0...v11.0.1) (2019-04-10)
|
62
|
+
|
63
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
64
|
+
|
65
|
+
|
66
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.4...v11.0.0) (2019-02-28)
|
67
|
+
|
68
|
+
### BREAKING CHANGES
|
69
|
+
|
70
|
+
* Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
|
71
|
+
|
72
|
+
|
73
|
+
## [10.0.4](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.3...v10.0.4) (2018-12-05)
|
74
|
+
|
75
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
76
|
+
|
77
|
+
|
78
|
+
## [10.0.3](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.2...v10.0.3) (2018-10-08)
|
79
|
+
|
80
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
81
|
+
|
82
|
+
|
83
|
+
## [10.0.2](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.1...v10.0.2) (2018-07-18)
|
84
|
+
|
85
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
86
|
+
|
87
|
+
|
88
|
+
## [10.0.1](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.0...v10.0.1) (2018-06-21)
|
89
|
+
|
90
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
91
|
+
|
92
|
+
|
93
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
|
94
|
+
|
95
|
+
### Other changes
|
96
|
+
|
97
|
+
* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([a5af0e5](https://github.com/ckeditor/ckeditor5-markdown-gfm/commit/a5af0e5))
|
98
|
+
|
99
|
+
### BREAKING CHANGES
|
100
|
+
|
101
|
+
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
|
102
|
+
|
103
|
+
|
104
|
+
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
105
|
+
|
106
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
107
|
+
|
108
|
+
|
109
|
+
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
|
110
|
+
|
111
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
112
|
+
|
113
|
+
|
114
|
+
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
|
115
|
+
|
116
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
117
|
+
|
118
|
+
|
119
|
+
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
|
120
|
+
|
121
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
122
|
+
|
123
|
+
|
124
|
+
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v0.4.4...v1.0.0-alpha.1) (2017-10-03)
|
125
|
+
|
126
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
127
|
+
|
128
|
+
|
129
|
+
## [0.4.4](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v0.4.3...v0.4.4) (2017-09-03)
|
130
|
+
|
131
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
132
|
+
|
133
|
+
|
134
|
+
## [0.4.3](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v0.4.2...v0.4.3) (2017-05-07)
|
135
|
+
|
136
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
137
|
+
|
138
|
+
|
139
|
+
## [0.4.2](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v0.4.1...v0.4.2) (2017-04-05)
|
140
|
+
|
141
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
142
|
+
|
143
|
+
|
144
|
+
## [0.4.1](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v0.4.0...v0.4.1) (2017-03-06)
|
145
|
+
|
146
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
package/LICENSE.md
CHANGED
@@ -13,9 +13,9 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
|
|
13
13
|
|
14
14
|
The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
|
15
15
|
|
16
|
-
* Marked - Copyright (c)
|
17
|
-
* Turndown - Copyright (c)
|
18
|
-
* Turndown-plugin-gfm - Copyright (c)
|
16
|
+
* Marked - Copyright (c) Christopher Jeffrey (https://github.com/chjj/).
|
17
|
+
* Turndown - Copyright (c) Dom Christie.
|
18
|
+
* Turndown-plugin-gfm - Copyright (c) Dom Christie.
|
19
19
|
|
20
20
|
Trademarks
|
21
21
|
----------
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-markdown-gfm",
|
3
|
-
"version": "
|
3
|
+
"version": "35.0.1",
|
4
4
|
"description": "GitHub Flavored Markdown data processor for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,21 +12,21 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"ckeditor5": "^
|
15
|
+
"ckeditor5": "^35.0.1",
|
16
16
|
"marked": "4.0.12",
|
17
17
|
"turndown": "^6.0.0",
|
18
18
|
"turndown-plugin-gfm": "^1.0.2"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
22
|
-
"@ckeditor/ckeditor5-code-block": "^
|
23
|
-
"@ckeditor/ckeditor5-core": "^
|
21
|
+
"@ckeditor/ckeditor5-basic-styles": "^35.0.1",
|
22
|
+
"@ckeditor/ckeditor5-code-block": "^35.0.1",
|
23
|
+
"@ckeditor/ckeditor5-core": "^35.0.1",
|
24
24
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
25
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
26
|
-
"@ckeditor/ckeditor5-engine": "^
|
27
|
-
"@ckeditor/ckeditor5-list": "^
|
28
|
-
"@ckeditor/ckeditor5-table": "^
|
29
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
25
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.0.1",
|
26
|
+
"@ckeditor/ckeditor5-engine": "^35.0.1",
|
27
|
+
"@ckeditor/ckeditor5-list": "^35.0.1",
|
28
|
+
"@ckeditor/ckeditor5-table": "^35.0.1",
|
29
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.0.1",
|
30
30
|
"webpack": "^5.58.1",
|
31
31
|
"webpack-cli": "^4.9.0"
|
32
32
|
},
|
@@ -48,7 +48,8 @@
|
|
48
48
|
"src",
|
49
49
|
"theme",
|
50
50
|
"build",
|
51
|
-
"ckeditor5-metadata.json"
|
51
|
+
"ckeditor5-metadata.json",
|
52
|
+
"CHANGELOG.md"
|
52
53
|
],
|
53
54
|
"depcheckIgnore": [
|
54
55
|
"collapse-whitespace",
|