umberto 3.1.0 → 3.2.1

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