umberto 1.16.0 → 2.0.0

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