@ckeditor/ckeditor5-markdown-gfm 42.0.2-alpha.2 → 43.0.0-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -143
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,146 +1,4 @@
1
1
  Changelog
2
2
  =========
3
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) (April 29, 2020)
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) (March 19, 2020)
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) (February 19, 2020)
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) (December 4, 2019)
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) (October 23, 2019)
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) (August 26, 2019)
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) (July 10, 2019)
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) (July 4, 2019)
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) (June 6, 2019)
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) (April 4, 2019)
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) (February 28, 2019)
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) (December 5, 2018)
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) (October 8, 2018)
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) (July 18, 2018)
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) (June 21, 2018)
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) (April 25, 2018)
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) (April 19, 2018)
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) (April 10, 2018)
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) (March 15, 2018)
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) (November 14, 2017)
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) (October 3, 2017)
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) (September 3, 2017)
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) (May 7, 2017)
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) (April 5, 2017)
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) (March 6, 2017)
145
-
146
- Internal changes only (updated dependencies, documentation, etc.).
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-markdown-gfm",
3
- "version": "42.0.2-alpha.2",
3
+ "version": "43.0.0-alpha.0",
4
4
  "description": "GitHub Flavored Markdown data processor for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,10 +13,10 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-clipboard": "42.0.2-alpha.2",
17
- "@ckeditor/ckeditor5-core": "42.0.2-alpha.2",
18
- "@ckeditor/ckeditor5-engine": "42.0.2-alpha.2",
19
- "ckeditor5": "42.0.2-alpha.2",
16
+ "@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.0",
17
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.0",
18
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.0",
19
+ "ckeditor5": "43.0.0-alpha.0",
20
20
  "marked": "4.0.12",
21
21
  "turndown": "7.2.0",
22
22
  "turndown-plugin-gfm": "1.0.2"