@ckeditor/ckeditor5-markdown-gfm 29.1.0 → 31.1.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-markdown-gfm might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/CHANGELOG.md +0 -146
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-markdown-gfm",
3
- "version": "29.1.0",
3
+ "version": "31.1.0",
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": "^29.1.0",
15
+ "ckeditor5": "^31.1.0",
16
16
  "marked": "1.1.1",
17
17
  "turndown": "^6.0.0",
18
18
  "turndown-plugin-gfm": "^1.0.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@ckeditor/ckeditor5-basic-styles": "^29.1.0",
22
- "@ckeditor/ckeditor5-code-block": "^29.1.0",
23
- "@ckeditor/ckeditor5-core": "^29.1.0",
24
- "@ckeditor/ckeditor5-dev-utils": "^25.3.0",
25
- "@ckeditor/ckeditor5-editor-classic": "^29.1.0",
26
- "@ckeditor/ckeditor5-engine": "^29.1.0",
27
- "@ckeditor/ckeditor5-list": "^29.1.0",
28
- "@ckeditor/ckeditor5-table": "^29.1.0",
29
- "@ckeditor/ckeditor5-theme-lark": "^29.1.0",
21
+ "@ckeditor/ckeditor5-basic-styles": "^31.1.0",
22
+ "@ckeditor/ckeditor5-code-block": "^31.1.0",
23
+ "@ckeditor/ckeditor5-core": "^31.1.0",
24
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
25
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
26
+ "@ckeditor/ckeditor5-engine": "^31.1.0",
27
+ "@ckeditor/ckeditor5-list": "^31.1.0",
28
+ "@ckeditor/ckeditor5-table": "^31.1.0",
29
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
30
30
  "webpack": "^4.43.0",
31
31
  "webpack-cli": "^3.3.11"
32
32
  },
package/CHANGELOG.md DELETED
@@ -1,146 +0,0 @@
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.).