umberto 3.1.0 → 3.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/CHANGELOG.md ADDED
@@ -0,0 +1,1591 @@
1
+ Changelog
2
+ =========
3
+
4
+ ## [3.2.0](https://github.com/cksource/umberto/compare/v3.1.0...v3.2.0) (2023-06-02)
5
+
6
+ ### Features
7
+
8
+ * Ability to render categories as folded by default. Closes [#1082](https://github.com/cksource/umberto/issues/1082). ([commit](https://github.com/cksource/umberto/commit/e7b7f33a31577617d76ddb7a4dcd37a05afa651f))
9
+ * Added support for rendering computed properties in API docs for the TypeScript code. Closes [#1134](https://github.com/cksource/umberto/issues/1134). ([commit](https://github.com/cksource/umberto/commit/2bdfb41a3064bc857e6f9b10084f0392ea823044))
10
+ * The side navigation remembers a user's choices when folding categories and does not open them after switching a page. ([commit](https://github.com/cksource/umberto/commit/e7b7f33a31577617d76ddb7a4dcd37a05afa651f))
11
+
12
+ ### Bug fixes
13
+
14
+ * Disabled Nunjucks templating language in the Markdown renderer. Closes [ckeditor/ckeditor5#14189](https://github.com/ckeditor/ckeditor5/issues/14189). ([commit](https://github.com/cksource/umberto/commit/451934f5d1959e443457ed6ab5de82fe1e6eb592))
15
+ * Fixed position of the API subheader navigation buttons to be on the right side of the page. Closes [#1136](https://github.com/cksource/umberto/issues/1136). ([commit](https://github.com/cksource/umberto/commit/52d06db3b7e0eac5ddc11abd86e01bb8d57e32b4))
16
+
17
+ ### Other changes
18
+
19
+ * Improved rendering types for the typedefs, so now they are wrapped in the code style and positioned on the right side of the badge. Closes [#1132](https://github.com/cksource/umberto/issues/1132). ([commit](https://github.com/cksource/umberto/commit/52d06db3b7e0eac5ddc11abd86e01bb8d57e32b4))
20
+
21
+
22
+ ## [3.1.0](https://github.com/cksource/umberto/compare/v3.0.0...v3.1.0) (2023-04-19)
23
+
24
+ ### Features
25
+
26
+ * Support generating nested properties from an object argument when preparing API docs from the TypeScript code. Closes [#1129](https://github.com/cksource/umberto/issues/1129). ([commit](https://github.com/cksource/umberto/commit/1171804eee79977059506fe84f59273a3dfe2f15))
27
+
28
+ ### Bug fixes
29
+
30
+ * Generics extending types will now display their default values. Closes [#1128](https://github.com/cksource/umberto/issues/1128). ([commit](https://github.com/cksource/umberto/commit/e2a289bdc0e1a71f4500c6eab9c5e274dd217ca5))
31
+ * Typedoc API pages – restored missing "See source" buttons. Closes [#1131](https://github.com/cksource/umberto/issues/1131). ([commit](https://github.com/cksource/umberto/commit/7fb0697176f789ffecb00f976edb1f4170a8c9e3))
32
+
33
+
34
+ ## [3.0.0](https://github.com/cksource/umberto/compare/v2.5.2...v3.0.0) (2023-03-29)
35
+
36
+ ### BREAKING CHANGES
37
+
38
+ * Upgraded the minimal versions of Node.js to `16.0.0` due to the end of LTS.
39
+
40
+ ### Other changes
41
+
42
+ * Updated the required version of Node.js to 16. ([commit](https://github.com/cksource/umberto/commit/f131a4feb8f5cdb2d7d725e0e10417622de58ea6))
43
+
44
+
45
+ ## [2.5.2](https://github.com/cksource/umberto/compare/v2.5.1...v2.5.2) (2023-03-28)
46
+
47
+ ### Bug fixes
48
+
49
+ * Updated a regex expression used in the make permalink feature to work on Safari. Closes [#1130](https://github.com/cksource/umberto/issues/1130). ([commit](https://github.com/cksource/umberto/commit/7c30339b952bdd47081ebdd48e9e68ca4ffdbe6e))
50
+
51
+
52
+ ## [2.5.1](https://github.com/cksource/umberto/compare/v2.5.0...v2.5.1) (2023-03-27)
53
+
54
+ ### Bug fixes
55
+
56
+ * Fixed detecting `@internal` visibility when processing accessors. ([commit](https://github.com/cksource/umberto/commit/6ccc6298f34261b313812e3054f632c68819bd4e))
57
+ * Umberto should build the main entry file (`/index.html`) without errors, even while building without projects. Closes [#1126](https://github.com/cksource/umberto/issues/1126). ([commit](https://github.com/cksource/umberto/commit/0ceb4bb215c4a44c01b7efa90500471033245140))
58
+
59
+
60
+ ## [2.5.0](https://github.com/cksource/umberto/compare/v2.4.0...v2.5.0) (2023-03-23)
61
+
62
+ ### Features
63
+
64
+ * Pressing the `Y` key will replace the `latest` version in the URL with a permalink to the exact version of the project. Closes [#886](https://github.com/cksource/umberto/issues/886). ([commit](https://github.com/cksource/umberto/commit/d4aa8f8304201cb23d188612219a07abb8095df2))
65
+
66
+ ### Bug fixes
67
+
68
+ * Changed warning hint color from red to yellow. Closes [#849](https://github.com/cksource/umberto/issues/849). ([commit](https://github.com/cksource/umberto/commit/fe15f1089373784a749b9b7ad8d52aec3db57cf5))
69
+ * Fixed incorrectly displayed code block snppets inside info-boxes. Closes [#1046](https://github.com/cksource/umberto/issues/1046). ([commit](https://github.com/cksource/umberto/commit/33e084228f5bf07334f5ab2ac7b4f1a9b6f90320))
70
+ * Fixed invalid assignment of a visibility level for methods when generating API pages from TypeScript. ([commit](https://github.com/cksource/umberto/commit/237a549f027737b90d4a7b29283141948e41eb2c))
71
+
72
+ ### Other changes
73
+
74
+ * Added the "error" style for the info-box elements. ([commit](https://github.com/cksource/umberto/commit/ce9f414d36af4ddbfad725ab13ab911c386fe615))
75
+ * The "Copy code" button displayed inside the code snippets is no longer removed on narrow viewports. Closes [#980](https://github.com/cksource/umberto/issues/980). ([commit](https://github.com/cksource/umberto/commit/5e5be7db4c688ac1b43c80d4de233bc4d708153c))
76
+
77
+
78
+ ## [2.4.0](https://github.com/cksource/umberto/compare/v2.3.1...v2.4.0) (2023-02-20)
79
+
80
+ ### Features
81
+
82
+ * Added support for displaying default values from the TypeScript code in API docs by defining them in the `@default` or `@defaultValue` annotations. Closes [#1114](https://github.com/cksource/umberto/issues/1114). ([commit](https://github.com/cksource/umberto/commit/4514b666af5f616101ac222f7ecd77aca609838c))
83
+
84
+ ### Bug fixes
85
+
86
+ * Default TypeScript constructors will not be displayed on API pages. ([commit](https://github.com/cksource/umberto/commit/f2c3b3e88873a796fe7821b7fce93648b2ed00fa))
87
+
88
+ ### Other changes
89
+
90
+ * Improved rendering of API links for inherited and derived structures when processing the TypeScript code. Closes [#1109](https://github.com/cksource/umberto/issues/1109). ([commit](https://github.com/cksource/umberto/commit/99b10545947ee49d994a25100791c6f50234c3b6))
91
+
92
+
93
+ ## [2.3.1](https://github.com/cksource/umberto/compare/v2.3.0...v2.3.1) (2023-02-08)
94
+
95
+ ### Bug fixes
96
+
97
+ * Fixed displaying special characters when processing the "@errors" tag. Closes [#1105](https://github.com/cksource/umberto/issues/1105). ([commit](https://github.com/cksource/umberto/commit/8c1db256e61546b8b8044c889f17f9c27fbfefe2))
98
+ * Fixed rendering spaces/tabs in the <info-box> elements. ([commit](https://github.com/cksource/umberto/commit/e1236994d51190b6c2257aa5b5a053a7e093a946))
99
+ * The highlight mechanism verifies if a node where we want to enable highlighting still exists in DOM. ([commit](https://github.com/cksource/umberto/commit/aa006c8aa10b40cf1ec2747aa6910118d5e8f1d4))
100
+ * When processing a TypeScript code from a private package, Umberto should not try to generate the "See source" button in API docs. Closes [#1112](https://github.com/cksource/umberto/issues/1112). ([commit](https://github.com/cksource/umberto/commit/6dd9aa905a0a1ffb56a7daf3461b48371231d687))
101
+
102
+
103
+ ## [2.3.0](https://github.com/cksource/umberto/compare/v2.2.0...v2.3.0) (2023-01-17)
104
+
105
+ ### Features
106
+
107
+ * Support for TypeScript (typedoc) in API pages. Closes [#1055](https://github.com/cksource/umberto/issues/1055), [#1007](https://github.com/cksource/umberto/issues/1007). ([commit](https://github.com/cksource/umberto/commit/01ce7891be7280ad945a11ba724f5152e717df78))
108
+
109
+
110
+ ## [2.2.0](https://github.com/cksource/umberto/compare/v2.1.8...v2.2.0) (2022-12-22)
111
+
112
+ ### Features
113
+
114
+ * Added support for the Google Optimize tool. ([commit](https://github.com/cksource/umberto/commit/06b866d6779edc2453669a45f9ca91468dce6bc5))
115
+
116
+
117
+ ## [2.1.8](https://github.com/cksource/umberto/compare/v2.1.7...v2.1.8) (2022-12-07)
118
+
119
+ ### Bug fixes
120
+
121
+ * Fixed incorrect grammar in the report issue widget. Closes [ckeditor/ckeditor5#12677](https://github.com/ckeditor/ckeditor5/issues/12677). ([commit](https://github.com/cksource/umberto/commit/bb6e081515374bb4e8719d0f0f4b357b287957b5))
122
+ * Improved display of items in API docs. Closes [#1022](https://github.com/cksource/umberto/issues/1022). ([commit](https://github.com/cksource/umberto/commit/dfff3d1ec70eefda6be9f15be40a843ab3236847))
123
+ * The `getProjectConfig()` function does not add an asterisk when resolving paths specified in the "packagesDir" array in the configuration file. Closes [#1096](https://github.com/cksource/umberto/issues/1096). ([commit](https://github.com/cksource/umberto/commit/68900924bf91133fa78af83ffaca9d8432662ef2))
124
+
125
+
126
+ ## [2.1.7](https://github.com/cksource/umberto/compare/v2.1.6...v2.1.7) (2022-09-19)
127
+
128
+ ### Bug fixes
129
+
130
+ * Restored missing "See source" links in API docs. Closes [#1005](https://github.com/cksource/umberto/issues/1005). ([commit](https://github.com/cksource/umberto/commit/9abedf511f982483c01da0278dcfc19f05de5f4c))
131
+
132
+
133
+ ## [2.1.6](https://github.com/cksource/umberto/compare/v2.1.5...v2.1.6) (2022-09-02)
134
+
135
+ ### Other changes
136
+
137
+ * Disable auto converting URL-like text to links. Closes [#999](https://github.com/cksource/umberto/issues/999). ([commit](https://github.com/cksource/umberto/commit/30f1fc252cb6a253b6c6c64473c55805adfff22b))
138
+ * Redesigned the layout of API pages. Starting from this release, the toggleable elements (class names, functions, error codes, etc.) do not contain the excerpt element. Instead, the full description is hidden. You must click the title to toggle full details to read their details. Closes [#994](https://github.com/cksource/umberto/issues/994). ([commit](https://github.com/cksource/umberto/commit/761bcee38a6dd01ab963ad3b240b45d14f2a2aa6))
139
+
140
+
141
+ ## [2.1.5](https://github.com/cksource/umberto/compare/v2.1.4...v2.1.5) (2022-07-29)
142
+
143
+ ### Bug fixes
144
+
145
+ * When adding a link to the top-level landing page in the side navigation, find a page from the same project. ([commit](https://github.com/cksource/umberto/commit/b1193179fec0b75df09dc3a7d4770b4a44500b69))
146
+
147
+
148
+ ## [2.1.5](https://github.com/cksource/umberto/compare/v2.1.4...v2.1.5) (2022-07-29)
149
+
150
+ ### Bug fixes
151
+
152
+ * When adding a link to the top-level landing page in the side navigation, find a page from the same project. ([commit](https://github.com/cksource/umberto/commit/b1193179fec0b75df09dc3a7d4770b4a44500b69))
153
+
154
+
155
+ ## [2.1.4](https://github.com/cksource/umberto/compare/v2.1.3...v2.1.4) (2022-07-28)
156
+
157
+ ### Bug fixes
158
+
159
+ * The report issue widget is always rendered at the bottom of each page (including API pages). Closes [#990](https://github.com/cksource/umberto/issues/990). ([commit](https://github.com/cksource/umberto/commit/a6e0cfdf8e74a4d45c0b765d5e72659396e6e9b6))
160
+
161
+ ### Other changes
162
+
163
+ * Added an option for adding a link to a landing page for a top-level category in the navigation tree. Closes [#996](https://github.com/cksource/umberto/issues/996). ([commit](https://github.com/cksource/umberto/commit/356e39fb74cc17d669e7c42c8cec94b3ae167864))
164
+
165
+
166
+ ## [2.1.3](https://github.com/cksource/umberto/compare/v2.1.2...v2.1.3) (2022-05-25)
167
+
168
+ ### Other changes
169
+
170
+ * Added project version to the "Report issue" widget. ([commit](https://github.com/cksource/umberto/commit/817f585442dcdbf62d5870b234af37d01dd7aa38))
171
+
172
+
173
+ ## [2.1.2](https://github.com/cksource/umberto/compare/v2.1.1...v2.1.2) (2022-05-24)
174
+
175
+ ### Bug fixes
176
+
177
+ * The search box on landing pages should filter a project too. ([commit](https://github.com/cksource/umberto/commit/c6fecfeba5341ee8f9537032fd51b5d37c2f0270))
178
+
179
+
180
+ ## [2.1.1](https://github.com/cksource/umberto/compare/v2.1.0...v2.1.1) (2022-05-19)
181
+
182
+ ### Bug fixes
183
+
184
+ * Algolia should filter out records that do not belong to a project where a user acts with the search box. Closes [#987](https://github.com/cksource/umberto/issues/987). ([commit](https://github.com/cksource/umberto/commit/2c67eb76a211a8060e81cd75958473b03552c64a))
185
+
186
+
187
+ ## [2.1.0](https://github.com/cksource/umberto/compare/v2.0.2...v2.1.0) (2022-05-13)
188
+
189
+ ### Features
190
+
191
+ * Introduced the "Report issue" widget, which, if enabled, adds a container at the bottom of each page in the documentation that allows reporting an issue regarding the current page. ([commit](https://github.com/cksource/umberto/commit/70c4caa4ff6e345584963154db91394423761fba))
192
+
193
+ ### Other changes
194
+
195
+ * Upgraded the "@ckeditor/jsdoc-plugins" package to the latest version. ([commit](https://github.com/cksource/umberto/commit/d61c9d2da7ec135b0385d51b008bac2bded00913))
196
+
197
+
198
+ ## [2.0.2](https://github.com/cksource/umberto/compare/v2.0.1...v2.0.2) (2022-05-12)
199
+
200
+ ### Bug fixes
201
+
202
+ * A query provided by a user in the search box should be escaped to avoid errors when creating an instance of the `RegExp` class. Closes [#984](https://github.com/cksource/umberto/issues/984). ([commit](https://github.com/cksource/umberto/commit/4e783475d2ea09382da6fa104c6d932cb6ffa479))
203
+
204
+
205
+ ## [2.0.1](https://github.com/cksource/umberto/compare/v2.0.0...v2.0.1) (2022-05-12)
206
+
207
+ ### Bug fixes
208
+
209
+ * Umberto should not apply additional filters when a user sends a request to Algolia when using the search field. ([commit](https://github.com/cksource/umberto/commit/ea18f9aa2b9acd9e05ee2b2cded30ae28c48c7f1))
210
+
211
+ ### Other changes
212
+
213
+ * Enabled the code highlighting for python snippets. Closes [#981](https://github.com/cksource/umberto/issues/981). ([commit](https://github.com/cksource/umberto/commit/061428e2b75056126e0605ce9e3fdcb7f65cc86e))
214
+
215
+
216
+ ## [2.0.0](https://github.com/cksource/umberto/compare/v1.18.0...v2.0.0) (2022-03-10)
217
+
218
+ ### BREAKING CHANGES
219
+
220
+ * Upgraded the minimal versions of Node.js to `14.0.0` due to the end of LTS.
221
+
222
+ ### Bug fixes
223
+
224
+ * Fixed missing arrows for toggling properties description visibility in API docs. Closes [#972](https://github.com/cksource/umberto/issues/972). ([commit](https://github.com/cksource/umberto/commit/594517fd78974ff83a531b219f639f8f1aaa9edd))
225
+ * Hidden flashing API list items behind a loading spinner. Closes [#970](https://github.com/cksource/umberto/issues/970). ([commit](https://github.com/cksource/umberto/commit/2783b8197af4d9f071a3fe9e544a076d93c5ddc2))
226
+
227
+ ### Other changes
228
+
229
+ * Updated the required version of Node.js to 14. See [ckeditor/ckeditor5#10972](https://github.com/ckeditor/ckeditor5/issues/10972). ([commit](https://github.com/cksource/umberto/commit/425c7ac6d4ca051426294ec7bf0402b97a06eaf4))
230
+
231
+
232
+ ## [1.18.0](https://github.com/cksource/umberto/compare/v1.17.0...v1.18.0) (2021-12-08)
233
+
234
+ ### Features
235
+
236
+ * Added the option to limit the depth of "Table of contents". Closes [#801](https://github.com/cksource/umberto/issues/801). ([commit](https://github.com/cksource/umberto/commit/3c827acce7b87660c49ff282aa359d025255d925))
237
+
238
+ ### Other changes
239
+
240
+ * Migrated from the `node-sass` package to `sass` due to deprecation. Read more: https://sass-lang.com/blog/libsass-is-deprecated. Closes [#965](https://github.com/cksource/umberto/issues/965). ([commit](https://github.com/cksource/umberto/commit/119563baa7fed9d9e2f7e76c50cf1f4e0e13766c))
241
+ * Migration to webpack 5. Closes [#955](https://github.com/cksource/umberto/issues/955). ([commit](https://github.com/cksource/umberto/commit/d7342e49b34f96c85efc266e9e99b924aa329b01))
242
+
243
+
244
+ ## [1.17.0](https://github.com/cksource/umberto/compare/v1.16.0...v1.17.0) (2021-11-16)
245
+
246
+ ### Features
247
+
248
+ * Made it possible to use the "Premium" badge in the guide content. Closes [#962](https://github.com/cksource/umberto/issues/962). ([commit](https://github.com/cksource/umberto/commit/1e096fd156c8d7ef85f212f654e61dcca9bce44b))
249
+
250
+ ### Other changes
251
+
252
+ * Added the `<meta>` tag called `[name="x-generated-at"]` that contains the date of generation particular page. Closes [#958](https://github.com/cksource/umberto/issues/958). ([commit](https://github.com/cksource/umberto/commit/64a9dcd0acff412d0b00baf4afbbca196421100b))
253
+
254
+
255
+ ## [1.16.0](https://github.com/cksource/umberto/compare/v1.15.0...v1.16.0) (2021-10-25)
256
+
257
+ ### Features
258
+
259
+ * Introduced tooltips for badges in the navigation. Closes [#954](https://github.com/cksource/umberto/issues/954). ([commit](https://github.com/cksource/umberto/commit/917ec5303bf9df6ae6e25d106d9a9066ce2bb606))
260
+
261
+
262
+ ## [1.15.0](https://github.com/cksource/umberto/compare/v1.14.0...v1.15.0) (2021-10-18)
263
+
264
+ ### Features
265
+
266
+ * Introduced support for configurable badges in the navigation tree. ([commit](https://github.com/cksource/umberto/commit/fb71da3f8187f81baddf76e61a750f4fa76b0ef0))
267
+
268
+ ### Other changes
269
+
270
+ * When building partial docs (using the `--guides` or `--skip-guides` options), links will now be included whenever possible. Closes [#952](https://github.com/cksource/umberto/issues/952). ([commit](https://github.com/cksource/umberto/commit/fc873075d11036d79b744f73a02c8ec05d457aec))
271
+
272
+
273
+ ## [1.14.0](https://github.com/cksource/umberto/compare/v1.13.0...v1.14.0) (2021-09-21)
274
+
275
+ ### Features
276
+
277
+ * Ability for filtering which guides should be processed by Umberto. Closes [#946](https://github.com/cksource/umberto/issues/946). ([commit](https://github.com/cksource/umberto/commit/e31caf8ee748d183c13c36cf231f105c817e4245))
278
+
279
+
280
+ ## [1.13.0](https://github.com/cksource/umberto/compare/v1.12.1...v1.13.0) (2021-08-24)
281
+
282
+ ### Features
283
+
284
+ * Added support for the [`@callback`](https://jsdoc.app/tags-callback.html) tag in API docs. Closes [#789](https://github.com/cksource/umberto/issues/789), [#762](https://github.com/cksource/umberto/issues/762). ([commit](https://github.com/cksource/umberto/commit/f8eccf7063162716f2b12c474079bc0a1bb30b80))
285
+
286
+
287
+ ## [1.12.1](https://github.com/cksource/umberto/compare/v1.12.0...v1.12.1) (2021-08-13)
288
+
289
+ ### Bug fixes
290
+
291
+ * The polyfill scripts must be loaded before other scripts in the `app.js` file produced by webpack. ([commit](https://github.com/cksource/umberto/commit/c074c26ad685c8513cf96f8ee52be320d3906ae7))
292
+
293
+
294
+ ## [1.12.0](https://github.com/cksource/umberto/compare/v1.11.0...v1.12.0) (2021-08-13)
295
+
296
+ ### Features
297
+
298
+ * Added support for executing custom callbacks while the process of building the documentation is in progress. Closes [#938](https://github.com/cksource/umberto/issues/938). ([commit](https://github.com/cksource/umberto/commit/ff3f8ccae31f245c71a295413d801c0e2c531c4a))
299
+
300
+ Currently, two hooks are supported:
301
+
302
+ * `beforeHexo` - called before Hexo starts processing the documentation,
303
+ * `afterHexo` - called when Hexo finished building the documentation.
304
+
305
+ To use the new option, add the `hooks` object with the following properties (as an array with paths to the callbacks to execute) to the configuration file.
306
+ * All code snippets contain an icon that allows copying the content of the snippet. Closes [#756](https://github.com/cksource/umberto/issues/756). ([commit](https://github.com/cksource/umberto/commit/c17d91f75cfbbeb4305e5925de27f851f39e1bd5))
307
+ * Implemented the `extraScripts` option that allows executing additional scripts per project. Closes [#942](https://github.com/cksource/umberto/issues/942). ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
308
+ * Implemented the warning banner feature available under `window.umberto.showWarningBanner( message )`. Closes [#940](https://github.com/cksource/umberto/issues/940). ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
309
+
310
+ ### Other changes
311
+
312
+ * Added a polyfill for the `Element#closest()` method. ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
313
+ * Removed the `app-polyfill.js` script produced by Umberto. Now, the polyfill is included in the main `app.js` file. ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
314
+ * Renamed internal util from `./src/tasks/get-extra-styles.js` to `./src/tasks/get-extra-files.js`. ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
315
+ * Replaced text labels in SDK code samples with icons. ([commit](https://github.com/cksource/umberto/commit/c17d91f75cfbbeb4305e5925de27f851f39e1bd5))
316
+ * The main script file (`app.js`) is now placed at the end of the document, before the closing `</body>` tag. ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
317
+
318
+
319
+ ## [1.11.0](https://github.com/cksource/umberto/compare/v1.10.1...v1.11.0) (2021-08-04)
320
+
321
+ ### Features
322
+
323
+ * Added support for `{@exec path/to/function.js}` expression, that allows executing and inserting a value returned by a function specified in the `path/to/function.js` module directly from a single guide page. Closes [#930](https://github.com/cksource/umberto/issues/930). ([commit](https://github.com/cksource/umberto/commit/585b95d954a190f862e2bf0f03aff3d4a613c55f))
324
+
325
+ ### Bug fixes
326
+
327
+ * Fixed error message in insertchangelog.js not being a template literal. Closes [#932](https://github.com/cksource/umberto/issues/932). ([commit](https://github.com/cksource/umberto/commit/d7ee4799b46da9b7d4d4719a0048dbb3d1c0871e))
328
+
329
+ ### Other changes
330
+
331
+ * Used a badge instead of the 🆕 emoji in the sidebar tree. Closes [#935](https://github.com/cksource/umberto/issues/935). ([commit](https://github.com/cksource/umberto/commit/e274e7a0569b8b705700a9cb3aa479b9a562107a))
332
+
333
+
334
+ ## [1.10.1](https://github.com/cksource/umberto/compare/v1.10.0...v1.10.1) (2021-07-13)
335
+
336
+ ### Bug fixes
337
+
338
+ * When processing a page without a project assignment, the `insertChangelog()` function should not throw an error. Closes [#931](https://github.com/cksource/umberto/issues/931). ([commit](https://github.com/cksource/umberto/commit/e66fee9930d745e767ff915e845ca2509bcb35b1))
339
+
340
+
341
+ ## [1.10.0](https://github.com/cksource/umberto/compare/v1.9.1...v1.10.0) (2021-07-13)
342
+
343
+ ### Features
344
+
345
+ * Allow inserting a changelog into a guide by typing an expression: `{@changelog X.Y.Z}`. `X.Y.Z` must follow the [Semantic Versioning](https://semver.org/) specification. A project configuration must contain a path as `scripts.insert-changelog` to a module responsible for delivering changes. The callback must be a synchronous function. ([commit](https://github.com/cksource/umberto/commit/d8a3ea720fc7667efa9c4229778ed29850ea6b82))
346
+
347
+
348
+ ## [1.9.1](https://github.com/cksource/umberto/compare/v1.9.0...v1.9.1) (2021-06-29)
349
+
350
+ ### Bug fixes
351
+
352
+ * Fixed invalid CSS definition for the `.editor-icon__image` selector. Closes [#922](https://github.com/cksource/umberto/issues/922). ([commit](https://github.com/cksource/umberto/commit/9b854e0fdb9fbb4b467e3c9dcb64b26581974ae6))
353
+
354
+
355
+ ## [1.9.0](https://github.com/cksource/umberto/compare/v1.8.1...v1.9.0) (2021-06-24)
356
+
357
+ ### Features
358
+
359
+ * Allow inserting images, e.g. icons from an editor's toolbar by using `{@icon [@projectName] [npm path]}` expression. Closes [#915](https://github.com/cksource/umberto/issues/915). ([commit](https://github.com/cksource/umberto/commit/2b7c335cdb31399c2a3202a5bc60bd6e79133404))
360
+
361
+ ### Bug fixes
362
+
363
+ * Links to projects should be rendered if they point to project from they come. Closes [#914](https://github.com/cksource/umberto/issues/914). ([commit](https://github.com/cksource/umberto/commit/387991cb2864566508870d61d7a3f801012767b1))
364
+
365
+ ### Other changes
366
+
367
+ * Shortened the update indicator display time from 90 to 60 days. Closes [#916](https://github.com/cksource/umberto/issues/916). ([commit](https://github.com/cksource/umberto/commit/3794aaca153c82d3e5db252ebd3868c720be4d4d))
368
+
369
+
370
+ ## [1.8.1](https://github.com/cksource/umberto/compare/v1.8.0...v1.8.1) (2021-06-10)
371
+
372
+ ### Bug fixes
373
+
374
+ * Added more languages (`Java`, `C#`, `Nginx`) to Prism.js. As a result, strings in the YAML snippets will be green (`#a6e22e`). Closes [#912](https://github.com/cksource/umberto/issues/912). ([commit](https://github.com/cksource/umberto/commit/90b6346bcaa72bbfede0435b270ec0d1d0e9371c))
375
+
376
+
377
+ ## [1.8.0](https://github.com/cksource/umberto/compare/v1.7.2...v1.8.0) (2021-06-08)
378
+
379
+ ### Features
380
+
381
+ * Replaced Highlight.js with the Prism.js library for the code highlighting. Closes [#606](https://github.com/cksource/umberto/issues/606), [#167](https://github.com/cksource/umberto/issues/167). ([commit](https://github.com/cksource/umberto/commit/544a854b8840c3c7405ad9fe32215826892718f8))
382
+
383
+
384
+ ## [1.7.2](https://github.com/cksource/umberto/compare/v1.7.1...v1.7.2) (2021-05-25)
385
+
386
+ ### Bug fixes
387
+
388
+ * The "validate-links.js" module that checks whether generated links are correct will resolve paths to files correctly. Closes [#909](https://github.com/cksource/umberto/issues/909). ([commit](https://github.com/cksource/umberto/commit/8c0a2e7550d1b3073ddc8df563e3b7e2662fe60d))
389
+
390
+ Before the patch, the resolved path might have been invalid. It could happen if the absolute URL to the resource started with a directory that was also present in the destination directory (where the documentation was saved):
391
+
392
+ * An absolute path where the documentation was generated: `/home/docs/build/docs`
393
+ * An absolute URL from a guide: `/docs/ckeditor5/27.1.0/file.html`
394
+ * Resolved path before the fix: `/home/build/docs/docs/ckeditor5/27.1.0/file.html`
395
+ * And after the fix: `/home/docs/build/docs/ckeditor5/27.1.0/file.html`
396
+
397
+
398
+ ## [1.7.1](https://github.com/cksource/umberto/compare/v1.7.0...v1.7.1) (2021-05-10)
399
+
400
+ Internal changes only (updated dependencies, documentation, etc.).
401
+
402
+
403
+ ## [1.7.0](https://github.com/cksource/umberto/compare/v1.6.6...v1.7.0) (2021-05-10)
404
+
405
+ ### Features
406
+
407
+ * Introduced a new indicator (🆕) in the project navigation informing users about new changes in a guide. To add the indicator, add the `modified_at` tag in the guide metadata. The date should follow the format `YYYY-MM-DD`. Starting from the date, the indicator will be visible over 90 days. Closes [#882](https://github.com/cksource/umberto/issues/882). ([commit](https://github.com/cksource/umberto/commit/90980392c6a1a4e107f797b72615e52b570cf53b))
408
+
409
+
410
+ ## [1.6.6](https://github.com/cksource/umberto/compare/v1.6.5...v1.6.6) (2021-03-12)
411
+
412
+ ### Bug fixes
413
+
414
+ * Made sure only those headers in guides that have IDs/anchors get position: relative to avoid collisions with editor features. Closes [#899](https://github.com/cksource/umberto/issues/899). ([commit](https://github.com/cksource/umberto/commit/d816a78cbe2194b14c32510ca4669f273c57655b))
415
+
416
+
417
+ ## [1.6.5](https://github.com/cksource/umberto/compare/v1.6.4...v1.6.5) (2021-03-08)
418
+
419
+ ### Bug fixes
420
+
421
+ * Loose the regexp for extracting a URL while preparing the sitemap. Closes [#897](https://github.com/cksource/umberto/issues/897). ([commit](https://github.com/cksource/umberto/commit/7dcde271d7beaf4ddd71f77e29b0376e45543629))
422
+
423
+
424
+ ## [1.6.4](https://github.com/cksource/umberto/compare/v1.6.3...v1.6.4) (2021-01-27)
425
+
426
+ ### Other changes
427
+
428
+ * Links to the "ckeditor.com" domain should not use the `target="_blank"` attribute. Closes [#879](https://github.com/cksource/umberto/issues/879). ([commit](https://github.com/cksource/umberto/commit/72c98327c8e3bdcf3a5502e1fb306490e54e27d8))
429
+
430
+
431
+ ## [1.6.3](https://github.com/cksource/umberto/compare/v1.6.2...v1.6.3) (2020-12-01)
432
+
433
+ ### Other changes
434
+
435
+ * Upgraded the version of the `Highlight.js` library. Closes [#887](https://github.com/cksource/umberto/issues/887). ([commit](https://github.com/cksource/umberto/commit/bead5824340602af1ee7efc588539832e7c54ef7))
436
+
437
+
438
+ ## [1.6.2](https://github.com/cksource/umberto/compare/v1.6.1...v1.6.2) (2020-11-16)
439
+
440
+ ### Bug fixes
441
+
442
+ * Assets (relative) paths inside snippets in SDK should be generated properly. Closes [#881](https://github.com/cksource/umberto/issues/881). ([commit](https://github.com/cksource/umberto/commit/69d45b2c4a6f3b05113a24006414645748642c7b))
443
+
444
+
445
+ ## [1.6.1](https://github.com/cksource/umberto/compare/v1.6.0...v1.6.1) (2020-11-09)
446
+
447
+ ### Bug fixes
448
+
449
+ * The documentation builder should work on Windows environments. Closes [#555](https://github.com/cksource/umberto/issues/555). ([commit](https://github.com/cksource/umberto/commit/c99caeef76f49f8789c1bc0687d5bc8297b4a67a))
450
+
451
+
452
+ ## [1.6.0](https://github.com/cksource/umberto/compare/v1.5.4...v1.6.0) (2020-09-01)
453
+
454
+ ### Features
455
+
456
+ * Ability to hide the `See source` link in the API docs when used the `@skipsource` annotation. Closes [#864](https://github.com/cksource/umberto/issues/864). ([commit](https://github.com/cksource/umberto/commit/52278db828eea628c1bdae70e46db493a30802e2))
457
+
458
+
459
+ ## [1.5.4](https://github.com/cksource/umberto/compare/v1.5.3...v1.5.4) (2020-08-20)
460
+
461
+ ### Other changes
462
+
463
+ * Do not copy "docs/constants.js" file while preparing the documentation structure. ([commit](https://github.com/cksource/umberto/commit/037efa02f53cfb4a270f3c630b62e48461f4ece8))
464
+
465
+
466
+ ## [1.5.3](https://github.com/cksource/umberto/compare/v1.5.2...v1.5.3) (2020-08-20)
467
+
468
+ ### Other changes
469
+
470
+ * The Snippet object will contain an absolute path to the source (`*.md`) file that uses the `{@snippet ...}` tags. ([commit](https://github.com/cksource/umberto/commit/ad14c5a364c347aa73713ed3743fb13c9e8692d5))
471
+
472
+
473
+ ## [1.5.2](https://github.com/cksource/umberto/compare/v1.5.1...v1.5.2) (2020-07-21)
474
+
475
+ ### Bug fixes
476
+
477
+ * Fixed links for internal module functions. Part of [ckeditor/ckeditor5#7575](https://github.com/ckeditor/ckeditor5/issues/7575). ([commit](https://github.com/cksource/umberto/commit/29c5ab10365a7c1a518bae0dfa50c9b4e81d3389))
478
+
479
+
480
+ ## [1.5.1](https://github.com/cksource/umberto/compare/v1.5.0...v1.5.1) (2020-07-21)
481
+
482
+ ### Bug fixes
483
+
484
+ * URLs to method and event names should be escaped. E.g. curly braces in the following name: `set:{property}` should be escaped and looks like: `set:%7Bproperty%7D`. Closes [ckeditor/ckeditor5#7653](https://github.com/ckeditor/ckeditor5/issues/7653). ([commit](https://github.com/cksource/umberto/commit/f4b250468d155df7500aa8835a956d907cc880c0))
485
+
486
+
487
+ ## [1.5.0](https://github.com/cksource/umberto/compare/v1.4.1...v1.5.0) (2020-07-13)
488
+
489
+ ### Other changes
490
+
491
+ * Upgraded dependencies and aligned the code to the changes in dependencies. The documentation should be built properly on Node 14. Closes [ckeditor/ckeditor5#7365](https://github.com/ckeditor/ckeditor5/issues/7365). ([commit](https://github.com/cksource/umberto/commit/5834007bd377f26cfe11e0d602ede127b976a287))
492
+
493
+
494
+ ## [1.4.1](https://github.com/cksource/umberto/compare/v1.4.0...v1.4.1) (2020-06-22)
495
+
496
+ ### Bug fixes
497
+
498
+ * Removed "process.exit()" that was called if validation passes without any error. Closes [#867](https://github.com/cksource/umberto/issues/867). ([7038feb](https://github.com/cksource/umberto/commit/7038feb))
499
+
500
+
501
+ ## [1.4.0](https://github.com/cksource/umberto/compare/v1.3.2...v1.4.0) (2020-06-19)
502
+
503
+ ### Features
504
+
505
+ * Added the `--strict` flag to fail docs build if there are warnings in the API docs. Closes [#865](https://github.com/cksource/umberto/issues/865). ([7baf236](https://github.com/cksource/umberto/commit/7baf236))
506
+
507
+
508
+ ## [1.3.2](https://github.com/cksource/umberto/compare/v1.3.1...v1.3.2) (2020-05-26)
509
+
510
+ ### Bug fixes
511
+
512
+ * Fixed invalid HTML markup in navigation tree. Closes [#780](https://github.com/cksource/umberto/issues/780). ([2e55f85](https://github.com/cksource/umberto/commit/2e55f85))
513
+ * Fixed invalid links in the API navigation tree. Main packages items were not generated as links if they came outside `ckeditor5` repository or didn't start with the `ckeditor5-` prefix. Closes [#821](https://github.com/cksource/umberto/issues/821). ([70aa3c1](https://github.com/cksource/umberto/commit/70aa3c1))
514
+
515
+ ### Other changes
516
+
517
+ * The "See source" button on API docs won't be displayed for private `ckeditor5` packages. ([c4e8041](https://github.com/cksource/umberto/commit/c4e8041))
518
+
519
+
520
+ ## [1.3.1](https://github.com/cksource/umberto/compare/v1.3.0...v1.3.1) (2020-05-25)
521
+
522
+ ### Bug fixes
523
+
524
+ * Fixed invalid contribute URLs in the mono repository project. Closes [#860](https://github.com/cksource/umberto/issues/860). ([481830b](https://github.com/cksource/umberto/commit/481830b))
525
+
526
+
527
+ ## [1.3.0](https://github.com/cksource/umberto/compare/v1.2.4...v1.3.0) (2020-05-14)
528
+
529
+ ### Features
530
+
531
+ * Allowed umberto to check multiple packages directories. See [ckeditor/ckeditor5#6787](https://github.com/ckeditor/ckeditor5/issues/6787). ([18ff868](https://github.com/cksource/umberto/commit/18ff868))
532
+
533
+
534
+ ## [1.2.4](https://github.com/cksource/umberto/compare/v1.2.3...v1.2.4) (2020-04-16)
535
+
536
+ ### Other changes
537
+
538
+ * Locked the version of jQuery due to a breaking change in the minor version. Closes [#857](https://github.com/cksource/umberto/issues/857). ([53fa218](https://github.com/cksource/umberto/commit/53fa218))
539
+
540
+
541
+ ## [1.2.3](https://github.com/cksource/umberto/compare/v1.2.2...v1.2.3) (2020-03-17)
542
+
543
+ ### Bug fixes
544
+
545
+ * Replace `<` and `>` with HTML entities in the title section. Closes [#853](https://github.com/cksource/umberto/issues/853). ([bd72b50](https://github.com/cksource/umberto/commit/bd72b50))
546
+
547
+
548
+ ## [1.2.2](https://github.com/cksource/umberto/compare/v1.2.1...v1.2.2) (2020-02-26)
549
+
550
+ ### Bug fixes
551
+
552
+ * Disabled server-side rendering of snippets since their syntax is being modified and they are no longer valid. Closes [#850](https://github.com/cksource/umberto/issues/850). Closes [#823](https://github.com/cksource/umberto/issues/823). ([26185ec](https://github.com/cksource/umberto/commit/26185ec))
553
+
554
+
555
+ ## [1.2.1](https://github.com/cksource/umberto/compare/v1.2.0...v1.2.1) (2020-01-16)
556
+
557
+ ### Bug fixes
558
+
559
+ * Extended style definitions to cover all CKFinder connectors. Closes [#836](https://github.com/cksource/umberto/issues/836). ([1184075](https://github.com/cksource/umberto/commit/1184075))
560
+ * Formatted styles should not apply to `<code>` inside `<pre>`. Closes [#841](https://github.com/cksource/umberto/issues/841). ([b8c9196](https://github.com/cksource/umberto/commit/b8c9196))
561
+ * Invalid canonical URLs for ckeditor4 examples pages. Closes [#833](https://github.com/cksource/umberto/issues/833). ([880da38](https://github.com/cksource/umberto/commit/880da38))
562
+
563
+ ### Other changes
564
+
565
+ * Changed monospace font stack in order to unify the design of the menu across all browsers. Closes [#843](https://github.com/cksource/umberto/issues/843). ([f3204c3](https://github.com/cksource/umberto/commit/f3204c3))
566
+
567
+
568
+ ## [1.2.0](https://github.com/cksource/umberto/compare/v1.1.3...v1.2.0) (2019-11-19)
569
+
570
+ ### Features
571
+
572
+ * Introduced support for highlighting snippets wrote in Gradle. Closes [#834](https://github.com/cksource/umberto/issues/834). ([a67e507](https://github.com/cksource/umberto/commit/a67e507))
573
+
574
+ ### Bug fixes
575
+
576
+ * Code snippets inside `.ck-content` (editor content) should not be auto–highlighted by hljs. Closes [#838](https://github.com/cksource/umberto/issues/838). ([94128df](https://github.com/cksource/umberto/commit/94128df))
577
+ * The title of a page in a menu is now sorted correctly if the `menu-title` option was provided. Closes [#831](https://github.com/cksource/umberto/issues/831). ([aa8c442](https://github.com/cksource/umberto/commit/aa8c442))
578
+
579
+
580
+ ## [1.1.3](https://github.com/cksource/umberto/compare/v1.1.2...v1.1.3) (2019-10-07)
581
+
582
+ ### Bug fixes
583
+
584
+ * "Contribute URL" and "Issue URL" don't update their enndings. Closes [#773](https://github.com/cksource/umberto/issues/773). ([a356fdf](https://github.com/cksource/umberto/commit/a356fdf))
585
+ * The "See source" link was not provided for the `ckeditor4-docs` repository when `ckeditor4` name was used. Closes [#826](https://github.com/cksource/umberto/issues/826). ([fcefc18](https://github.com/cksource/umberto/commit/fcefc18))
586
+
587
+
588
+ ## [1.1.2](https://github.com/cksource/umberto/compare/v1.1.1...v1.1.2) (2019-08-21)
589
+
590
+ ### Bug fixes
591
+
592
+ * Support for RTL lists. ([3d6537a](https://github.com/cksource/umberto/commit/3d6537a))
593
+
594
+
595
+ ## [1.1.1](https://github.com/cksource/umberto/compare/v1.1.0...v1.1.1) (2019-07-30)
596
+
597
+ ### Bug fixes
598
+
599
+ * Removed resetting `list-style` type to none. Closes [#814](https://github.com/cksource/umberto/issues/814). ([41a4a49](https://github.com/cksource/umberto/commit/41a4a49))
600
+ * The double ending brackets `}}` won't be replaced with `{% raw|endraw %}` tags if they are followed by `%`. Closes [#811](https://github.com/cksource/umberto/issues/811). ([6a56d0e](https://github.com/cksource/umberto/commit/6a56d0e))
601
+
602
+ ### Other changes
603
+
604
+ * Added styles for `<abbr>` element. Closes [#696](https://github.com/cksource/umberto/issues/696). ([f7a748a](https://github.com/cksource/umberto/commit/f7a748a))
605
+ * Updated dependencies and releasing scripts. ([6b2066a](https://github.com/cksource/umberto/commit/6b2066a))
606
+
607
+
608
+ ## [1.1.0](https://github.com/cksource/umberto/compare/v1.0.0...v1.1.0) (2019-07-15)
609
+
610
+ ### Features
611
+
612
+ * Introduced an option for customizing a "Contribute to guide" URL. Now you can specify the URL as `github.contributeUrl` in the `umberto.json` file. Closes [#773](https://github.com/cksource/umberto/issues/773). ([5498786](https://github.com/cksource/umberto/commit/5498786))
613
+ * Introduced an option for customizing a "Report an issue" URL. Now you can specify the URL as `github.reportIssueUrl` in the `umberto.json` file. Closes [#772](https://github.com/cksource/umberto/issues/772). ([dfafa75](https://github.com/cksource/umberto/commit/dfafa75))
614
+ * Introduced support for highlighting snippets wrote in Java. Closes [#806](https://github.com/cksource/umberto/issues/806). ([844ad5b](https://github.com/cksource/umberto/commit/844ad5b))
615
+
616
+ ### Bug fixes
617
+
618
+ * Correctly wrap an excerpt of API item. Closes [#791](https://github.com/cksource/umberto/issues/791). ([691ddee](https://github.com/cksource/umberto/commit/691ddee))
619
+ * Deprecated items will be displayed properly at API pages. Closes [#799](https://github.com/cksource/umberto/issues/799). ([e3e329b](https://github.com/cksource/umberto/commit/e3e329b))
620
+ * Properties defined as `@typedef` will have a proper anchor. Closes [#796](https://github.com/cksource/umberto/issues/796). ([da9a3f0](https://github.com/cksource/umberto/commit/da9a3f0))
621
+ * Table should be displayed properly with a code block. Closes [#794](https://github.com/cksource/umberto/issues/794). ([ce36599](https://github.com/cksource/umberto/commit/ce36599))
622
+
623
+
624
+ ## [1.0.0](https://github.com/cksource/umberto/compare/v0.23.1...v1.0.0) (2019-04-23)
625
+
626
+ ### Features
627
+
628
+ * Improved a mechanism that builds snippets for a specified project. Instead of calling this function n-times, now it will be called once per projects. It should not produce out of memory error anymore. Closes [#749](https://github.com/cksource/umberto/issues/749). ([9adf5fa](https://github.com/cksource/umberto/commit/9adf5fa))
629
+
630
+ The `SnippetAdapter` function is being called with 3 parameters and it must return an instance of `Promise`:
631
+ 1. `snippetsCollection` which is a collection of snippets (pure JavaScript objects) that Umberto found in Markdown files. See `scripts/filter/after-post-render/snippets.js` in order to read the type definition. It is placed at the end of the file.
632
+ 2. `snippetOptions` which is an object that is being passed to Umberto at the beginning of the script.
633
+ 3. `umbertoHelpers` which is an object that contains helpers that can be useful for parsing snippets.
634
+
635
+
636
+ ## [0.23.1](https://github.com/cksource/umberto/compare/v0.23.0...v0.23.1) (2019-04-17)
637
+
638
+ ### Bug fixes
639
+
640
+ * `See source` link should be displayed properly. Closes [#788](https://github.com/cksource/umberto/issues/788).
641
+
642
+
643
+ ## [0.23.0](https://github.com/cksource/umberto/compare/v0.22.0...v0.23.0) (2019-04-11)
644
+
645
+ ### Features
646
+
647
+ * Changed the lightbox library to the `medium-zoom`. Closes [#781](https://github.com/cksource/umberto/issues/781). ([c5e47c4](https://github.com/cksource/umberto/commit/c5e47c4))
648
+
649
+ ### Bug fixes
650
+
651
+ * Excerpt of API expanded item should be displayed properly. Closes [#784](https://github.com/cksource/umberto/issues/784). ([5b433fc](https://github.com/cksource/umberto/commit/5b433fc))
652
+
653
+
654
+ ## [0.22.0](https://github.com/cksource/umberto/compare/v0.21.0...v0.22.0) (2019-04-01)
655
+
656
+ ### Features
657
+
658
+ * Lightbox will be enabled by default for the `@{img}` tag. Closes [#771](https://github.com/cksource/umberto/issues/771). ([886f247](https://github.com/cksource/umberto/commit/886f247))
659
+
660
+ ### Other changes
661
+
662
+ * Added the `CHANGELOG.md` file which contains entries downloaded from the "Releases" section from Github. Introduced release tools that automate the releasing process. Closes [#767](https://github.com/cksource/umberto/issues/767). ([f22e02f](https://github.com/cksource/umberto/commit/f22e02f))
663
+
664
+
665
+ ## [0.21.0](https://github.com/cksource/umberto/compare/v0.20.1...v0.21.0) (2019-03-25)
666
+
667
+ ### Minor
668
+
669
+ * [#769](https://github.com/cksource/umberto/issues/769) - Remove and update dependencies
670
+ * [#763](https://github.com/cksource/umberto/issues/763) - Add lightbox
671
+
672
+
673
+ ## [0.20.1](https://github.com/cksource/umberto/compare/v0.20.0...v0.20.1) (2019-02-28)
674
+
675
+ ### Patch
676
+
677
+ * [#759](https://github.com/cksource/umberto/issues/759) update highlight.js to support YAML and SQL syntax
678
+
679
+
680
+ ## [0.20.0](https://github.com/cksource/umberto/compare/v0.19.3...v0.20.0) (2019-02-27)
681
+
682
+ ### Minor
683
+
684
+ * [#710](https://github.com/cksource/umberto/issues/710) Feedback widget implementation
685
+
686
+ ### Patch
687
+
688
+ * [#753](https://github.com/cksource/umberto/issues/753) Fix unrecognized syntax for C#
689
+ * [#751](https://github.com/cksource/umberto/issues/751) Prevent of bug for wrong GH links
690
+ * [#638](https://github.com/cksource/umberto/issues/638) Disabled github header buttons on mobile devices
691
+
692
+
693
+ ## [0.19.3](https://github.com/cksource/umberto/compare/v0.19.2...v0.19.3) (2019-02-18)
694
+
695
+ ### Patch
696
+
697
+ * Fix bug with variables used for single projects. Related to [#697](https://github.com/cksource/umberto/issues/697) and https://github.com/ckeditor/ckeditor-docs/pull/205
698
+
699
+
700
+ ## [0.19.2](https://github.com/cksource/umberto/compare/v0.19.1...v0.19.2) (2019-02-15)
701
+
702
+ ### Patch
703
+
704
+ * [#738](https://github.com/cksource/umberto/issues/738) Improved "See source" link appearance
705
+ * [#745](https://github.com/cksource/umberto/issues/745) Fix bug with missing link for CKEditor4 docs
706
+ * [#729](https://github.com/cksource/umberto/issues/729) Remove highlight from search window
707
+
708
+
709
+ ## [0.19.1](https://github.com/cksource/umberto/compare/v0.19.0...v0.19.1) (2019-02-08)
710
+
711
+ ### Patch
712
+
713
+ * [#735](https://github.com/cksource/umberto/issues/735) Update footer date
714
+ * [#739](https://github.com/cksource/umberto/issues/739) Remove "Overrides" link
715
+ * [#673](https://github.com/cksource/umberto/issues/673) Fix problem with navigation, which could display empty categories
716
+
717
+
718
+ ## [0.19.0](https://github.com/cksource/umberto/compare/v0.18.0...v0.19.0) (2019-02-01)
719
+
720
+ ### Minor
721
+
722
+ * [#629](https://github.com/cksource/umberto/issues/629) Simplify dependencies - remove postinstall script
723
+
724
+ ### Patch
725
+
726
+ * [#730](https://github.com/cksource/umberto/issues/730) Improve way how git hash are obtained
727
+
728
+
729
+ ## [0.18.0](https://github.com/cksource/umberto/compare/v0.17.0...v0.18.0) (2019-01-25)
730
+
731
+ ### Minor
732
+
733
+ * [#357](https://github.com/cksource/umberto/issues/357) Added observable icon for API badge.
734
+ * [#688](https://github.com/cksource/umberto/issues/688) Add "related" section to methods and properties description.
735
+
736
+ ### Patch
737
+
738
+ * [#494](https://github.com/cksource/umberto/issues/494) Long words in titles should be broken.
739
+ * [#720](https://github.com/cksource/umberto/issues/720) Dark theme API docs visual issues
740
+
741
+
742
+ ## [0.17.0](https://github.com/cksource/umberto/compare/v0.16.1...v0.17.0) (2019-01-18)
743
+
744
+ ### Minor
745
+
746
+ * [#721](https://github.com/cksource/umberto/issues/721) Define printing styles
747
+ * [#337](https://github.com/cksource/umberto/issues/337) Add link to GitHub from which given API docs are generated
748
+
749
+ ### Patch
750
+
751
+ * [#723](https://github.com/cksource/umberto/issues/723) Fix: Increased spacing for a product menu item
752
+
753
+
754
+ ## [0.16.1](https://github.com/cksource/umberto/compare/v0.16.0...v0.16.1) (2019-01-10)
755
+
756
+ ### Patch
757
+
758
+ * [#711](https://github.com/cksource/umberto/issues/711) - Make API entries visible by default
759
+ * [#715](https://github.com/cksource/umberto/issues/715) - Correct style for CKE4 examples
760
+ * [#713](https://github.com/cksource/umberto/issues/713) - Fix search in Examples of CKEditor4
761
+ * [#709](https://github.com/cksource/umberto/issues/709), [#707](https://github.com/cksource/umberto/issues/707) - Dark theme improvements
762
+
763
+
764
+ ## [0.16.0](https://github.com/cksource/umberto/compare/v0.15.0...v0.16.0) (2018-12-21)
765
+
766
+ ### Minor
767
+
768
+ * [#706](https://github.com/cksource/umberto/issues/706) Introduced dark mode
769
+
770
+
771
+ ## [0.15.0](https://github.com/cksource/umberto/compare/v0.14.0...v0.15.0) (2018-12-21)
772
+
773
+ ### Minor
774
+
775
+ * [#597](https://github.com/cksource/umberto/issues/597) - Introduce `<blockquote>` styling
776
+ * [#697](https://github.com/cksource/umberto/issues/697) - Add macros and variables support in Umberto
777
+
778
+ ### Patch
779
+
780
+ * [#690](https://github.com/cksource/umberto/issues/690) - Fixed: `Get Sample Source Code` with wrong offset
781
+ * [#567](https://github.com/cksource/umberto/issues/567) - Fixed: Parameters are not displayed in properties of a class
782
+
783
+
784
+ ## [0.14.0](https://github.com/cksource/umberto/compare/v0.13.4...v0.14.0) (2018-12-07)
785
+
786
+ ### Minor
787
+
788
+ * [#695](https://github.com/cksource/umberto/issues/695) - Provide support for custom tags in Examples, to have better control over code outputted as "Get source code"
789
+
790
+
791
+ ## [0.13.4](https://github.com/cksource/umberto/compare/v0.13.3...v0.13.4) (2018-12-05)
792
+
793
+ ### Patch
794
+
795
+ * [#687](https://github.com/cksource/umberto/issues/687) - Another approach to improve link styling for documentation inside CKE4 examples.
796
+
797
+
798
+ ## [0.13.3](https://github.com/cksource/umberto/compare/v0.13.2...v0.13.3) (2018-12-05)
799
+
800
+ ### Patch
801
+
802
+ * [#685](https://github.com/cksource/umberto/issues/685) Fix link validator to check also non-html files
803
+
804
+
805
+ ## [0.13.2](https://github.com/cksource/umberto/compare/v0.13.1...v0.13.2) (2018-12-05)
806
+
807
+ ### Patch
808
+
809
+ * [#681](https://github.com/cksource/umberto/issues/681) - improve styling of anchors in examples of CKEditor4
810
+ * [#683](https://github.com/cksource/umberto/issues/683) - Add support for tag with `linkexample` as replacement to former `linksdk`
811
+
812
+
813
+ ## [0.13.1](https://github.com/cksource/umberto/compare/v0.13.0...v0.13.1) (2018-11-30)
814
+
815
+ ### Patch
816
+
817
+ * [#678](https://github.com/cksource/umberto/issues/678) - Fix: Left navigation stop being scrolled
818
+ * Add source map for app.js
819
+
820
+
821
+ ## [0.13.0](https://github.com/cksource/umberto/compare/v0.12.1...v0.13.0) (2018-11-30)
822
+
823
+ ### Minor
824
+
825
+ * [#615](https://github.com/cksource/umberto/issues/615): Add option to build only one snippet
826
+ * [#611](https://github.com/cksource/umberto/issues/611), [#674](https://github.com/cksource/umberto/issues/674): Improve link validator to check hash fragment.
827
+
828
+ ### Patch
829
+
830
+ * [#648](https://github.com/cksource/umberto/issues/648): Fix: missing required og tags on pages
831
+ * [#666](https://github.com/cksource/umberto/issues/666): Fix: misaligned search input on tablet width
832
+ * [#631](https://github.com/cksource/umberto/issues/631): Fix: highlighter issue, where not all languages was properly highlighted
833
+ * [#619](https://github.com/cksource/umberto/issues/619): Fix: Added extra top-margin to the main navigation
834
+ * [#563](https://github.com/cksource/umberto/issues/563): Fix: Enlarged link space in the API subheader.
835
+ * [#469](https://github.com/cksource/umberto/issues/469): Fix: Bolded method name in the API collapse list.
836
+
837
+
838
+ ## [0.12.1](https://github.com/cksource/umberto/compare/v0.12.0...v0.12.1) (2018-11-20)
839
+
840
+ ### Patch
841
+
842
+ * [#662](https://github.com/cksource/umberto/issues/662) - Fix: missing data attribute for Example pages for CKE4
843
+ * [#661](https://github.com/cksource/umberto/issues/661) - Fix: properly aligned hamburger menu without flex support
844
+ * [#626](https://github.com/cksource/umberto/issues/626) - Fix: Wrong css for code blocks in narrow screens
845
+
846
+
847
+ ## [0.12.0](https://github.com/cksource/umberto/compare/v0.11.0...v0.12.0) (2018-11-27)
848
+
849
+ ### Minor
850
+
851
+ * [#633](https://github.com/cksource/umberto/issues/633) [#634](https://github.com/cksource/umberto/issues/634) Feature: Introduced breadcrumbs for mobile design
852
+
853
+ ### Patch
854
+
855
+ * [#639](https://github.com/cksource/umberto/issues/639) Fix: Improved design of mobile navigation menu.
856
+ * [#656](https://github.com/cksource/umberto/issues/656) Fix: Lack of navigation of SDK on mobile devices
857
+
858
+
859
+ ## [0.11.0](https://github.com/cksource/umberto/compare/v0.10.0...v0.11.0) (2018-11-14)
860
+
861
+ ### Minor
862
+
863
+ * [#616](https://github.com/cksource/umberto/issues/616) Provide option to hide linking errors for ignored projects
864
+
865
+ ### Patch
866
+
867
+ * [#620](https://github.com/cksource/umberto/issues/620) Fixed: Some links don't have hover style in the navigation menu
868
+ * [#637](https://github.com/cksource/umberto/issues/637) Fixed: focus ring does not match searchbox on iOS
869
+ * [#625](https://github.com/cksource/umberto/issues/625) Fixed: highlighter doesn't work when docs was not served from `/docs` path
870
+
871
+
872
+ ## [0.10.0](https://github.com/cksource/umberto/compare/v0.9.1...v0.10.0) (2018-11-09)
873
+
874
+ ### Minor
875
+
876
+ * [#588](https://github.com/cksource/umberto/issues/588) - New mobile layout for Umberto
877
+
878
+
879
+ ## [0.9.1](https://github.com/cksource/umberto/compare/v0.9.0...v0.9.1) (2018-11-09)
880
+
881
+ ### Patch
882
+
883
+ * [#617](https://github.com/cksource/umberto/issues/617) - hotfix for top navigation to work properly with CKE5 snippets
884
+
885
+
886
+ ## [0.9.0](https://github.com/cksource/umberto/compare/v0.8.2...v0.9.0) (2018-10-18)
887
+
888
+ ### Minor
889
+
890
+ * [#595](https://github.com/cksource/umberto/issues/595) - add support for meta-description tag in API docs
891
+ * [#594](https://github.com/cksource/umberto/issues/594) - Extend meta tags with DC and twitter cards
892
+ * [#607](https://github.com/cksource/umberto/issues/607) - Update dependencies (webpack, babel, etc.), move highlighter to worker, what effects in reducing library size
893
+ * [#580](https://github.com/cksource/umberto/issues/580) - Introduce new docs design. Thanks to @dkonopka.
894
+
895
+
896
+ ## [0.8.2](https://github.com/cksource/umberto/compare/v0.8.1...v0.8.2) (2018-10-05)
897
+
898
+ ### Patch
899
+
900
+ * [#603](https://github.com/cksource/umberto/issues/603) - Fix wrongly created canonical urls.
901
+
902
+
903
+ ## [0.8.1](https://github.com/cksource/umberto/compare/v0.8.0...v0.8.1) (2018-09-28)
904
+
905
+ ### Patch
906
+
907
+ * [#585](https://github.com/cksource/umberto/issues/585) Update typography in headers.
908
+ * [#556](https://github.com/cksource/umberto/issues/556) Update year in footer
909
+ * [#8](https://github.com/cksource/umberto/issues/8) Add w3c validation flag which force Umberto to validate builded files
910
+ * [#559](https://github.com/cksource/umberto/issues/559) Add possibility to watch files after building documentation. Building process is not finishing and watch guides files for changes.
911
+
912
+
913
+ ## [0.8.0](https://github.com/cksource/umberto/compare/v0.7.3...v0.8.0) (2018-09-07)
914
+
915
+ ### Minor
916
+
917
+ * Allow on building Samples from CKEditor4 (https://github.com/ckeditor/ckeditor-sdk/issues/259)
918
+
919
+ ### Patch
920
+
921
+ * [#581](https://github.com/cksource/umberto/issues/581) - Fix: wrong link generation for `@fire` keywords
922
+
923
+
924
+ ## [0.7.3](https://github.com/cksource/umberto/compare/v0.7.2...v0.7.3) (2018-08-30)
925
+
926
+ ### Patch
927
+
928
+ * [#579](https://github.com/cksource/umberto/issues/579) - double curly brackets are now escaped during markdown files processing.
929
+
930
+
931
+ ## [0.7.2](https://github.com/cksource/umberto/compare/v0.7.1...v0.7.2) (2018-08-06)
932
+
933
+ ### Patch
934
+
935
+ * [#573](https://github.com/cksource/umberto/issues/573) - remove unnecessary bracket in code
936
+ * [#575](https://github.com/cksource/umberto/issues/575) - fix wrongly created canonical paths together with og image
937
+
938
+
939
+ ## [0.7.1](https://github.com/cksource/umberto/compare/v0.7.0...v0.7.1) (2018-08-02)
940
+
941
+ ### Patch
942
+
943
+ * [#569](https://github.com/cksource/umberto/issues/569) - Fix API navigation styling
944
+
945
+
946
+ ## [0.7.0](https://github.com/cksource/umberto/compare/v0.6.4...v0.7.0) (2018-07-30)
947
+
948
+ ### Minor
949
+
950
+ * [#538](https://github.com/cksource/umberto/issues/538) - add different table of content styling
951
+ * [#568](https://github.com/cksource/umberto/issues/568) - add support of Google Tag Manager
952
+
953
+
954
+ ## [0.6.4](https://github.com/cksource/umberto/compare/v0.6.3...v0.6.4) (2018-07-24)
955
+
956
+ ### Patch
957
+
958
+ * [#548](https://github.com/cksource/umberto/issues/548) - Symlinks are now created as relative paths
959
+ * [#549](https://github.com/cksource/umberto/issues/549) - `app-polyfill.js` is now skipped when dev flag is turned on
960
+ * [#560](https://github.com/cksource/umberto/issues/560) - update documentation with information about possibility of redirects
961
+ * [#552](https://github.com/cksource/umberto/issues/552) - fix alignment of dropdown navigation
962
+ * [#558](https://github.com/cksource/umberto/issues/558) - fix encoding entities in codeblock
963
+ * [#561](https://github.com/cksource/umberto/issues/561) - fix styling in search box
964
+
965
+
966
+ ## [0.6.3](https://github.com/cksource/umberto/compare/v0.6.2...v0.6.3) (2018-07-03)
967
+
968
+ ### Patch
969
+
970
+ * [#550](https://github.com/cksource/umberto/issues/550) - Fix order of guides displayed in navigation tree.
971
+
972
+
973
+ ## [0.6.2](https://github.com/cksource/umberto/compare/v0.6.1...v0.6.2) (2018-07-02)
974
+
975
+ ### Patch
976
+
977
+ * [#547](https://github.com/cksource/umberto/issues/547) - correct bug where navigation tree had bad template, what caus scrolling issue for navigation tree.
978
+
979
+
980
+ ## [0.6.1](https://github.com/cksource/umberto/compare/v0.6.0...v0.6.1) (2018-06-28)
981
+
982
+ ### Patch
983
+
984
+ * [#537](https://github.com/cksource/umberto/issues/537) - provide better time measurements during building process showed after activating `verbose` option.
985
+ * [#551](https://github.com/cksource/umberto/issues/551) - prevent of throwing error when links are created between projects in single builds
986
+
987
+
988
+ ## [0.6.0](https://github.com/cksource/umberto/compare/v0.5.0...v0.6.0) (2018-06-08)
989
+
990
+ ### Features
991
+
992
+ [#505](https://github.com/cksource/umberto/issues/505) - Provide shortcut <kbd>Shift</kbd>+<kbd>D</kbd> for displaying longnames in documentation.
993
+
994
+ ### Patch
995
+
996
+ [#351](https://github.com/cksource/umberto/issues/351) - Align npm badge to the left.
997
+ [#540](https://github.com/cksource/umberto/issues/540) - Replace font to look nicer.
998
+
999
+
1000
+ ## [0.5.0](https://github.com/cksource/umberto/compare/v0.4.9...v0.5.0) (2018-05-17)
1001
+
1002
+ ### Features
1003
+
1004
+ * [#451](https://github.com/cksource/umberto/issues/451) - add dropdown menu with properties/methods/events.
1005
+ * links for `latest` will be now generated automatically.
1006
+
1007
+ ### Bug fixes
1008
+
1009
+ * [#479](https://github.com/cksource/umberto/issues/479) - correct color of info-boxes in guides.
1010
+ * [#328](https://github.com/cksource/umberto/issues/328) - correct position of expand arrow.
1011
+
1012
+
1013
+ ## [0.4.9](https://github.com/cksource/umberto/compare/v0.4.7...v0.4.9) (2018-04-27)
1014
+
1015
+ * [#530](https://github.com/cksource/umberto/issues/530) - add possibility to output symbolic links with `latest`.
1016
+
1017
+
1018
+ ## [0.4.7](https://github.com/cksource/umberto/compare/v0.4.6...v0.4.7) (2018-04-26)
1019
+
1020
+ ### Patch
1021
+
1022
+ * [#532](https://github.com/cksource/umberto/issues/532) - Add configuration option `startPage` which will be used as links in dropdown menu for given project.
1023
+
1024
+
1025
+ ## [0.4.6](https://github.com/cksource/umberto/compare/v0.4.5...v0.4.6) (2018-04-23)
1026
+
1027
+ ### Patch
1028
+
1029
+ [#529](https://github.com/cksource/umberto/issues/529) - Fix highlighting of active element in navigation tree
1030
+
1031
+
1032
+ ## [0.4.5](https://github.com/cksource/umberto/compare/v0.4.4...v0.4.5) (2018-04-20)
1033
+
1034
+ ### Patch
1035
+
1036
+ * [#527](https://github.com/cksource/umberto/issues/527) - Allow to override or disable default `contributeUrl` and `issuesUrl` in specific guides.
1037
+
1038
+
1039
+ ## [0.4.4](https://github.com/cksource/umberto/compare/v0.4.3...v0.4.4) (2018-04-19)
1040
+
1041
+ ### Patch
1042
+
1043
+ * [#516](https://github.com/cksource/umberto/issues/516) - Add library with polyfill for browsers which doesn't support es6.
1044
+
1045
+
1046
+ ## [0.4.3](https://github.com/cksource/umberto/compare/v0.4.2...v0.4.3) (2018-04-18)
1047
+
1048
+ ### Patch
1049
+
1050
+ * [#522](https://github.com/cksource/umberto/issues/522) - Umberto will now rethrow hexo errors in non-verbose mode.
1051
+ * [#523](https://github.com/cksource/umberto/issues/523) - Empty categories won't be created in navigation tree.
1052
+
1053
+
1054
+ ## [0.4.2](https://github.com/cksource/umberto/compare/v0.4.1...v0.4.2) (2018-04-17)
1055
+
1056
+ ### Patch
1057
+
1058
+ * [#524](https://github.com/cksource/umberto/issues/524) - Allow on publish documentation from multiple locations.
1059
+
1060
+
1061
+ ## [0.4.1](https://github.com/cksource/umberto/compare/v0.4.0...v0.4.1) (2018-04-13)
1062
+
1063
+ ### Patch
1064
+
1065
+ * [#499](https://github.com/cksource/umberto/issues/499) - IDs of `<h2>` sections are now lowercase.
1066
+ * [#450](https://github.com/cksource/umberto/issues/450) - Add little space between hamburger and project title.
1067
+ * [#465](https://github.com/cksource/umberto/issues/465) - Location.hash is now updated when member on page is clicked.
1068
+
1069
+
1070
+ ## [0.4.0](https://github.com/cksource/umberto/compare/v0.3.67...v0.4.0) (2018-03-16)
1071
+
1072
+ ### Minor
1073
+
1074
+ * [#427](https://github.com/cksource/umberto/issues/427) - Provide possibility to make `sitemap.xml`
1075
+ * [#509](https://github.com/cksource/umberto/issues/509) - Allow on escaping links in guides
1076
+ * [#511](https://github.com/cksource/umberto/issues/511) - Add verbose parameter, by default Umberto will now hide most of the non-error messages.
1077
+
1078
+ ### Patches
1079
+
1080
+ * [#508](https://github.com/cksource/umberto/issues/508) - Improve styling for `<em>`
1081
+ * [#507](https://github.com/cksource/umberto/issues/507) - Links to non-existing doclets now threw an error
1082
+ * [#512](https://github.com/cksource/umberto/issues/512) - Cross-project links are not transformed in single project
1083
+ * [#504](https://github.com/cksource/umberto/issues/504) - Filter out duplicated methods generated in JSDoc
1084
+
1085
+ ### Other
1086
+
1087
+ * Update `.gitignore` to ignore all hidden files/folder
1088
+ * Bump hexo version to `3.6.0`
1089
+
1090
+
1091
+ ## [0.3.67](https://github.com/cksource/umberto/compare/v0.3.66...v0.3.67) (2018-03-05)
1092
+
1093
+ Fixed:
1094
+ [#498](https://github.com/cksource/umberto/issues/498)
1095
+ [#500](https://github.com/cksource/umberto/issues/500)
1096
+
1097
+
1098
+ ## [0.3.66](https://github.com/cksource/umberto/compare/v0.3.61...v0.3.66) (2018-02-21)
1099
+
1100
+ Fixed:
1101
+ [#475](https://github.com/cksource/umberto/issues/475)
1102
+ [#491](https://github.com/cksource/umberto/issues/491)
1103
+ [#487](https://github.com/cksource/umberto/issues/487)
1104
+
1105
+
1106
+ ## [0.3.61](https://github.com/cksource/umberto/compare/v0.3.60...v0.3.61) (2018-02-09)
1107
+
1108
+ * Corrections to API docs search,
1109
+ * Added bunch of source code comments.
1110
+
1111
+
1112
+ ## [0.3.60](https://github.com/cksource/umberto/compare/v0.3.55...v0.3.60) (2018-02-05)
1113
+
1114
+ Hotfixed [#472](https://github.com/cksource/umberto/issues/472)
1115
+
1116
+
1117
+ ## [0.3.55](https://github.com/cksource/umberto/compare/v0.3.54...v0.3.55) (2018-02-01)
1118
+
1119
+ Introduced enhanced search for API docs.
1120
+
1121
+
1122
+ ## [0.3.54](https://github.com/cksource/umberto/compare/v0.3.53...v0.3.54) (2018-01-23)
1123
+
1124
+ Closed [#436](https://github.com/cksource/umberto/issues/436)
1125
+
1126
+
1127
+ ## [0.3.53](https://github.com/cksource/umberto/compare/v0.3.51...v0.3.53) (2018-01-22)
1128
+
1129
+ Closed [#447](https://github.com/cksource/umberto/issues/447) .
1130
+ Added support for extended typedefs.
1131
+
1132
+
1133
+ ## [0.3.51](https://github.com/cksource/umberto/compare/v0.3.49...v0.3.51) (2018-01-18)
1134
+
1135
+ Closed issues:
1136
+
1137
+ [#432](https://github.com/cksource/umberto/issues/432)
1138
+ [#433](https://github.com/cksource/umberto/issues/433)
1139
+ [#434](https://github.com/cksource/umberto/issues/434)
1140
+ [#441](https://github.com/cksource/umberto/issues/441)
1141
+ [#442](https://github.com/cksource/umberto/issues/442)
1142
+
1143
+
1144
+
1145
+ ## [0.3.49](https://github.com/cksource/umberto/compare/v0.3.48...v0.3.49) (2018-01-16)
1146
+
1147
+ Closes issues:
1148
+ [#410](https://github.com/cksource/umberto/issues/410)
1149
+ [#422](https://github.com/cksource/umberto/issues/422)
1150
+ [#425](https://github.com/cksource/umberto/issues/425)
1151
+
1152
+
1153
+ ## [0.3.48](https://github.com/cksource/umberto/compare/v0.3.47...v0.3.48) (2018-01-10)
1154
+
1155
+ Fixed [#419](https://github.com/cksource/umberto/issues/419)
1156
+
1157
+
1158
+ ## [0.3.47](https://github.com/cksource/umberto/compare/v0.3.42...v0.3.47) (2018-01-09)
1159
+
1160
+ Fixed: [#347](https://github.com/cksource/umberto/issues/347), [#398](https://github.com/cksource/umberto/issues/398), [#411](https://github.com/cksource/umberto/issues/411)
1161
+
1162
+ Fixed Typedefs rendering
1163
+
1164
+
1165
+ ## [0.3.42](https://github.com/cksource/umberto/compare/v0.3.41...v0.3.42) (2017-12-15)
1166
+
1167
+ Fixed [#391](https://github.com/cksource/umberto/issues/391), [#392](https://github.com/cksource/umberto/issues/392)
1168
+
1169
+
1170
+ ## [0.3.41](https://github.com/cksource/umberto/compare/v0.3.40...v0.3.41) (2017-12-14)
1171
+
1172
+ Fixed [#392](https://github.com/cksource/umberto/issues/392)
1173
+
1174
+
1175
+ ## [0.3.40](https://github.com/cksource/umberto/compare/v0.3.39...v0.3.40) (2017-11-24)
1176
+
1177
+ * Marking items in ToC improved
1178
+ * Code optimizations
1179
+
1180
+
1181
+ ## [0.3.39](https://github.com/cksource/umberto/compare/v0.3.38...v0.3.39) (2017-11-21)
1182
+
1183
+ * Adding favicons [#378](https://github.com/cksource/umberto/issues/378)
1184
+ * Tracking article position in table of contents [#188](https://github.com/cksource/umberto/issues/188)
1185
+ * Build optimizations
1186
+
1187
+
1188
+ ## [0.3.38](https://github.com/cksource/umberto/compare/v0.3.37...v0.3.38) (2017-11-11)
1189
+
1190
+ Module pages which only link to classes etc are ranked lower in search results by default.
1191
+
1192
+
1193
+ ## [0.3.37](https://github.com/cksource/umberto/compare/v0.3.35...v0.3.37) (2017-10-31)
1194
+
1195
+ * Added link to GitHub [#367](https://github.com/cksource/umberto/issues/367),
1196
+ * Added custom ranking to search results.
1197
+
1198
+
1199
+ ## [0.3.35](https://github.com/cksource/umberto/compare/v0.3.34...v0.3.35) (2017-10-26)
1200
+
1201
+ Improved searching:
1202
+
1203
+ * Displaying some results for every category, if available,
1204
+ * Scrolling search results,
1205
+ * Added possibility to change page's rank.
1206
+
1207
+
1208
+ ## [0.3.34](https://github.com/cksource/umberto/compare/v0.3.33...v0.3.34) (2017-10-18)
1209
+
1210
+ Resizing top menu on narrow screens.
1211
+
1212
+
1213
+ ## [0.3.33](https://github.com/cksource/umberto/compare/v0.3.32...v0.3.33) (2017-10-11)
1214
+
1215
+ * Disabled search boosting temporarily as it doesn't work as expected
1216
+
1217
+
1218
+ ## [0.3.32](https://github.com/cksource/umberto/compare/v0.3.31...v0.3.32) (2017-10-11)
1219
+
1220
+ * Support for "observables", [#338](https://github.com/cksource/umberto/issues/338)
1221
+ * Fixed link validation, [#356](https://github.com/cksource/umberto/issues/356)
1222
+ * Changes related to DocSearch
1223
+
1224
+
1225
+ ## [0.3.31](https://github.com/cksource/umberto/compare/v0.3.30...v0.3.31) (2017-10-06)
1226
+
1227
+ Closed [#304](https://github.com/cksource/umberto/issues/304).
1228
+
1229
+
1230
+ ## [0.3.30](https://github.com/cksource/umberto/compare/v0.3.29...v0.3.30) (2017-10-04)
1231
+
1232
+ Closed issues:
1233
+ * [#346](https://github.com/cksource/umberto/issues/346)
1234
+ * [#350](https://github.com/cksource/umberto/issues/350)
1235
+
1236
+ Fixed 404 page
1237
+
1238
+
1239
+ ## [0.3.29](https://github.com/cksource/umberto/compare/v0.3.28...v0.3.29) (2017-10-04)
1240
+
1241
+ Closed:
1242
+ * [#348](https://github.com/cksource/umberto/issues/348)
1243
+
1244
+
1245
+ ## [0.3.28](https://github.com/cksource/umberto/compare/v0.3.27...v0.3.28) (2017-10-03)
1246
+
1247
+ Closed issues:
1248
+ * [#291](https://github.com/cksource/umberto/issues/291)
1249
+ * [#343](https://github.com/cksource/umberto/issues/343)
1250
+
1251
+
1252
+ ## [0.3.27](https://github.com/cksource/umberto/compare/v0.3.26...v0.3.27) (2017-10-03)
1253
+
1254
+ Closes issues:
1255
+ * [#327](https://github.com/cksource/umberto/issues/327)
1256
+ * [#340](https://github.com/cksource/umberto/issues/340)
1257
+ * https://github.com/ckeditor/ckeditor5/issues/575
1258
+
1259
+
1260
+ ## [0.3.26](https://github.com/cksource/umberto/compare/v0.3.25...v0.3.26) (2017-09-29)
1261
+
1262
+ Closed issues:
1263
+ * [#324](https://github.com/cksource/umberto/issues/324)
1264
+ * [#329](https://github.com/cksource/umberto/issues/329)
1265
+
1266
+
1267
+ ## [0.3.25](https://github.com/cksource/umberto/compare/v0.3.24...v0.3.25) (2017-09-28)
1268
+
1269
+ Closed issues:
1270
+ * [#308](https://github.com/cksource/umberto/issues/308)
1271
+ * [#272](https://github.com/cksource/umberto/issues/272)
1272
+ * [#67](https://github.com/cksource/umberto/issues/67)
1273
+
1274
+
1275
+ ## [0.3.24](https://github.com/cksource/umberto/compare/v0.3.23...v0.3.24) (2017-09-26)
1276
+
1277
+ * Google Analytics support,
1278
+ * Fixed [#320](https://github.com/cksource/umberto/issues/320)
1279
+
1280
+
1281
+ ## [0.3.23](https://github.com/cksource/umberto/compare/v0.3.22...v0.3.23) (2017-09-22)
1282
+
1283
+ * Improved project switcher
1284
+ * Added `sitenav: false` option to front-matter
1285
+ * Made search box label contextual
1286
+
1287
+
1288
+ ## [0.3.22](https://github.com/cksource/umberto/compare/v0.3.21...v0.3.22) (2017-09-22)
1289
+
1290
+ New:
1291
+ * `disableSearch: true` option supported by `umberto.json` which removes search box per project,
1292
+ * Umberto supports `production: true` option allowing to minify javascript
1293
+
1294
+
1295
+ ## [0.3.21](https://github.com/cksource/umberto/compare/v0.3.18...v0.3.21) (2017-09-20)
1296
+
1297
+ Changes required for home page support in multi-docs scenario.
1298
+
1299
+
1300
+ ## [0.3.18](https://github.com/cksource/umberto/compare/v0.3.17...v0.3.18) (2017-09-20)
1301
+
1302
+ Closes issues:
1303
+ * [#297](https://github.com/cksource/umberto/issues/297)
1304
+ * [#301](https://github.com/cksource/umberto/issues/301)
1305
+ * [#302](https://github.com/cksource/umberto/issues/302)
1306
+ * [#303](https://github.com/cksource/umberto/issues/303)
1307
+
1308
+
1309
+ ## [0.3.17](https://github.com/cksource/umberto/compare/v0.3.16...v0.3.17) (2017-09-18)
1310
+
1311
+ Restyled GitHub contribution links.
1312
+
1313
+
1314
+ ## [0.3.16](https://github.com/cksource/umberto/compare/v0.3.15...v0.3.16) (2017-09-14)
1315
+
1316
+ New:
1317
+ Different Docsearch scripts per page depending on documentation group (API, Builds etc). Meaning that when searching from Builds group, search results from Builds will be displayed higher.
1318
+
1319
+ Fixed:
1320
+ * [#269](https://github.com/cksource/umberto/issues/269)
1321
+ * [#275](https://github.com/cksource/umberto/issues/275)
1322
+ * [#283](https://github.com/cksource/umberto/issues/283)
1323
+ * [#292](https://github.com/cksource/umberto/issues/292)
1324
+
1325
+
1326
+ ## [0.3.15](https://github.com/cksource/umberto/compare/v0.3.14...v0.3.15) (2017-09-11)
1327
+
1328
+ Changed DocSearch theme.
1329
+
1330
+
1331
+ ## [0.3.14](https://github.com/cksource/umberto/compare/v0.3.13...v0.3.14) (2017-09-07)
1332
+
1333
+ New:
1334
+ * Make project version available as a variable inside guides. Closes [#279](https://github.com/cksource/umberto/issues/279).
1335
+ * Allow building snippets as dependencies of other snippets.
1336
+
1337
+
1338
+ ## [0.3.13](https://github.com/cksource/umberto/compare/v0.3.12...v0.3.13) (2017-09-05)
1339
+
1340
+ Closed issues:
1341
+ * [#262](https://github.com/cksource/umberto/issues/262)
1342
+ * [#274](https://github.com/cksource/umberto/issues/274)
1343
+
1344
+
1345
+ ## [0.3.12](https://github.com/cksource/umberto/compare/v0.3.10...v0.3.12) (2017-09-04)
1346
+
1347
+ New:
1348
+ * Link validation after build,
1349
+ * Supporting links to guides in API docs,
1350
+ * Styles for tables.
1351
+
1352
+ Closed issues:
1353
+ * [#267](https://github.com/cksource/umberto/issues/267),
1354
+ * [#270](https://github.com/cksource/umberto/issues/270),
1355
+ * [#126](https://github.com/cksource/umberto/issues/126).
1356
+
1357
+
1358
+
1359
+ ## [0.3.10](https://github.com/cksource/umberto/compare/v0.3.8...v0.3.10) (2017-08-29)
1360
+
1361
+ Fixed [#259](https://github.com/cksource/umberto/issues/259)
1362
+
1363
+
1364
+ ## [0.3.8](https://github.com/cksource/umberto/compare/v0.3.7...v0.3.8) (2017-08-25)
1365
+
1366
+ Added ids and links to Properties, Methods etc headings to see how it improves search experience.
1367
+
1368
+ Fixed:
1369
+ [#255](https://github.com/cksource/umberto/issues/255)
1370
+
1371
+
1372
+ ## [0.3.7](https://github.com/cksource/umberto/compare/v0.3.6...v0.3.7) (2017-08-24)
1373
+
1374
+ Changed to liveSnippets generator.
1375
+
1376
+ Fixed:
1377
+ * [#250](https://github.com/cksource/umberto/issues/250)
1378
+ * [#252](https://github.com/cksource/umberto/issues/252)
1379
+
1380
+
1381
+ ## [0.3.6](https://github.com/cksource/umberto/compare/v0.3.5...v0.3.6) (2017-08-23)
1382
+
1383
+ Changes to liveSnippets:
1384
+ * enabled snippetOptions,
1385
+ * fixed --skip-snippets mode
1386
+
1387
+
1388
+ ## [0.3.5](https://github.com/cksource/umberto/compare/v0.3.4...v0.3.5) (2017-08-21)
1389
+
1390
+ Fixed [#243](https://github.com/cksource/umberto/issues/243)
1391
+
1392
+
1393
+ ## [0.3.4](https://github.com/cksource/umberto/compare/v0.3.3...v0.3.4) (2017-08-21)
1394
+
1395
+ * Removed some unwanted files which got into npm package before,
1396
+ * Added possibility to extend default theme,
1397
+ * Fixed [#225](https://github.com/cksource/umberto/issues/225)
1398
+
1399
+
1400
+
1401
+ ## [0.3.3](https://github.com/cksource/umberto/compare/v0.3.2...v0.3.3) (2017-08-18)
1402
+
1403
+ Fixed issues:
1404
+ * [#54](https://github.com/cksource/umberto/issues/54)
1405
+ * [#216](https://github.com/cksource/umberto/issues/216)
1406
+ * [#218](https://github.com/cksource/umberto/issues/218)
1407
+ * [#205](https://github.com/cksource/umberto/issues/205)
1408
+ * [#147](https://github.com/cksource/umberto/issues/147)
1409
+ * [#220](https://github.com/cksource/umberto/issues/220)
1410
+ * [#214](https://github.com/cksource/umberto/issues/214)
1411
+ * [#146](https://github.com/cksource/umberto/issues/146)
1412
+ * [#204](https://github.com/cksource/umberto/issues/204)
1413
+ * [#203](https://github.com/cksource/umberto/issues/203)
1414
+ * [#223](https://github.com/cksource/umberto/issues/223)
1415
+ * [#134](https://github.com/cksource/umberto/issues/134)
1416
+ * [#230](https://github.com/cksource/umberto/issues/230)
1417
+ * [#217](https://github.com/cksource/umberto/issues/217)
1418
+ * [#221](https://github.com/cksource/umberto/issues/221)
1419
+ * [#222](https://github.com/cksource/umberto/issues/222)
1420
+ * [#219](https://github.com/cksource/umberto/issues/219)
1421
+ * [#237](https://github.com/cksource/umberto/issues/237)
1422
+
1423
+
1424
+ ## [0.3.2](https://github.com/cksource/umberto/compare/v0.3.1...v0.3.2) (2017-08-09)
1425
+
1426
+ More layout changes,
1427
+ Closed issues:
1428
+ * [#213](https://github.com/cksource/umberto/issues/213)
1429
+ * [#187](https://github.com/cksource/umberto/issues/187)
1430
+ * [#145](https://github.com/cksource/umberto/issues/145)
1431
+ * [#148](https://github.com/cksource/umberto/issues/148)
1432
+ * [#198](https://github.com/cksource/umberto/issues/198)
1433
+
1434
+
1435
+ ## [0.3.1](https://github.com/cksource/umberto/compare/v0.3.0...v0.3.1) (2017-08-08)
1436
+
1437
+ * More layout changes
1438
+ * Fixed some html issues
1439
+
1440
+
1441
+ ## [0.3.0](https://github.com/cksource/umberto/compare/v0.2.25...v0.3.0) (2017-08-07)
1442
+
1443
+ * Layout changes: improved table of contents, notice boxes, updated API docs look and more,
1444
+ * [#181](https://github.com/cksource/umberto/issues/181)
1445
+ * [#68](https://github.com/cksource/umberto/issues/68)
1446
+ * [#191](https://github.com/cksource/umberto/issues/191)
1447
+ * [#189](https://github.com/cksource/umberto/issues/189)
1448
+ * [#193](https://github.com/cksource/umberto/issues/193)
1449
+ * [#192](https://github.com/cksource/umberto/issues/192)
1450
+ * [#183](https://github.com/cksource/umberto/issues/183)
1451
+ * [#184](https://github.com/cksource/umberto/issues/184)
1452
+ * [#185](https://github.com/cksource/umberto/issues/185)
1453
+
1454
+
1455
+
1456
+ ## [0.2.25](https://github.com/cksource/umberto/compare/v0.2.24...v0.2.25) (2017-07-25)
1457
+
1458
+ Allow copying common files like `robots.txt` to root directory of multi project build.
1459
+
1460
+
1461
+ ## [0.2.24](https://github.com/cksource/umberto/compare/v0.2.20...v0.2.24) (2017-07-25)
1462
+
1463
+ Fixed issues with building a "simple" projects (one-pagers containing only index.md file)
1464
+
1465
+
1466
+ ## [0.2.20](https://github.com/cksource/umberto/compare/v0.2.18...v0.2.20) (2017-07-11)
1467
+
1468
+ Changelog:
1469
+ * Changed snippets output directory (Fixing: https://github.com/CKEditor5/ckeditor5.github.io/issues/34)
1470
+ * Changed directory structure of doc pages and assets to include project versions.
1471
+
1472
+
1473
+ ## [0.2.18](https://github.com/cksource/umberto/compare/v0.2.17...v0.2.18) (2017-07-05)
1474
+
1475
+ New feature:
1476
+ * Added Algolia DocSearch support
1477
+
1478
+
1479
+ ## [0.2.17](https://github.com/cksource/umberto/compare/v0.2.15...v0.2.17) (2017-07-04)
1480
+
1481
+ New feature:
1482
+ * Support for live snippets.
1483
+
1484
+
1485
+ ## [0.2.15](https://github.com/cksource/umberto/compare/v0.2.13...v0.2.15) (2017-07-04)
1486
+
1487
+ Fixed issues:
1488
+ * [#136](https://github.com/cksource/umberto/issues/136)
1489
+ * [#159](https://github.com/cksource/umberto/issues/159)
1490
+
1491
+ Internal:
1492
+ * Some refactoring
1493
+ * Updated README
1494
+
1495
+
1496
+ ## [0.2.13](https://github.com/cksource/umberto/compare/v0.2.12...v0.2.13) (2017-06-28)
1497
+
1498
+ Internal changes:
1499
+ * Refactored templates
1500
+ * Changed building process
1501
+
1502
+
1503
+ ## [0.2.12](https://github.com/cksource/umberto/compare/v0.2.11...v0.2.12) (2017-06-26)
1504
+
1505
+ Fixed issues:
1506
+ * [#46](https://github.com/cksource/umberto/issues/46)
1507
+ * Minor code block link styling
1508
+
1509
+
1510
+ ## [0.2.11](https://github.com/cksource/umberto/compare/v0.2.10...v0.2.11) (2017-06-23)
1511
+
1512
+ Patch:
1513
+ * Fixed minor code block styling issue.
1514
+
1515
+
1516
+ ## [0.2.10](https://github.com/cksource/umberto/compare/v0.2.9...v0.2.10) (2017-06-23)
1517
+
1518
+ Fixed issues:
1519
+ * [#91](https://github.com/cksource/umberto/issues/91)
1520
+ * [#92](https://github.com/cksource/umberto/issues/92)
1521
+ * [#109](https://github.com/cksource/umberto/issues/109)
1522
+ * [#116](https://github.com/cksource/umberto/issues/116)
1523
+ * [#130](https://github.com/cksource/umberto/issues/130)
1524
+ * [#143](https://github.com/cksource/umberto/issues/143)
1525
+ * [#154](https://github.com/cksource/umberto/issues/154)
1526
+
1527
+
1528
+ ## [0.2.9](https://github.com/cksource/umberto/compare/v0.2.8...v0.2.9) (2017-06-19)
1529
+
1530
+ Fixed issues:
1531
+ * [#108](https://github.com/cksource/umberto/issues/108)
1532
+ * [#149](https://github.com/cksource/umberto/issues/149)
1533
+ * [#153](https://github.com/cksource/umberto/issues/153)
1534
+
1535
+
1536
+ ## [0.2.8](https://github.com/cksource/umberto/compare/v0.2.7...v0.2.8) (2017-06-09)
1537
+
1538
+ Fixed issues:
1539
+ * [#52](https://github.com/cksource/umberto/issues/52)
1540
+ * [#119](https://github.com/cksource/umberto/issues/119)
1541
+ * [#129](https://github.com/cksource/umberto/issues/129)
1542
+ * [#131](https://github.com/cksource/umberto/issues/131)
1543
+
1544
+
1545
+ ## [0.2.7](https://github.com/cksource/umberto/compare/v0.2.6...v0.2.7) (2017-06-07)
1546
+
1547
+ Fixed [#114](https://github.com/cksource/umberto/issues/114) Improve subclasses/hierarchy/mixes panel in the API docs.
1548
+
1549
+
1550
+ ## [0.2.6](https://github.com/cksource/umberto/compare/v0.2.0...v0.2.6) (2017-05-31)
1551
+
1552
+ Fixed issues:
1553
+ * [#120](https://github.com/cksource/umberto/issues/120) Headings in API docs are not styled.
1554
+ * [#124](https://github.com/cksource/umberto/issues/124) Fix backtick code blocks.
1555
+
1556
+
1557
+ ## [0.2.0](https://github.com/cksource/umberto/compare/v0.1.1...v0.2.0) (2017-05-18)
1558
+
1559
+ Published on npm v0.2.0
1560
+
1561
+ Fixed issues:
1562
+ * [#56](https://github.com/cksource/umberto/issues/56) Poor class list styling.
1563
+ * [#86](https://github.com/cksource/umberto/issues/86) Add "Inherited" label next to properties.
1564
+ * [#87](https://github.com/cksource/umberto/issues/87) Navigation tree is expanded on api docs index page.
1565
+ * [#90](https://github.com/cksource/umberto/issues/90) Support links to API docs in guides.
1566
+ * [#97](https://github.com/cksource/umberto/issues/97) Add support for namespaces and constants.
1567
+
1568
+
1569
+ ## [0.1.1](https://github.com/cksource/umberto/compare/v0.1.0...v0.1.1) (2017-05-11)
1570
+
1571
+ Published on npm v0.1.1
1572
+
1573
+ Fixed issues:
1574
+ * [#50](https://github.com/cksource/umberto/issues/50) The font used for the docs renders terribly on non-retina
1575
+ * [#51](https://github.com/cksource/umberto/issues/51) Backgrounds of preformatted text overlap
1576
+ * [#59](https://github.com/cksource/umberto/issues/59) "event:" prefix should be removed from event names
1577
+ * [#65](https://github.com/cksource/umberto/issues/65) Protected/private filter doesn't work for inherited properties
1578
+ * [#69](https://github.com/cksource/umberto/issues/69) Sidebar of API docs should have separate scroll
1579
+
1580
+
1581
+ ## [0.1.0](https://github.com/cksource/umberto/releases/tag/v0.1.0) (2017-05-09)
1582
+
1583
+ Published on npm v0.1.0
1584
+
1585
+ Fixed issues:
1586
+
1587
+ * [#49](https://github.com/cksource/umberto/issues/49) The heading looks really out of place
1588
+ * [#58](https://github.com/cksource/umberto/issues/58) Filter options are not remembered
1589
+ * [#62](https://github.com/cksource/umberto/issues/62) Module names are incorrectly parsed
1590
+ * [#66](https://github.com/cksource/umberto/issues/66) Pages miss <title>
1591
+ * [#70](https://github.com/cksource/umberto/issues/70) Directories should be listed before packages