@ckeditor/ckeditor5-dev-docs 27.1.1 → 27.2.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/LICENSE.md CHANGED
File without changes
package/README.md CHANGED
File without changes
package/lib/docs/index.js CHANGED
File without changes
package/lib/index.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-docs",
3
- "version": "27.1.1",
3
+ "version": "27.2.0",
4
4
  "description": "Tasks used to build and verify the documentation for CKEditor 5.",
5
5
  "keywords": [],
6
6
  "main": "lib/index.js",
7
7
  "dependencies": {
8
- "@ckeditor/ckeditor5-dev-utils": "^27.1.1",
9
- "@ckeditor/jsdoc-plugins": "^27.1.1",
8
+ "@ckeditor/ckeditor5-dev-utils": "^27.2.0",
9
+ "@ckeditor/jsdoc-plugins": "^27.2.0",
10
10
  "fast-glob": "^3.2.4",
11
11
  "puppeteer": "^8.0.0",
12
12
  "chalk": "^4.1.0",
package/CHANGELOG.md DELETED
@@ -1,214 +0,0 @@
1
- Changelog
2
- =========
3
-
4
- All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5-dev/blob/master/CHANGELOG.md.
5
-
6
- Changes for the past releases are available below.
7
-
8
- ## [11.0.13](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@11.0.11...@ckeditor/ckeditor5-dev-docs@11.0.13) (2020-02-26)
9
-
10
- Internal changes only (updated dependencies, documentation, etc.).
11
-
12
-
13
- ## [11.0.11](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@11.0.10...@ckeditor/ckeditor5-dev-docs@11.0.11) (2020-01-27)
14
-
15
- ### Bug fixes
16
-
17
- * Switched to a fork of JSDoc with version 3.4.3 patched to be compatible with NodeJS 12. Also, bumped chalk library to fix thrown error. Closes [#525](https://github.com/ckeditor/ckeditor5-dev/issues/525). ([a7599ba](https://github.com/ckeditor/ckeditor5-dev/commit/a7599ba))
18
-
19
-
20
- ## [11.0.10](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@11.0.1...@ckeditor/ckeditor5-dev-docs@11.0.10) (2020-01-09)
21
-
22
- Internal changes only (updated dependencies, documentation, etc.).
23
-
24
-
25
- ## [11.0.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@11.0.0...@ckeditor/ckeditor5-dev-docs@11.0.1) (2019-02-28)
26
-
27
- Internal changes only (updated dependencies, documentation, etc.).
28
-
29
-
30
- ## [11.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@10.0.4...@ckeditor/ckeditor5-dev-docs@11.0.0) (2019-02-19)
31
-
32
- ### BREAKING CHANGES
33
-
34
- * 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))
35
-
36
-
37
- ## [10.0.4](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@10.0.1...@ckeditor/ckeditor5-dev-docs@10.0.4) (2019-02-12)
38
-
39
- Internal changes only (updated dependencies, documentation, etc.).
40
-
41
-
42
- ## [10.0.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@10.0.0...@ckeditor/ckeditor5-dev-docs@10.0.1) (2018-09-24)
43
-
44
- Internal changes only (updated dependencies, documentation, etc.).
45
-
46
-
47
- ## [10.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@9.0.7...@ckeditor/ckeditor5-dev-docs@10.0.0) (2018-08-23)
48
-
49
- Updated required Node.js version to `>=6.9.0`.
50
-
51
-
52
- ## [9.0.7](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@9.0.0...@ckeditor/ckeditor5-dev-docs@9.0.7) (2018-07-17)
53
-
54
- Internal changes only (updated dependencies, documentation, etc.).
55
-
56
-
57
- ## [9.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@8.0.14...@ckeditor/ckeditor5-dev-docs@9.0.0) (2018-04-25)
58
-
59
- ### Other changes
60
-
61
- * Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([e392d7d](https://github.com/ckeditor/ckeditor5-dev/commit/e392d7d))
62
-
63
- ### BREAKING CHANGES
64
-
65
- * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
66
-
67
-
68
- ## [8.0.14](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@8.0.13...@ckeditor/ckeditor5-dev-docs@8.0.14) (2018-03-27)
69
-
70
- Internal changes only (updated dependencies, documentation, etc.).
71
-
72
-
73
- ## [8.0.13](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@8.0.8...@ckeditor/ckeditor5-dev-docs@8.0.13) (2018-03-22)
74
-
75
- Internal changes only (updated dependencies, documentation, etc.).
76
-
77
-
78
- ## [8.0.8](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@8.0.0...@ckeditor/ckeditor5-dev-docs@8.0.8) (2018-01-22)
79
-
80
- ### Other changes
81
-
82
- * Removed script for publishing nightly builds of the docs. See https://github.com/ckeditor/ckeditor5/issues/769. ([fa847e0](https://github.com/ckeditor/ckeditor5-dev/commit/fa847e0))
83
-
84
-
85
- ## [8.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.5.0...@ckeditor/ckeditor5-dev-docs@8.0.0) (2017-11-13)
86
-
87
- ### Other changes
88
-
89
- * Removed gulp dependency across the whole project. Closes [#296](https://github.com/ckeditor/ckeditor5-dev/issues/296). ([723bee5](https://github.com/ckeditor/ckeditor5-dev/commit/723bee5))
90
-
91
- Now all packages use only npm scripts. Depending on usage you might either create a `"script"` entry in `pacakge.json` to invoke bin executables or require the library into a script.
92
-
93
- * Package `ckeditor5-dev-env` exposes new `translations` binary.
94
- * Package `ckeditor5-dev-tests` exposes new `test:manual` binary.
95
- * Removed `gulp-jsdoc3` from `ckeditor5-dev-docs`. Now `jsdoc` is invoked directly.
96
- * Removed `options` param from logger methods. Logger no longer uses `gutil.log` method.
97
-
98
- ### BREAKING CHANGES
99
-
100
- * Gulp tasks were removed. New npm scripts were introduced.
101
-
102
-
103
- ## [7.5.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.4.1...@ckeditor/ckeditor5-dev-docs@7.5.0) (2017-10-10)
104
-
105
- ### Features
106
-
107
- * Provided support for `@observable` tag. Closes [#285](https://github.com/ckeditor/ckeditor5-dev/issues/285). ([fed57af](https://github.com/ckeditor/ckeditor5-dev/commit/fed57af))
108
-
109
-
110
- ## [7.4.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.4.0...@ckeditor/ckeditor5-dev-docs@7.4.1) (2017-10-01)
111
-
112
- Internal changes only (updated dependencies, documentation, etc.).
113
-
114
- ## [7.4.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.3.4...@ckeditor/ckeditor5-dev-docs@7.4.0) (2017-09-20)
115
-
116
- ### Features
117
-
118
- * Provided `[@error](https://github.com/error)` tag detection in JSDoc. Closes [#280](https://github.com/ckeditor/ckeditor5-dev/issues/280). ([b7a0cf5](https://github.com/ckeditor/ckeditor5-dev/commit/b7a0cf5))
119
-
120
-
121
- ## [7.3.4](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.3.0...@ckeditor/ckeditor5-dev-docs@7.3.4) (2017-09-05)
122
-
123
- ### Other changes
124
-
125
- * Build nightly docs in production mode (minified). ([6315c74](https://github.com/ckeditor/ckeditor5-dev/commit/6315c74))
126
-
127
-
128
- ## [7.3.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.2.2...@ckeditor/ckeditor5-dev-docs@7.3.0) (2017-08-18)
129
-
130
- ### Features
131
-
132
- * All events will be automatically extended with `EventInfo` parameter. Closes [#257](https://github.com/ckeditor/ckeditor5-dev/issues/257). ([3968bd0](https://github.com/ckeditor/ckeditor5-dev/commit/3968bd0))
133
-
134
-
135
- ## [7.2.2](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.2.1...@ckeditor/ckeditor5-dev-docs@7.2.2) (2017-07-12)
136
-
137
- ### Bug fixes
138
-
139
- * Nightly docs should be available in latest/ and <version>/ directories on ckeditor.com. Closes [#242](https://github.com/ckeditor/ckeditor5-dev/issues/242). ([ff487ee](https://github.com/ckeditor/ckeditor5-dev/commit/ff487ee))
140
-
141
-
142
- ## [7.2.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.2.0...@ckeditor/ckeditor5-dev-docs@7.2.1) (2017-07-11)
143
-
144
- ### Bug fixes
145
-
146
- * Use a fork of gulp-jsdoc3 so we can harcode JSDoc version (to one with which our plugins work). See [#240](https://github.com/ckeditor/ckeditor5-dev/issues/240). ([2a494eb](https://github.com/ckeditor/ckeditor5-dev/commit/2a494eb))
147
-
148
-
149
- ## [7.2.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.1.1...@ckeditor/ckeditor5-dev-docs@7.2.0) (2017-06-20)
150
-
151
- ### Features
152
-
153
- * Static and mixed method, properties and events will be inherited too. Closes [#226](https://github.com/ckeditor/ckeditor5-dev/issues/226). ([a160840](https://github.com/ckeditor/ckeditor5-dev/commit/a160840))
154
-
155
-
156
- ## [7.1.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.1.0...@ckeditor/ckeditor5-dev-docs@7.1.1) (2017-06-15)
157
-
158
- ### Other changes
159
-
160
- * The publish-nightly script should check if it's triggered by a cron job (the check was temporarily disabled). ([3dece10](https://github.com/ckeditor/ckeditor5-dev/commit/3dece10))
161
-
162
-
163
- ## [7.1.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@7.0.0...@ckeditor/ckeditor5-dev-docs@7.1.0) (2017-06-14)
164
-
165
- ### Features
166
-
167
- * Added a bin script for publishing nightly builds of CKEditor 5 documentation. Closes [#230](https://github.com/ckeditor/ckeditor5-dev/issues/230). ([0d15864](https://github.com/ckeditor/ckeditor5-dev/commit/0d15864))
168
-
169
-
170
- ## [7.0.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@6.4.0...@ckeditor/ckeditor5-dev-docs@7.0.0) (2017-05-29)
171
-
172
- ### Other changes
173
-
174
- * Changed the option name from `validationOnly` to `validateOnly` to match CLI style. Closes [#223](https://github.com/ckeditor/ckeditor5-dev/issues/223). ([cbd8c3d](https://github.com/ckeditor/ckeditor5-dev/commit/cbd8c3d))
175
-
176
- ### BREAKING CHANGES
177
-
178
- * The `validationOnly` option is now called `validateOnly`.
179
-
180
-
181
- ## [6.4.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@6.3.0...@ckeditor/ckeditor5-dev-docs@6.4.0) (2017-05-29)
182
-
183
- ### Features
184
-
185
- * Allow breaking the process if API docs validation fails. Closes [#221](https://github.com/ckeditor/ckeditor5-dev/issues/221). ([e2f0dec](https://github.com/ckeditor/ckeditor5-dev/commit/e2f0dec))
186
-
187
-
188
- ## [6.3.0](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@6.2.3...@ckeditor/ckeditor5-dev-docs@6.3.0) (2017-05-18)
189
-
190
- ### Features
191
-
192
- * Introduced JSDoc plugin enabling inheritance of static members. Closes [#201](https://github.com/ckeditor/ckeditor5-dev/issues/201). ([08c0a21](https://github.com/ckeditor/ckeditor5-dev/commit/08c0a21))
193
-
194
-
195
- ## [6.2.3](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@6.2.2...@ckeditor/ckeditor5-dev-docs@6.2.3) (2017-05-18)
196
-
197
- ### Bug fixes
198
-
199
- * Use more reliable way to resolve module paths. Closes [#206](https://github.com/ckeditor/ckeditor5-dev/issues/206). ([41e6a95](https://github.com/ckeditor/ckeditor5-dev/commit/41e6a95))
200
-
201
-
202
- ## [6.2.2](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@6.2.1...@ckeditor/ckeditor5-dev-docs@6.2.2)
203
-
204
- Internal changes only (updated dependencies, documentation, etc.).
205
-
206
-
207
- ## [6.2.1](https://github.com/ckeditor/ckeditor5-dev/compare/@ckeditor/ckeditor5-dev-docs@6.2.0...@ckeditor/ckeditor5-dev-docs@6.2.1) (2017-04-27)
208
-
209
- Internal changes only (updated dependencies, documentation, etc.).
210
-
211
-
212
- ## 6.2.0
213
-
214
- The big bang.