umberto 7.0.1 → 8.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 (555) hide show
  1. package/CHANGELOG.md +20 -1792
  2. package/LICENSE.md +44 -5
  3. package/README.md +194 -9
  4. package/package.json +4 -8
  5. package/scripts/filter/after-post-render/gloria/append-copy-heading-buttons.js +99 -0
  6. package/scripts/filter/after-post-render/gloria/apply-design-doc-classes.js +145 -0
  7. package/scripts/filter/after-post-render/gloria/wrap-table-into-wrappers.js +30 -0
  8. package/scripts/filter/after-post-render/img-linker.js +1 -1
  9. package/scripts/filter/after-post-render/insert-error-codes.js +1 -1
  10. package/scripts/filter/after-post-render/linker.js +1 -1
  11. package/scripts/filter/after-post-render/snippets.js +5 -1
  12. package/scripts/filter/after-render/gloria/inline-svg.js +14 -0
  13. package/scripts/filter/after-render/gloria/spritesheet-svg.js +14 -0
  14. package/scripts/filter/before-post-render/add-project-info-to-page.js +1 -1
  15. package/scripts/filter/before-post-render/code-switcher.js +4 -0
  16. package/scripts/filter/before-post-render/execute-and-insert-function-results.js +3 -1
  17. package/scripts/filter/before-post-render/gloria/add-breadcrumbs-data-to-page.js +269 -0
  18. package/scripts/filter/before-post-render/gloria/prerender-admonitions.js +27 -0
  19. package/scripts/filter/before-post-render/gloria/prerender-xml-pug-components.js +339 -0
  20. package/scripts/filter/before-post-render/gloria/render-post-render-pug-components.js +94 -0
  21. package/scripts/filter/before-post-render/set-layout.js +4 -2
  22. package/scripts/helper/parse-href.js +28 -0
  23. package/scripts/helper/u-capitalize.js +13 -0
  24. package/scripts/helper/u-random-id.js +16 -0
  25. package/scripts/helper/u-remove-indentation.js +13 -0
  26. package/scripts/helper/u-toc.js +2 -63
  27. package/scripts/utils/add-indention.js +16 -0
  28. package/scripts/utils/capitalize.js +17 -0
  29. package/scripts/utils/concat-url-parts.js +19 -0
  30. package/scripts/utils/decode-html-entities.js +25 -0
  31. package/scripts/utils/drop-init-slash.js +14 -0
  32. package/scripts/utils/drop-trailing-slash.js +14 -0
  33. package/scripts/utils/drop-url-protocol.js +10 -0
  34. package/scripts/utils/inline-svg.js +152 -0
  35. package/scripts/utils/measure-call.js +16 -0
  36. package/scripts/utils/parse-href.js +37 -0
  37. package/scripts/utils/parseicontag.js +1 -1
  38. package/scripts/utils/parselinks.js +27 -6
  39. package/scripts/utils/parser-cursor.js +280 -0
  40. package/scripts/utils/pipe.js +17 -0
  41. package/scripts/utils/pug-renderer/create-prerender-pug-template.js +172 -0
  42. package/scripts/utils/pug-renderer/render-pug-component.js +73 -0
  43. package/scripts/utils/pug-to-xml-binding/parser/walk-xml-tree.js +150 -0
  44. package/scripts/utils/pug-to-xml-binding/parser/xml-components-parser.js +414 -0
  45. package/scripts/utils/pug-to-xml-binding/render-xml-pug-components-in-markdown.js +193 -0
  46. package/scripts/utils/pug-to-xml-binding/transform-xml-tree-to-pug.js +144 -0
  47. package/scripts/utils/random-id.js +67 -0
  48. package/scripts/utils/remove-indentation.js +48 -0
  49. package/scripts/utils/spritesheet-svg.js +183 -0
  50. package/scripts/utils/toc.js +71 -0
  51. package/scripts/utils/transform-markdown-admonitions.js +98 -0
  52. package/scripts/utils/uniq-by-last.js +32 -0
  53. package/src/api-builder/api-builder.js +49 -18
  54. package/src/api-builder/classes/description-parser.js +61 -10
  55. package/src/api-builder/classes/doc-data-factory.js +2 -2
  56. package/src/helpers/github-url.js +1 -1
  57. package/src/helpers/templates/scripts/default.js +1 -1
  58. package/src/helpers/templates/scripts/group.js +1 -1
  59. package/src/hexo/filter/project-locals.js +9 -0
  60. package/src/hexo/get-repo-urls.js +1 -1
  61. package/src/hexo/project-globals.js +4 -0
  62. package/src/hexo-manager.js +7 -2
  63. package/src/sdk-builder/sdk-builder.js +4 -4
  64. package/src/tasks/build-api-docs.js +5 -5
  65. package/src/tasks/build-documentation.js +45 -22
  66. package/src/tasks/cache-files.js +2 -2
  67. package/src/tasks/compile-sass.js +12 -0
  68. package/src/tasks/copy-assets.js +4 -0
  69. package/src/tasks/copy-project-icons.js +1 -1
  70. package/src/tasks/create-sitemap-index.js +12 -5
  71. package/src/tasks/get-extra-files.js +1 -1
  72. package/src/tasks/get-project-config.js +1 -1
  73. package/src/tasks/overwrite-api-guides.js +1 -1
  74. package/themes/umberto/layout/gloria/404.pug +25 -16
  75. package/themes/umberto/layout/gloria/_api-docs/_header/_style.scss +31 -0
  76. package/themes/umberto/layout/gloria/_api-docs/_header/index.pug +50 -0
  77. package/themes/umberto/layout/gloria/_api-docs/_mixin/_api-see-source.pug +1 -4
  78. package/themes/umberto/layout/gloria/_api-docs/_mixin/_api-tree-item.pug +34 -26
  79. package/themes/umberto/layout/gloria/_api-docs/_mixin/_class-item.pug +20 -13
  80. package/themes/umberto/layout/gloria/_api-docs/_mixin/_dev-names.pug +1 -1
  81. package/themes/umberto/layout/gloria/_api-docs/_mixin/_error.pug +10 -5
  82. package/themes/umberto/layout/gloria/_api-docs/_mixin/_hierarchy-list.pug +1 -1
  83. package/themes/umberto/layout/gloria/_api-docs/_mixin/_link-or-text.pug +1 -1
  84. package/themes/umberto/layout/gloria/_api-docs/_mixin/_method.pug +45 -39
  85. package/themes/umberto/layout/gloria/_api-docs/_mixin/_property.pug +26 -20
  86. package/themes/umberto/layout/gloria/_api-docs/_mixin/_related.pug +1 -1
  87. package/themes/umberto/layout/gloria/_api-docs/_mixin/_toc-list-item.pug +11 -0
  88. package/themes/umberto/layout/gloria/_api-docs/_partial/api-subheader.pug +0 -11
  89. package/themes/umberto/layout/gloria/_api-docs/_partial/api-toc.pug +33 -0
  90. package/themes/umberto/layout/gloria/_api-docs/_partial/classes.pug +5 -4
  91. package/themes/umberto/layout/gloria/_api-docs/_partial/config-options.pug +5 -4
  92. package/themes/umberto/layout/gloria/_api-docs/_partial/constants.pug +1 -1
  93. package/themes/umberto/layout/gloria/_api-docs/_partial/description.pug +2 -2
  94. package/themes/umberto/layout/gloria/_api-docs/_partial/events.pug +5 -4
  95. package/themes/umberto/layout/gloria/_api-docs/_partial/functions.pug +5 -4
  96. package/themes/umberto/layout/gloria/_api-docs/_partial/interfaces.pug +1 -1
  97. package/themes/umberto/layout/gloria/_api-docs/_partial/methods.pug +14 -13
  98. package/themes/umberto/layout/gloria/_api-docs/_partial/namespaces.pug +1 -1
  99. package/themes/umberto/layout/gloria/_api-docs/_partial/navtree.pug +4 -11
  100. package/themes/umberto/layout/gloria/_api-docs/_partial/properties.pug +14 -13
  101. package/themes/umberto/layout/gloria/_api-docs/_partial/type-parameters.pug +15 -12
  102. package/themes/umberto/layout/gloria/_api-docs/_partial/typedefs.pug +5 -4
  103. package/themes/umberto/layout/gloria/_api-docs/_subheader/_style.scss +5 -0
  104. package/themes/umberto/layout/gloria/_api-docs/_subheader/index.pug +10 -0
  105. package/themes/umberto/layout/gloria/_api-docs/_toc/_style.scss +227 -0
  106. package/themes/umberto/layout/gloria/_api-docs/_toc/index.pug +11 -0
  107. package/themes/umberto/layout/gloria/_api-docs/api-base.pug +24 -24
  108. package/themes/umberto/layout/gloria/_api-docs/class.pug +4 -4
  109. package/themes/umberto/layout/gloria/_api-docs/errors.pug +3 -3
  110. package/themes/umberto/layout/gloria/_api-docs/index.pug +3 -0
  111. package/themes/umberto/layout/gloria/_api-docs/interface.pug +4 -4
  112. package/themes/umberto/layout/gloria/_api-docs/mixin.pug +4 -4
  113. package/themes/umberto/layout/gloria/_api-docs/module.pug +4 -4
  114. package/themes/umberto/layout/gloria/_api-docs/namespace.pug +4 -4
  115. package/themes/umberto/layout/gloria/_api-docs/typedef.pug +22 -22
  116. package/themes/umberto/layout/gloria/_components/badge/_style.scss +27 -0
  117. package/themes/umberto/layout/gloria/_components/badge/index.pug +30 -0
  118. package/themes/umberto/layout/gloria/_components/banner/_style.scss +133 -0
  119. package/themes/umberto/layout/gloria/_components/banner/index.pug +3 -0
  120. package/themes/umberto/layout/gloria/_components/button/_style.scss +183 -0
  121. package/themes/umberto/layout/gloria/_components/button/index.pug +140 -0
  122. package/themes/umberto/layout/gloria/_components/callout/_style.scss +56 -0
  123. package/themes/umberto/layout/gloria/_components/callout/index.pug +87 -0
  124. package/themes/umberto/layout/gloria/_components/card/_style.scss +101 -0
  125. package/themes/umberto/layout/gloria/_components/card/index.pug +131 -0
  126. package/themes/umberto/layout/gloria/_components/card-learn-more-links/_style.scss +9 -0
  127. package/themes/umberto/layout/gloria/_components/card-learn-more-links/index.pug +56 -0
  128. package/themes/umberto/layout/gloria/_components/checkbox/_style.scss +117 -0
  129. package/themes/umberto/layout/gloria/_components/checkbox/index.pug +35 -0
  130. package/themes/umberto/layout/gloria/_components/cke5-code-switcher/index.pug +39 -0
  131. package/themes/umberto/layout/gloria/_components/code-block/_style.scss +111 -0
  132. package/themes/umberto/layout/gloria/_components/code-block/index.pug +67 -0
  133. package/themes/umberto/layout/gloria/_components/code-switcher/_style.scss +41 -0
  134. package/themes/umberto/layout/gloria/_components/code-switcher/index.pug +31 -0
  135. package/themes/umberto/layout/gloria/_components/columns/_style.scss +54 -0
  136. package/themes/umberto/layout/gloria/_components/columns/index.pug +30 -0
  137. package/themes/umberto/layout/gloria/_components/divider/_style.scss +6 -0
  138. package/themes/umberto/layout/gloria/_components/divider/index.pug +13 -0
  139. package/themes/umberto/layout/gloria/_components/dropdown/_style.scss +88 -0
  140. package/themes/umberto/layout/gloria/_components/dropdown/index.pug +77 -0
  141. package/themes/umberto/layout/gloria/_components/fake-devtools/_style.scss +233 -0
  142. package/themes/umberto/layout/gloria/_components/fake-devtools/index.pug +27 -0
  143. package/themes/umberto/layout/gloria/_components/heading-badge/index.pug +17 -0
  144. package/themes/umberto/layout/gloria/_components/heading-link/_style.scss +47 -0
  145. package/themes/umberto/layout/gloria/_components/heading-link/index.pug +26 -0
  146. package/themes/umberto/layout/gloria/_components/icon/_style.scss +12 -0
  147. package/themes/umberto/layout/gloria/_components/icon/index.pug +75 -0
  148. package/themes/umberto/layout/gloria/_components/icon-message/_style.scss +13 -0
  149. package/themes/umberto/layout/gloria/_components/icon-message/index.pug +17 -0
  150. package/themes/umberto/layout/gloria/_components/iframe/_style.scss +10 -0
  151. package/themes/umberto/layout/gloria/_components/iframe/index.pug +22 -0
  152. package/themes/umberto/layout/gloria/_components/img/index.pug +17 -0
  153. package/themes/umberto/layout/gloria/_components/index.pug +31 -0
  154. package/themes/umberto/layout/gloria/_components/input/_style.scss +82 -0
  155. package/themes/umberto/layout/gloria/_components/input/index.pug +34 -0
  156. package/themes/umberto/layout/gloria/_components/json-ld/index.pug +3 -0
  157. package/themes/umberto/layout/gloria/_components/keyboard-shortcut/_style.scss +49 -0
  158. package/themes/umberto/layout/gloria/_components/keyboard-shortcut/index.pug +23 -0
  159. package/themes/umberto/layout/gloria/_components/menu-dropdown/_style.scss +27 -0
  160. package/themes/umberto/layout/gloria/_components/menu-dropdown/index.pug +40 -0
  161. package/themes/umberto/layout/gloria/_components/mobile-overlay/_style.scss +70 -0
  162. package/themes/umberto/layout/gloria/_components/mobile-overlay/index.pug +37 -0
  163. package/themes/umberto/layout/gloria/_components/nav-tree/_style.scss +104 -0
  164. package/themes/umberto/layout/gloria/_components/nav-tree/index.pug +6 -0
  165. package/themes/umberto/layout/gloria/_components/nav-tree/nav-tree-item.pug +23 -0
  166. package/themes/umberto/layout/gloria/{_mixin → _components/nav-tree}/nav-tree-level.pug +31 -11
  167. package/themes/umberto/layout/gloria/_components/skeleton/_style.scss +22 -0
  168. package/themes/umberto/layout/gloria/_components/skeleton/index.pug +16 -0
  169. package/themes/umberto/layout/gloria/_components/spacer/_style.scss +9 -0
  170. package/themes/umberto/layout/gloria/_components/spacer/index.pug +19 -0
  171. package/themes/umberto/layout/gloria/_components/svg/index.pug +70 -0
  172. package/themes/umberto/layout/gloria/_components/tabs/_style.scss +80 -0
  173. package/themes/umberto/layout/gloria/_components/tabs/index.pug +81 -0
  174. package/themes/umberto/layout/gloria/_components/tag/_style.scss +79 -0
  175. package/themes/umberto/layout/gloria/_components/tag/index.pug +17 -0
  176. package/themes/umberto/layout/gloria/_components/tooltip-popover/_style.scss +194 -0
  177. package/themes/umberto/layout/gloria/_components/tooltip-popover/index.pug +38 -0
  178. package/themes/umberto/layout/gloria/_head/head-preloads.pug +32 -0
  179. package/themes/umberto/layout/gloria/{_partial → _head}/head.pug +8 -4
  180. package/themes/umberto/layout/gloria/_head/index.pug +1 -0
  181. package/themes/umberto/layout/gloria/_modules/algolia-search/_style.scss +202 -0
  182. package/themes/umberto/layout/gloria/_modules/algolia-search/_third-party.scss +1 -0
  183. package/themes/umberto/layout/gloria/_modules/algolia-search/index.pug +38 -0
  184. package/themes/umberto/layout/gloria/_modules/breadcrumbs/_style.scss +68 -0
  185. package/themes/umberto/layout/gloria/_modules/breadcrumbs/index.pug +18 -0
  186. package/themes/umberto/layout/gloria/_modules/footer/_style.scss +40 -0
  187. package/themes/umberto/layout/gloria/_modules/footer/index.pug +87 -0
  188. package/themes/umberto/layout/gloria/_modules/header/_style.scss +181 -0
  189. package/themes/umberto/layout/gloria/_modules/header/index.pug +70 -0
  190. package/themes/umberto/layout/gloria/_modules/header/nav-link.pug +19 -0
  191. package/themes/umberto/layout/gloria/_modules/header/nav-links.pug +11 -0
  192. package/themes/umberto/layout/gloria/_modules/header/nav-project-select-dropdown.pug +16 -0
  193. package/themes/umberto/layout/gloria/_modules/header/nav-suffix-links.pug +20 -0
  194. package/themes/umberto/layout/gloria/_modules/header-bar/_style.scss +56 -0
  195. package/themes/umberto/layout/gloria/_modules/header-bar/index.pug +40 -0
  196. package/themes/umberto/layout/gloria/_modules/header-legacy-warning/index.pug +11 -0
  197. package/themes/umberto/layout/gloria/_modules/header-nightly-info/index.pug +20 -0
  198. package/themes/umberto/layout/gloria/_modules/header-promobar/index.pug +18 -0
  199. package/themes/umberto/layout/gloria/_modules/index.pug +14 -0
  200. package/themes/umberto/layout/gloria/_modules/main/_style.scss +54 -0
  201. package/themes/umberto/layout/gloria/_modules/main/index.pug +10 -0
  202. package/themes/umberto/layout/gloria/_modules/mobile-nav/_style.scss +106 -0
  203. package/themes/umberto/layout/gloria/_modules/mobile-nav/index.pug +121 -0
  204. package/themes/umberto/layout/gloria/_modules/mobile-nav/slide-parts.pug +67 -0
  205. package/themes/umberto/layout/gloria/_modules/not-found/_style.scss +38 -0
  206. package/themes/umberto/layout/gloria/_modules/not-found/index.pug +16 -0
  207. package/themes/umberto/layout/gloria/_modules/sidebar/_style.scss +147 -0
  208. package/themes/umberto/layout/gloria/_modules/sidebar/index.pug +24 -0
  209. package/themes/umberto/layout/gloria/_modules/sidebar-api/_style.scss +2 -0
  210. package/themes/umberto/layout/gloria/_modules/sidebar-api/index.pug +6 -0
  211. package/themes/umberto/layout/gloria/_modules/toc/_style.scss +201 -0
  212. package/themes/umberto/layout/gloria/_modules/toc/index.pug +10 -0
  213. package/themes/umberto/layout/gloria/_trackers/google-tag-manager.pug +14 -0
  214. package/themes/umberto/layout/gloria/_trackers/index.pug +2 -0
  215. package/themes/umberto/layout/gloria/api.pug +43 -20
  216. package/themes/umberto/layout/gloria/base.pug +23 -32
  217. package/themes/umberto/layout/gloria/index.pug +19 -13
  218. package/themes/umberto/layout/gloria/page.pug +30 -11
  219. package/themes/umberto/layout/gloria/sdk.pug +1 -1
  220. package/themes/umberto/layout/gloria/theme.pug +304 -0
  221. package/themes/umberto/layout/umberto/404.pug +0 -1
  222. package/themes/umberto/layout/umberto/_partial/report-issue-widget.pug +0 -3
  223. package/themes/umberto/source/gloria/assets/_fonts/Menlo/Menlo-Regular.ttf +0 -0
  224. package/themes/umberto/source/gloria/assets/_fonts/Menlo/Menlo-Regular.woff +0 -0
  225. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf +0 -0
  226. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-Italic-VariableFont_wght.woff2 +0 -0
  227. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-VariableFont_wght.ttf +0 -0
  228. package/themes/umberto/source/gloria/assets/_fonts/Mulish/Mulish-VariableFont_wght.woff2 +0 -0
  229. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Black.ttf +0 -0
  230. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-BlackItalic.ttf +0 -0
  231. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Bold.ttf +0 -0
  232. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-BoldItalic.ttf +0 -0
  233. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraBold.ttf +0 -0
  234. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf +0 -0
  235. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraLight.ttf +0 -0
  236. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-ExtraLightItalic.ttf +0 -0
  237. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Italic.ttf +0 -0
  238. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Light.ttf +0 -0
  239. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-LightItalic.ttf +0 -0
  240. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Medium.ttf +0 -0
  241. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-MediumItalic.ttf +0 -0
  242. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-Regular.ttf +0 -0
  243. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-SemiBold.ttf +0 -0
  244. package/themes/umberto/source/gloria/assets/_fonts/Mulish/static/Mulish-SemiBoldItalic.ttf +0 -0
  245. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-Italic-VariableFont_wght.ttf +0 -0
  246. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-Italic-VariableFont_wght.woff2 +0 -0
  247. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-VariableFont_wght.ttf +0 -0
  248. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/PublicSans-VariableFont_wght.woff2 +0 -0
  249. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Black.ttf +0 -0
  250. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-BlackItalic.ttf +0 -0
  251. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Bold.ttf +0 -0
  252. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-BoldItalic.ttf +0 -0
  253. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraBold.ttf +0 -0
  254. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraBoldItalic.ttf +0 -0
  255. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraLight.ttf +0 -0
  256. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ExtraLightItalic.ttf +0 -0
  257. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Italic.ttf +0 -0
  258. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Light.ttf +0 -0
  259. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-LightItalic.ttf +0 -0
  260. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Medium.ttf +0 -0
  261. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-MediumItalic.ttf +0 -0
  262. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Regular.ttf +0 -0
  263. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-SemiBold.ttf +0 -0
  264. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-SemiBoldItalic.ttf +0 -0
  265. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-Thin.ttf +0 -0
  266. package/themes/umberto/source/gloria/assets/_fonts/Public_Sans/static/PublicSans-ThinItalic.ttf +0 -0
  267. package/themes/umberto/source/gloria/assets/_img/404-billboard.svg +181 -0
  268. package/themes/umberto/source/gloria/assets/_img/ckeditor-logo.svg +15 -0
  269. package/themes/umberto/source/gloria/assets/_img/hex-bg-2.svg +10 -0
  270. package/themes/umberto/source/gloria/assets/_img/hex-bg.svg +10 -0
  271. package/themes/umberto/source/gloria/assets/_img/icons/api-class.svg +10 -0
  272. package/themes/umberto/source/gloria/assets/_img/icons/api-folder.svg +3 -0
  273. package/themes/umberto/source/gloria/assets/_img/icons/api-interface.svg +3 -0
  274. package/themes/umberto/source/gloria/assets/_img/icons/api-module.svg +3 -0
  275. package/themes/umberto/source/gloria/assets/_img/icons/api-package.svg +4 -0
  276. package/themes/umberto/source/gloria/assets/_img/icons/api-typedef.svg +3 -0
  277. package/themes/umberto/source/gloria/assets/_img/icons/bulb.svg +3 -0
  278. package/themes/umberto/source/gloria/assets/_img/icons/check-circle.svg +4 -0
  279. package/themes/umberto/source/gloria/assets/_img/icons/check.svg +3 -0
  280. package/themes/umberto/source/gloria/assets/_img/icons/chevron-down.svg +3 -0
  281. package/themes/umberto/source/gloria/assets/_img/icons/chevron-right.svg +3 -0
  282. package/themes/umberto/source/gloria/assets/_img/icons/close-circle.svg +4 -0
  283. package/themes/umberto/source/gloria/assets/_img/icons/close.svg +3 -0
  284. package/themes/umberto/source/gloria/assets/_img/icons/copy.svg +10 -0
  285. package/themes/umberto/source/gloria/assets/_img/icons/dislike.svg +3 -0
  286. package/themes/umberto/source/gloria/assets/_img/icons/download.svg +3 -0
  287. package/themes/umberto/source/gloria/assets/_img/icons/edit.svg +3 -0
  288. package/themes/umberto/source/gloria/assets/_img/icons/exclamation-circle.svg +4 -0
  289. package/themes/umberto/source/gloria/assets/_img/icons/experiment.svg +3 -0
  290. package/themes/umberto/source/gloria/assets/_img/icons/export.svg +4 -0
  291. package/themes/umberto/source/gloria/assets/_img/icons/eye.svg +3 -0
  292. package/themes/umberto/source/gloria/assets/_img/icons/filter.svg +3 -0
  293. package/themes/umberto/source/gloria/assets/_img/icons/github.svg +10 -0
  294. package/themes/umberto/source/gloria/assets/_img/icons/info-circle.svg +4 -0
  295. package/themes/umberto/source/gloria/assets/_img/icons/like.svg +3 -0
  296. package/themes/umberto/source/gloria/assets/_img/icons/link.svg +3 -0
  297. package/themes/umberto/source/gloria/assets/_img/icons/lock.svg +3 -0
  298. package/themes/umberto/source/gloria/assets/_img/icons/menu-fold.svg +3 -0
  299. package/themes/umberto/source/gloria/assets/_img/icons/menu-list.svg +3 -0
  300. package/themes/umberto/source/gloria/assets/_img/icons/menu.svg +3 -0
  301. package/themes/umberto/source/gloria/assets/_img/icons/more.svg +3 -0
  302. package/themes/umberto/source/gloria/assets/_img/icons/notification.svg +3 -0
  303. package/themes/umberto/source/gloria/assets/_img/icons/number.svg +3 -0
  304. package/themes/umberto/source/gloria/assets/_img/icons/premium.svg +3 -0
  305. package/themes/umberto/source/gloria/assets/_img/icons/right.svg +3 -0
  306. package/themes/umberto/source/gloria/assets/_img/icons/search.svg +3 -0
  307. package/themes/umberto/source/gloria/assets/_img/icons/status.svg +3 -0
  308. package/themes/umberto/source/gloria/assets/_img/icons/trash.svg +3 -0
  309. package/themes/umberto/source/gloria/assets/_img/icons/unordered-list.svg +5 -0
  310. package/themes/umberto/source/gloria/assets/_img/icons/warning.svg +10 -0
  311. package/themes/umberto/src/gloria/css/_fonts.scss +51 -0
  312. package/themes/umberto/src/gloria/css/_layers.scss +1 -0
  313. package/themes/umberto/src/gloria/css/_normalize.scss +118 -0
  314. package/themes/umberto/src/gloria/css/a11y/_focusable.scss +7 -0
  315. package/themes/umberto/src/gloria/css/a11y/_index.scss +4 -0
  316. package/themes/umberto/src/gloria/css/a11y/_mixins.scss +32 -0
  317. package/themes/umberto/src/gloria/css/a11y/_reduce-motion.scss +9 -0
  318. package/themes/umberto/src/gloria/css/a11y/_screen-reader.scss +15 -0
  319. package/themes/umberto/src/gloria/css/base/_buttons.scss +13 -0
  320. package/themes/umberto/src/gloria/css/base/_descriptions-list.scss +33 -0
  321. package/themes/umberto/src/gloria/css/base/_details.scss +7 -0
  322. package/themes/umberto/src/gloria/css/base/_headings.scss +111 -0
  323. package/themes/umberto/src/gloria/css/base/_iframes.scss +7 -0
  324. package/themes/umberto/src/gloria/css/base/_index.scss +12 -0
  325. package/themes/umberto/src/gloria/css/base/_inline-code.scss +15 -0
  326. package/themes/umberto/src/gloria/css/base/_links.scss +30 -0
  327. package/themes/umberto/src/gloria/css/base/_lists.scss +58 -0
  328. package/themes/umberto/src/gloria/css/base/_mixins.scss +3 -0
  329. package/themes/umberto/src/gloria/css/base/_paragraphs.scss +15 -0
  330. package/themes/umberto/src/gloria/css/base/_tables.scss +68 -0
  331. package/themes/umberto/src/gloria/css/base/_typography.scss +62 -0
  332. package/themes/umberto/src/gloria/css/components/_api-collapsing-list.scss +148 -0
  333. package/themes/umberto/src/gloria/css/components/_api-filter-dropdown.scss +17 -0
  334. package/themes/umberto/src/gloria/css/components/_api-item-heading.scss +58 -0
  335. package/themes/umberto/src/gloria/css/components/_api-tree.scss +202 -0
  336. package/themes/umberto/src/gloria/css/components/_hierarchy-list.scss +35 -0
  337. package/themes/umberto/src/gloria/css/components/_image-zoom.scss +13 -0
  338. package/themes/umberto/src/gloria/css/components/_index.scss +55 -0
  339. package/themes/umberto/src/gloria/css/components/_notification.scss +36 -0
  340. package/themes/umberto/src/gloria/css/components/_utils.scss +5 -0
  341. package/themes/umberto/src/gloria/css/doc/_details.scss +11 -0
  342. package/themes/umberto/src/gloria/css/doc/_editor-icons.scss +21 -0
  343. package/themes/umberto/src/gloria/css/doc/_images.scss +9 -0
  344. package/themes/umberto/src/gloria/css/doc/_index.scss +5 -0
  345. package/themes/umberto/src/gloria/css/doc/_snippets.scss +126 -0
  346. package/themes/umberto/src/gloria/css/doc/_typography.scss +5 -0
  347. package/themes/umberto/src/gloria/css/layout/_base.scss +27 -0
  348. package/themes/umberto/src/gloria/css/layout/_breakpoints.scss +88 -0
  349. package/themes/umberto/src/gloria/css/layout/_container.scss +38 -0
  350. package/themes/umberto/src/gloria/css/layout/_index.scss +6 -0
  351. package/themes/umberto/src/gloria/css/layout/_layout.scss +64 -0
  352. package/themes/umberto/src/gloria/css/layout/_mixins.scss +34 -0
  353. package/themes/umberto/src/gloria/css/layout/_zindex.scss +12 -0
  354. package/themes/umberto/src/gloria/css/modules/_index.scss +29 -0
  355. package/themes/umberto/src/gloria/css/modules/_utils.scss +7 -0
  356. package/themes/umberto/src/gloria/css/styles.scss +11 -117
  357. package/themes/umberto/src/gloria/css/theme/_light.scss +344 -0
  358. package/themes/umberto/src/gloria/css/utilities/_animation.scss +32 -0
  359. package/themes/umberto/src/gloria/css/utilities/_colors.scss +14 -0
  360. package/themes/umberto/src/gloria/css/utilities/_display.scss +13 -0
  361. package/themes/umberto/src/gloria/css/utilities/_flex.scss +33 -0
  362. package/themes/umberto/src/gloria/css/utilities/_gap.scss +8 -0
  363. package/themes/umberto/src/gloria/css/utilities/_index.scss +11 -0
  364. package/themes/umberto/src/gloria/css/utilities/_radius.scss +21 -0
  365. package/themes/umberto/src/gloria/css/utilities/_rotation.scss +8 -0
  366. package/themes/umberto/src/gloria/css/utilities/_shadows.scss +13 -0
  367. package/themes/umberto/src/gloria/css/utilities/_spacing.scss +96 -0
  368. package/themes/umberto/src/gloria/css/utilities/_stop-scrolling.scss +9 -0
  369. package/themes/umberto/src/gloria/css/utilities/_text.scss +42 -0
  370. package/themes/umberto/src/gloria/js/app.js +92 -54
  371. package/themes/umberto/src/gloria/js/components/api-nav-tree.js +171 -0
  372. package/themes/umberto/src/gloria/js/components/api-toggle.js +92 -0
  373. package/themes/umberto/src/gloria/js/components/base-component.js +41 -0
  374. package/themes/umberto/src/gloria/js/components/breadcrumbs.js +115 -0
  375. package/themes/umberto/src/gloria/js/components/code-block.js +226 -0
  376. package/themes/umberto/src/gloria/js/components/code-switcher.js +177 -0
  377. package/themes/umberto/src/gloria/js/components/dropdown.js +516 -0
  378. package/themes/umberto/src/gloria/js/components/expandable.js +79 -0
  379. package/themes/umberto/src/gloria/js/components/fake-devtools.js +722 -0
  380. package/themes/umberto/src/gloria/js/components/hash-link.js +60 -0
  381. package/themes/umberto/src/gloria/js/components/heading-link.js +135 -0
  382. package/themes/umberto/src/gloria/js/components/iframe.js +158 -0
  383. package/themes/umberto/src/gloria/js/{_imageModal.js → components/image-zoom.js} +1 -1
  384. package/themes/umberto/src/gloria/js/components/mobile-overlay.js +315 -0
  385. package/themes/umberto/src/gloria/js/components/nav-tree.js +164 -0
  386. package/themes/umberto/src/gloria/js/components/tabs.js +284 -0
  387. package/themes/umberto/src/gloria/js/components/tooltip-popover.js +576 -0
  388. package/themes/umberto/src/gloria/js/helpers/after-dom-ready.js +16 -0
  389. package/themes/umberto/src/gloria/js/helpers/animate-element.js +78 -0
  390. package/themes/umberto/src/gloria/js/helpers/body-scroll.js +22 -0
  391. package/themes/umberto/src/gloria/js/helpers/clamp.js +16 -0
  392. package/themes/umberto/src/gloria/js/helpers/classnames.js +64 -0
  393. package/themes/umberto/src/gloria/js/helpers/copy-to-clipboard.js +19 -0
  394. package/themes/umberto/src/gloria/js/helpers/create-anchor-positioning-watcher.js +46 -0
  395. package/themes/umberto/src/gloria/js/helpers/create-cleanup-registry.js +88 -0
  396. package/themes/umberto/src/gloria/js/helpers/create-hover-manager.js +93 -0
  397. package/themes/umberto/src/gloria/js/helpers/create-keyboard-blur-watcher.js +90 -0
  398. package/themes/umberto/src/gloria/js/helpers/create-keyboard-focus-cycler.js +251 -0
  399. package/themes/umberto/src/gloria/js/helpers/create-mutation-observer.js +49 -0
  400. package/themes/umberto/src/gloria/js/helpers/create-outside-click-watcher.js +39 -0
  401. package/themes/umberto/src/gloria/js/helpers/cubic-bezier.js +55 -0
  402. package/themes/umberto/src/gloria/js/helpers/date-time.js +21 -0
  403. package/themes/umberto/src/gloria/js/helpers/decode-html-entities.js +23 -0
  404. package/themes/umberto/src/gloria/js/helpers/escape-handler.js +59 -0
  405. package/themes/umberto/src/gloria/js/helpers/fetch-stylesheet.js +25 -0
  406. package/themes/umberto/src/gloria/js/helpers/find-code-lang.js +85 -0
  407. package/themes/umberto/src/gloria/js/helpers/focus-first-interactive.js +50 -0
  408. package/themes/umberto/src/gloria/js/helpers/format-html.js +181 -0
  409. package/themes/umberto/src/gloria/js/helpers/get-all-scrollable-parents.js +34 -0
  410. package/themes/umberto/src/gloria/js/helpers/get-parents-until.js +26 -0
  411. package/themes/umberto/src/gloria/js/helpers/highlight-code.js +18 -0
  412. package/themes/umberto/src/gloria/js/helpers/html-builder.js +69 -0
  413. package/themes/umberto/src/gloria/js/helpers/identity.js +8 -0
  414. package/themes/umberto/src/gloria/js/helpers/inject-resource-preload.js +51 -0
  415. package/themes/umberto/src/gloria/js/helpers/inject-script.js +79 -0
  416. package/themes/umberto/src/gloria/js/helpers/inject-stylesheet.js +108 -0
  417. package/themes/umberto/src/gloria/js/helpers/is-element-attached.js +28 -0
  418. package/themes/umberto/src/gloria/js/helpers/is-focusable.js +14 -0
  419. package/themes/umberto/src/gloria/js/helpers/is-hidden-element.js +8 -0
  420. package/themes/umberto/src/gloria/js/helpers/is-mobile.js +8 -0
  421. package/themes/umberto/src/gloria/js/helpers/is-unsafe-key.js +14 -0
  422. package/themes/umberto/src/gloria/js/helpers/lerp.js +27 -0
  423. package/themes/umberto/src/gloria/js/helpers/local-storage-helper.js +133 -0
  424. package/themes/umberto/src/gloria/js/helpers/pipe.js +8 -0
  425. package/themes/umberto/src/gloria/js/helpers/prefers-reduced-motion.js +13 -0
  426. package/themes/umberto/src/gloria/js/helpers/random-id.js +51 -0
  427. package/themes/umberto/src/gloria/js/helpers/sanitize-text.js +27 -0
  428. package/themes/umberto/src/gloria/js/helpers/scroll-to-hash.js +31 -0
  429. package/themes/umberto/src/gloria/js/helpers/take-last.js +19 -0
  430. package/themes/umberto/src/gloria/js/helpers/tap.js +11 -0
  431. package/themes/umberto/src/gloria/js/helpers/throttle.js +46 -0
  432. package/themes/umberto/src/gloria/js/helpers/timeout.js +14 -0
  433. package/themes/umberto/src/gloria/js/helpers/toggle-height.js +46 -0
  434. package/themes/umberto/src/gloria/js/helpers/tween.js +100 -0
  435. package/themes/umberto/src/gloria/js/helpers/wrap-around.js +39 -0
  436. package/themes/umberto/src/gloria/js/modules/algolia-search.js +168 -0
  437. package/themes/umberto/src/gloria/js/modules/api-filter.js +184 -0
  438. package/themes/umberto/src/gloria/js/modules/header-bar.js +154 -0
  439. package/themes/umberto/src/gloria/js/modules/header.js +242 -0
  440. package/themes/umberto/src/gloria/js/modules/links-prefetch.js +196 -0
  441. package/themes/umberto/src/gloria/js/modules/mobile-nav.js +327 -0
  442. package/themes/umberto/src/gloria/js/modules/sidebar.js +114 -0
  443. package/themes/umberto/src/gloria/js/modules/table-of-contents-api.js +214 -0
  444. package/themes/umberto/src/gloria/js/modules/table-of-contents.js +287 -0
  445. package/themes/umberto/src/gloria/js/public-api.js +75 -0
  446. package/themes/umberto/src/gloria/js/web-components/svg-icon.js +117 -0
  447. package/themes/umberto/src/umberto/js/_codeswitcherbuttons.js +1 -1
  448. package/themes/umberto/layout/gloria/_api-docs/_mixin/_api-title.pug +0 -17
  449. package/themes/umberto/layout/gloria/_mixin/nav-tree-item.pug +0 -13
  450. package/themes/umberto/layout/gloria/_partial/docsearch.pug +0 -21
  451. package/themes/umberto/layout/gloria/_partial/dropdown.pug +0 -12
  452. package/themes/umberto/layout/gloria/_partial/feedback-widget.pug +0 -20
  453. package/themes/umberto/layout/gloria/_partial/footer.pug +0 -6
  454. package/themes/umberto/layout/gloria/_partial/gh-contribute.pug +0 -8
  455. package/themes/umberto/layout/gloria/_partial/google-tag-manager.pug +0 -18
  456. package/themes/umberto/layout/gloria/_partial/header.pug +0 -64
  457. package/themes/umberto/layout/gloria/_partial/nav-tree.pug +0 -9
  458. package/themes/umberto/layout/gloria/_partial/report-issue-widget.pug +0 -26
  459. package/themes/umberto/layout/gloria/_partial/rwd-breadcrumbs.pug +0 -13
  460. package/themes/umberto/layout/gloria/_partial/search-box.pug +0 -6
  461. package/themes/umberto/layout/gloria/_partial/vwo.pug +0 -11
  462. package/themes/umberto/source/gloria/assets/_img/arrows.svg +0 -1
  463. package/themes/umberto/source/gloria/assets/_img/book.svg +0 -1
  464. package/themes/umberto/source/gloria/assets/_img/box-brown.svg +0 -1
  465. package/themes/umberto/source/gloria/assets/_img/box-orange.svg +0 -1
  466. package/themes/umberto/source/gloria/assets/_img/box-red.svg +0 -1
  467. package/themes/umberto/source/gloria/assets/_img/bulb.svg +0 -1
  468. package/themes/umberto/source/gloria/assets/_img/clipboard.svg +0 -1
  469. package/themes/umberto/source/gloria/assets/_img/cog.svg +0 -1
  470. package/themes/umberto/source/gloria/assets/_img/data.svg +0 -1
  471. package/themes/umberto/source/gloria/assets/_img/documentation.svg +0 -1
  472. package/themes/umberto/source/gloria/assets/_img/download.svg +0 -1
  473. package/themes/umberto/source/gloria/assets/_img/edit.svg +0 -2
  474. package/themes/umberto/source/gloria/assets/_img/exclamation-circle.svg +0 -2
  475. package/themes/umberto/source/gloria/assets/_img/eye.svg +0 -1
  476. package/themes/umberto/source/gloria/assets/_img/filter.svg +0 -1
  477. package/themes/umberto/source/gloria/assets/_img/filtering.svg +0 -1
  478. package/themes/umberto/source/gloria/assets/_img/folder.svg +0 -1
  479. package/themes/umberto/source/gloria/assets/_img/github.svg +0 -6
  480. package/themes/umberto/source/gloria/assets/_img/header-info-configs.svg +0 -1
  481. package/themes/umberto/source/gloria/assets/_img/header-info-events.svg +0 -1
  482. package/themes/umberto/source/gloria/assets/_img/header-info-methods.svg +0 -1
  483. package/themes/umberto/source/gloria/assets/_img/header-info-properties.svg +0 -1
  484. package/themes/umberto/source/gloria/assets/_img/heart.svg +0 -1
  485. package/themes/umberto/source/gloria/assets/_img/info-circle.svg +0 -4
  486. package/themes/umberto/source/gloria/assets/_img/info.svg +0 -1
  487. package/themes/umberto/source/gloria/assets/_img/list-nest.svg +0 -1
  488. package/themes/umberto/source/gloria/assets/_img/loupe.svg +0 -1
  489. package/themes/umberto/source/gloria/assets/_img/menu.svg +0 -4
  490. package/themes/umberto/source/gloria/assets/_img/plug.svg +0 -1
  491. package/themes/umberto/source/gloria/assets/_img/star-in-circle.svg +0 -1
  492. package/themes/umberto/source/gloria/assets/_img/tick.svg +0 -1
  493. package/themes/umberto/source/gloria/assets/_img/triangle-down.svg +0 -1
  494. package/themes/umberto/source/gloria/assets/_img/triangle-right.svg +0 -1
  495. package/themes/umberto/src/gloria/css/_api-content.scss +0 -32
  496. package/themes/umberto/src/gloria/css/_api-info-box.scss +0 -86
  497. package/themes/umberto/src/gloria/css/_api-props-filter.scss +0 -106
  498. package/themes/umberto/src/gloria/css/_api-see-source.scss +0 -35
  499. package/themes/umberto/src/gloria/css/_api-subheader.scss +0 -167
  500. package/themes/umberto/src/gloria/css/_api-tree.scss +0 -121
  501. package/themes/umberto/src/gloria/css/_badge.scss +0 -74
  502. package/themes/umberto/src/gloria/css/_code-switcher.scss +0 -61
  503. package/themes/umberto/src/gloria/css/_collapsinglist.scss +0 -262
  504. package/themes/umberto/src/gloria/css/_content.scss +0 -236
  505. package/themes/umberto/src/gloria/css/_docsearch.scss +0 -109
  506. package/themes/umberto/src/gloria/css/_dropdown.scss +0 -63
  507. package/themes/umberto/src/gloria/css/_editor-icon.scss +0 -26
  508. package/themes/umberto/src/gloria/css/_feedback-widget.scss +0 -11
  509. package/themes/umberto/src/gloria/css/_font-external.scss +0 -8
  510. package/themes/umberto/src/gloria/css/_footer.scss +0 -40
  511. package/themes/umberto/src/gloria/css/_formatted.scss +0 -285
  512. package/themes/umberto/src/gloria/css/_guide-content.scss +0 -37
  513. package/themes/umberto/src/gloria/css/_guide-sdk-tree.scss +0 -14
  514. package/themes/umberto/src/gloria/css/_loading-spinner.scss +0 -33
  515. package/themes/umberto/src/gloria/css/_main.scss +0 -59
  516. package/themes/umberto/src/gloria/css/_navigation.scss +0 -35
  517. package/themes/umberto/src/gloria/css/_notice.scss +0 -116
  518. package/themes/umberto/src/gloria/css/_print.scss +0 -20
  519. package/themes/umberto/src/gloria/css/_prism.scss +0 -223
  520. package/themes/umberto/src/gloria/css/_rwd-breadcrumbs.scss +0 -28
  521. package/themes/umberto/src/gloria/css/_rwd-menu.scss +0 -89
  522. package/themes/umberto/src/gloria/css/_secondary-navigation.scss +0 -152
  523. package/themes/umberto/src/gloria/css/_theme-dark.scss +0 -175
  524. package/themes/umberto/src/gloria/css/_toggler.scss +0 -46
  525. package/themes/umberto/src/gloria/css/_top.scss +0 -350
  526. package/themes/umberto/src/gloria/css/_tree.scss +0 -218
  527. package/themes/umberto/src/gloria/css/_warning-banner.scss +0 -46
  528. package/themes/umberto/src/gloria/css/components/_lightbox.scss +0 -12
  529. package/themes/umberto/src/gloria/css/helpers/_color.scss +0 -49
  530. package/themes/umberto/src/gloria/css/helpers/_font.scss +0 -60
  531. package/themes/umberto/src/gloria/css/helpers/_globals.scss +0 -129
  532. package/themes/umberto/src/gloria/css/helpers/_reset.scss +0 -52
  533. package/themes/umberto/src/gloria/css/helpers/_spacing.scss +0 -21
  534. package/themes/umberto/src/gloria/css/pages/_sdk.scss +0 -111
  535. package/themes/umberto/src/gloria/js/_anchors.js +0 -57
  536. package/themes/umberto/src/gloria/js/_apisearch.js +0 -126
  537. package/themes/umberto/src/gloria/js/_apitree.js +0 -67
  538. package/themes/umberto/src/gloria/js/_attachpermalinklistener.js +0 -50
  539. package/themes/umberto/src/gloria/js/_codeswitcherbuttons.js +0 -146
  540. package/themes/umberto/src/gloria/js/_collapsables.js +0 -135
  541. package/themes/umberto/src/gloria/js/_copymobileapinavigation.js +0 -26
  542. package/themes/umberto/src/gloria/js/_devnames.js +0 -37
  543. package/themes/umberto/src/gloria/js/_dropdowns.js +0 -55
  544. package/themes/umberto/src/gloria/js/_filtering.js +0 -139
  545. package/themes/umberto/src/gloria/js/_pagenavigation.js +0 -93
  546. package/themes/umberto/src/gloria/js/_prism.js +0 -104
  547. package/themes/umberto/src/gloria/js/_rwdmenu.js +0 -15
  548. package/themes/umberto/src/gloria/js/_samplecode.js +0 -23
  549. package/themes/umberto/src/gloria/js/_sidenavigation.js +0 -59
  550. package/themes/umberto/src/gloria/js/_toc.js +0 -93
  551. package/themes/umberto/src/gloria/js/_tooltips.js +0 -39
  552. package/themes/umberto/src/gloria/js/_warningbanner.js +0 -18
  553. package/themes/umberto/src/gloria/js/vendor/prism.js +0 -45
  554. /package/themes/umberto/layout/gloria/_api-docs/_partial/{api-info-box.pug → api-hierarchy.pug} +0 -0
  555. /package/themes/umberto/layout/gloria/{_partial → _trackers}/google-analytics.pug +0 -0
package/CHANGELOG.md CHANGED
@@ -1,1832 +1,60 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- ## [7.0.1](https://github.com/cksource/umberto/compare/v7.0.0...v7.0.1) (2025-05-14)
5
-
6
- ### Other changes
7
-
8
- * Updated the project dependencies. Closes [#1253](https://github.com/cksource/umberto/issues/1253). ([commit](https://github.com/cksource/umberto/commit/28d74364207ab055ad76c2857d58cccb1866559b))
9
- * Removed dependencies that can be replaced with native APIs or other already used dependencies. ([commit](https://github.com/cksource/umberto/commit/28d74364207ab055ad76c2857d58cccb1866559b))
10
- * Sitemaps will be generated separately for each project. Closes [#1254](https://github.com/cksource/umberto/issues/1254). ([commit](https://github.com/cksource/umberto/commit/7968755b2a4b1c23768a9420292eb1d168b898b3))
11
-
12
-
13
- ## [7.0.0](https://github.com/cksource/umberto/compare/v6.1.2...v7.0.0) (2025-05-05)
14
-
15
- ### BREAKING CHANGES
16
-
17
- * Rendering TypeScript-based API pages requires an input file generated by Typedoc in version `0.28.0` or later.
18
-
19
- ### Features
20
-
21
- * Support for rendering TypeScript API pages based on output from `typedoc@0.28`. Closes [#1188](https://github.com/cksource/umberto/issues/1188). ([commit](https://github.com/cksource/umberto/commit/561f94c6b025a0f1dbcc01c0c0e70ee5eeae387e))
22
-
23
-
24
- ## [6.1.2](https://github.com/cksource/umberto/compare/v6.1.1...v6.1.2) (2025-04-23)
25
-
26
- ### Bug fixes
27
-
28
- * Umberto attempts to load the theme's favicons in case a project does not define its own, rather than generating links to non-existent resources. Closes [#1256](https://github.com/cksource/umberto/issues/1256). ([commit](https://github.com/cksource/umberto/commit/a6de17b195a67e78010773f420e54fa16b154378))
29
-
30
-
31
- ## [6.1.1](https://github.com/cksource/umberto/compare/v6.1.0...v6.1.1) (2025-04-17)
32
-
33
- ### Bug fixes
34
-
35
- * Displaying arguments names in callbacks before the types in API docs. ([commit](https://github.com/cksource/umberto/commit/2974f7f34b4549907d233b35bd3b0756d0d1177e))
36
-
37
-
38
- ## [6.1.0](https://github.com/cksource/umberto/compare/v6.0.0...v6.1.0) (2025-04-15)
39
-
40
- ### Features
41
-
42
- * Added the `skipSitemap` (for ignoring generating the sitemap) and `skipThemes` (for skipping preparing assets) flags. ([commit](https://github.com/cksource/umberto/commit/8ec19222e970d2f68ace87a108ead619827124f0))
43
- * Ability to define a theme per project. Closes [#1242](https://github.com/cksource/umberto/issues/1242). ([commit](https://github.com/cksource/umberto/commit/3bec129a57e224f574674543d9224bda55d1e081))
44
- * Use the provided `mainConfig` if available when creating symlinks. ([commit](https://github.com/cksource/umberto/commit/5b61d25ff96cbc0cdce7dc5a218e1ab6ca544189))
45
-
46
-
47
- ## [6.0.0](https://github.com/cksource/umberto/compare/v5.0.2...v6.0.0) (2025-04-01)
48
-
49
- ### BREAKING CHANGES
50
-
51
- * The support for cross-project links in all tags (all variants of the `@link`, `@glink` and `@icon` tags) is now dropped. In case you want to insert a link to another project, use Markdown syntax (`[link text](link target)`) or a regular HTML `<a>` tag.
52
-
53
- ### Other changes
54
-
55
- * Cross-project links in `@link` (and all its variants), `@glink` and `@icon` tags are no longer supported. When detected, error message is printed in the console. Closes [#1243](https://github.com/cksource/umberto/issues/1243). ([commit](https://github.com/cksource/umberto/commit/0929fafee7e770a618496bd1ad43abac280d58c6))
56
-
57
-
58
- ## [5.0.2](https://github.com/cksource/umberto/compare/v5.0.1...v5.0.2) (2025-03-24)
59
-
60
- ### Bug fixes
61
-
62
- * Improve handling CKEditor 5 icons on the API pages. ([commit](https://github.com/cksource/umberto/commit/89f1856de2fcbd99dbdf24d17cdd05b89a08a147))
63
-
64
-
65
- ## [5.0.1](https://github.com/cksource/umberto/compare/v5.0.0...v5.0.1) (2025-03-13)
66
-
67
- Internal changes only (updated dependencies, documentation, etc.).
68
-
69
-
70
- ## [5.0.0](https://github.com/cksource/umberto/compare/v4.4.2...v5.0.0) (2025-03-12)
4
+ ## [8.0.0](https://github.com/cksource/umberto/compare/v7.0.2...v8.0.0) (July 18, 2025)
71
5
 
72
6
  ### BREAKING CHANGES
73
7
 
74
- * Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.
75
-
76
- ### Bug fixes
77
-
78
- * Fixed links validation parsing URLs from code blocks inside docs. Closes [#1234](https://github.com/cksource/umberto/issues/1234). ([commit](https://github.com/cksource/umberto/commit/c78e5ddba331fe6ad3dabd912458254d1488fdd2))
79
-
80
- ### Other changes
81
-
82
- * Updated the required version of Node.js to 20. ([commit](https://github.com/cksource/umberto/commit/1ad50842b58c1351944ee33ccbd277d5e807bf20))
83
-
84
-
85
- ## [4.4.2](https://github.com/cksource/umberto/compare/v4.4.1...v4.4.2) (2024-11-25)
86
-
87
- ### Bug fixes
88
-
89
- * Fixed code switcher icons which were incorrectly displayed in the docs. ([commit](https://github.com/cksource/umberto/commit/3319526a4461a47f5a96b8de767fb9e3db51d9c4))
90
-
91
-
92
- ## [4.4.1](https://github.com/cksource/umberto/compare/v4.4.0...v4.4.1) (2024-10-30)
93
-
94
- ### Other changes
95
-
96
- * The SASS deprecation warnings are no longer displayed when building the documentation. Closes [#1224](https://github.com/cksource/umberto/issues/1224). ([commit](https://github.com/cksource/umberto/commit/1bcbb5babcf7aa047e8c41d5962ef5dc085fc0fd))
97
- * Remove the _book_ icon from titles (from the `<h1>` element).
98
-
99
-
100
- ## [4.4.0](https://github.com/cksource/umberto/compare/v4.3.0...v4.4.0) (2024-10-02)
101
-
102
- ### Features
103
-
104
- * Added support for loading hooks (`beforeHexo` and `afterHexo`) and `scripts` in ESM format in Umberto. Closes [#1214](https://github.com/cksource/umberto/issues/1214). ([commit](https://github.com/cksource/umberto/commit/2849bef1e59108f863ea0a64314ab980a7f543b6))
105
-
106
-
107
- ## [4.4.0-alpha.1](https://github.com/cksource/umberto/compare/v4.4.0-alpha.0...v4.4.0-alpha.1) (2024-09-24)
108
-
109
- Internal changes only (updated dependencies, documentation, etc.).
110
-
111
-
112
- ## [4.4.0-alpha.0](https://github.com/cksource/umberto/compare/v4.3.0...v4.4.0-alpha.0) (2024-09-20)
113
-
114
- ### Features
115
-
116
- * Added support for loading hooks (`beforeHexo` and `afterHexo`) and `scripts` in ESM format in Umberto. Closes [#1214](https://github.com/cksource/umberto/issues/1214). ([commit](https://github.com/cksource/umberto/commit/2849bef1e59108f863ea0a64314ab980a7f543b6))
117
-
118
-
119
- ## [4.3.0](https://github.com/cksource/umberto/compare/v4.2.6...v4.3.0) (2024-09-16)
120
-
121
- ### Features
122
-
123
- * Added code switcher for Self-hosted and Cloud snippets. ([commit](https://github.com/cksource/umberto/commit/a8fc9e470d3b671dc5c960da35c2bdacbe10fb8d))
124
-
125
-
126
- ## [4.2.6](https://github.com/cksource/umberto/compare/v4.2.5...v4.2.6) (2024-08-12)
127
-
128
- ### Bug fixes
129
-
130
- * Fixed the API dropdown lists (the "Properties", "Methods" and "Events" lists) to be rendered on top of the "See source" link. Closes [#1205](https://github.com/cksource/umberto/issues/1205). ([commit](https://github.com/cksource/umberto/commit/7bbb3d5fa4b46a6fe5df5887297e9225241829ba))
131
-
132
-
133
- ## [4.2.5](https://github.com/cksource/umberto/compare/v4.2.4...v4.2.5) (2024-07-25)
134
-
135
- ### Other changes
136
-
137
- * Fixed SASS deprecation warnings when compiling CSS files. Closes [#1200](https://github.com/cksource/umberto/issues/1200). ([commit](https://github.com/cksource/umberto/commit/5aa1aa949670f846dba02d94575a94b56a22179a))
138
-
139
-
140
- ## [4.2.4](https://github.com/cksource/umberto/compare/v4.2.3...v4.2.4) (2024-07-17)
141
-
142
- Internal changes only (updated dependencies, documentation, etc.).
143
-
144
-
145
- ## [4.2.3](https://github.com/cksource/umberto/compare/v4.2.2...v4.2.3) (2024-07-10)
146
-
147
- ### Other changes
148
-
149
- * Replaced Goptimize with VWO. Closes [#1196](https://github.com/cksource/umberto/issues/1196). ([commit](https://github.com/cksource/umberto/commit/6390d8a56b74a202ed81d68764a087c3a2d09f0c))
150
-
151
-
152
- ## [4.2.2](https://github.com/cksource/umberto/compare/v4.2.1...v4.2.2) (2024-06-25)
153
-
154
- ### Other changes
155
-
156
- * Changed the feedback callout text content to include info about `42.0.0` release. ([commit](https://github.com/cksource/umberto/commit/e3980a447d030ca2dd19b671ab93c5677e709030))
157
-
158
-
159
- ## [4.2.1](https://github.com/cksource/umberto/compare/v4.2.0...v4.2.1) (2024-04-15)
160
-
161
- ### Bug fixes
162
-
163
- * Used a regular font in `<kbd>` to improve readability. Closes [#1191](https://github.com/cksource/umberto/issues/1191). ([commit](https://github.com/cksource/umberto/commit/720f1d63ddb8f0c93f32566b5a93d24c3d835030))
164
-
165
-
166
- ## [4.2.0](https://github.com/cksource/umberto/compare/v4.1.2...v4.2.0) (2024-02-28)
167
-
168
- ### Features
169
-
170
- * The event structures (typedef) will now include a list of classes that fire an event with the given type. Closes [#1139](https://github.com/cksource/umberto/issues/1139). ([commit](https://github.com/cksource/umberto/commit/0bb26f63d922f1e6164210db2c25a54f83f1d752))
171
-
172
- ### Bug fixes
173
-
174
- * Support for converting nested arrays which are a part of a union structure. Closes [#1189](https://github.com/cksource/umberto/issues/1189). ([commit](https://github.com/cksource/umberto/commit/472250c6cabc6146bc7ebe92b1cd6b47a0329dd7))
175
-
176
-
177
- ## [4.1.2](https://github.com/cksource/umberto/compare/v4.1.1...v4.1.2) (2023-11-13)
178
-
179
- ### Bug fixes
180
-
181
- * Fixed invalid metadata elements generation in case of `permalinkDisableDomains` not being defined in `umberto.json`. ([commit](https://github.com/cksource/umberto/commit/2130f52361c4536ac44f33a15a58d906d63ec599))
182
-
183
-
184
- ## [4.1.1](https://github.com/cksource/umberto/compare/v4.1.0...v4.1.1) (2023-11-10)
185
-
186
- ### Bug fixes
187
-
188
- * Umberto will no longer throw an error if the configuration file does not include the `permalinkDisableDomains` property. ([commit](https://github.com/cksource/umberto/commit/1435ac3c169c55683773e155f19e2c5fd7ebdccb))
189
-
190
-
191
- ## [4.1.0](https://github.com/cksource/umberto/compare/v4.0.1...v4.1.0) (2023-11-10)
8
+ * Updated the required version of Node.js to 22.
192
9
 
193
10
  ### Features
194
11
 
195
- * Umberto config file now allows `permalinkDisableDomains` array that can specify domains for which the perm-link feature should not work. Closes [#1168](https://github.com/cksource/umberto/issues/1168). ([commit](https://github.com/cksource/umberto/commit/f1370bbdb38deae3b99fb4277352bdb84cacf809))
196
-
197
- ### Bug fixes
198
-
199
- * Generate a link (`{@link ...}`) to an existing type's property, resulting in a proper markup instead of displaying an error that the given structure (doclet) could not be found. Closes [#1182](https://github.com/cksource/umberto/issues/1182). ([commit](https://github.com/cksource/umberto/commit/972cb27cd81c6f1c83e1fc7cb42187782a60a58f))
200
-
201
-
202
- ## [4.0.1](https://github.com/cksource/umberto/compare/v4.0.0...v4.0.1) (2023-10-16)
203
-
204
- ### Bug fixes
205
-
206
- * Fixed invalid rendering double braces in code snippets. Closes [#1179](https://github.com/cksource/umberto/issues/1179). ([commit](https://github.com/cksource/umberto/commit/68122163660d9e6a3105ac5361cde05c7d4a8a49))
207
-
208
-
209
- ## [4.0.0](https://github.com/cksource/umberto/compare/v3.2.2...v4.0.0) (2023-10-10)
210
-
211
- ### BREAKING CHANGES
212
-
213
- * Upgraded the minimal versions of Node.js to `18.0.0` due to the end of LTS.
12
+ * We have introduced a brand-new theme to elevate your UI experience. Enjoy a fresh look with improved aesthetics and feel.
214
13
 
215
14
  ### Bug fixes
216
15
 
217
- * Added support for perm-link feature on API pages. Closes [#1167](https://github.com/cksource/umberto/issues/1167). ([commit](https://github.com/cksource/umberto/commit/20d167082e126541d3f2867ebebcf57b6c3173f8))
218
- * Added the `[title]` attribute to the Table of Content and the navigation menu items. Closes [#1175](https://github.com/cksource/umberto/issues/1175). ([commit](https://github.com/cksource/umberto/commit/8f3c15f96864a4e8320d26fb2b0c00746529e06b))
219
- * Fixed the "See source" button to be clickable when an item does not have a description. Closes [#1172](https://github.com/cksource/umberto/issues/1172). ([commit](https://github.com/cksource/umberto/commit/05b4e3c6893a8d4fdafd5e48c0293a1a50670a35))
16
+ * Removed link to unnecessary stylesheet that results in a 404.
17
+ * Fixed output path calculation on Windows environment for generated HTML files. Previously, non-normalized CWD was used which caused the generated output path to contain invalid characters and be incorrect.
220
18
 
221
19
  ### Other changes
222
20
 
223
- * Replaced the hyphen-minus (`-`) separator with a vertical pipe (`|`) in the generated title of pages. ([commit](https://github.com/cksource/umberto/commit/8bf6a3afb7337d7d816c3a5206eb3088bc1edf29))
224
- * Updated the required version of Node.js to 18. See [ckeditor/ckeditor5#14924](https://github.com/ckeditor/ckeditor5/issues/14924). ([commit](https://github.com/cksource/umberto/commit/c7ee14ee127ae5b497569a687e731c40fa6378ef))
21
+ * The repository now uses ESLint v9. Therefore, the required Node.js version has been upgraded to 22 to match the ESLint requirements.
22
+ * Update `LICENSE.md` file to include licenses of direct dependencies
225
23
 
226
24
 
227
- ## [3.2.2](https://github.com/cksource/umberto/compare/v3.2.1...v3.2.2) (2023-08-28)
25
+ ## [7.0.2](https://github.com/cksource/umberto/compare/v7.0.1...v7.0.2) (2025-05-20)
228
26
 
229
27
  ### Bug fixes
230
28
 
231
- * Fixed jumping layout in the secondary (table of content) navigation in a case when a text is just barely fitting a single line. When it gets highlighted and the font geometry changes, and it gets to two lines. Closes [cksource/umberto#1152](https://github.com/cksource/umberto/issues/1152). ([commit](https://github.com/cksource/umberto/commit/102674435ea8f70c321d7c029bf984ddc16f7855))
232
- * HTML tags will no longer render in ToC. Closes [#1157](https://github.com/cksource/umberto/issues/1157). ([commit](https://github.com/cksource/umberto/commit/cc44e61f496bef25f34d8e2d41eca8e849a54924))
233
- * Skip search results from API on the root page in documentation. Closes [#1029](https://github.com/cksource/umberto/issues/1029). ([commit](https://github.com/cksource/umberto/commit/b4f9250a43ff887da6da7f042434aa1542582ea7))
234
-
235
- ### Other changes
236
-
237
- * The Google Analytics `<script>` tag produces output compatible with the latest version (v4). Closes [#1166](https://github.com/cksource/umberto/issues/1166). ([commit](https://github.com/cksource/umberto/commit/0cefecde3ccc12f171580dded361895bfb0b12cd))
238
-
29
+ * Fixed an invalid protocol (should be `https://` instead of `https:/`) in the generated index sitemap file. Closes [#1277](https://github.com/cksource/umberto/issues/1277). ([commit](https://github.com/cksource/umberto/commit/6f59654e85b1230fbfe029efe68f708755ec6342))
239
30
 
240
- ## [3.2.1](https://github.com/cksource/umberto/compare/v3.2.0...v3.2.1) (2023-06-21)
241
-
242
- Internal changes only (updated dependencies, documentation, etc.).
243
-
244
-
245
- ## [3.2.0](https://github.com/cksource/umberto/compare/v3.1.0...v3.2.0) (2023-06-02)
246
-
247
- ### Features
248
-
249
- * 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))
250
- * 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))
251
- * 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))
252
-
253
- ### Bug fixes
254
31
 
255
- * 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))
256
- * 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))
32
+ ## [7.0.1](https://github.com/cksource/umberto/compare/v7.0.0...v7.0.1) (2025-05-14)
257
33
 
258
34
  ### Other changes
259
35
 
260
- * 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))
261
-
262
-
263
- ## [3.1.0](https://github.com/cksource/umberto/compare/v3.0.0...v3.1.0) (2023-04-19)
264
-
265
- ### Features
266
-
267
- * 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))
268
-
269
- ### Bug fixes
270
-
271
- * 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))
272
- * 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))
36
+ * Updated the project dependencies. Closes [#1253](https://github.com/cksource/umberto/issues/1253). ([commit](https://github.com/cksource/umberto/commit/28d74364207ab055ad76c2857d58cccb1866559b))
37
+ * Removed dependencies that can be replaced with native APIs or other already used dependencies. ([commit](https://github.com/cksource/umberto/commit/28d74364207ab055ad76c2857d58cccb1866559b))
38
+ * Sitemaps will be generated separately for each project. Closes [#1254](https://github.com/cksource/umberto/issues/1254). ([commit](https://github.com/cksource/umberto/commit/7968755b2a4b1c23768a9420292eb1d168b898b3))
273
39
 
274
40
 
275
- ## [3.0.0](https://github.com/cksource/umberto/compare/v2.5.2...v3.0.0) (2023-03-29)
41
+ ## [7.0.0](https://github.com/cksource/umberto/compare/v6.1.2...v7.0.0) (2025-05-05)
276
42
 
277
43
  ### BREAKING CHANGES
278
44
 
279
- * Upgraded the minimal versions of Node.js to `16.0.0` due to the end of LTS.
280
-
281
- ### Other changes
282
-
283
- * Updated the required version of Node.js to 16. ([commit](https://github.com/cksource/umberto/commit/f131a4feb8f5cdb2d7d725e0e10417622de58ea6))
284
-
285
-
286
- ## [2.5.2](https://github.com/cksource/umberto/compare/v2.5.1...v2.5.2) (2023-03-28)
287
-
288
- ### Bug fixes
289
-
290
- * 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))
291
-
292
-
293
- ## [2.5.1](https://github.com/cksource/umberto/compare/v2.5.0...v2.5.1) (2023-03-27)
294
-
295
- ### Bug fixes
296
-
297
- * Fixed detecting `@internal` visibility when processing accessors. ([commit](https://github.com/cksource/umberto/commit/6ccc6298f34261b313812e3054f632c68819bd4e))
298
- * 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))
299
-
300
-
301
- ## [2.5.0](https://github.com/cksource/umberto/compare/v2.4.0...v2.5.0) (2023-03-23)
302
-
303
- ### Features
304
-
305
- * 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))
306
-
307
- ### Bug fixes
308
-
309
- * 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))
310
- * 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))
311
- * Fixed invalid assignment of a visibility level for methods when generating API pages from TypeScript. ([commit](https://github.com/cksource/umberto/commit/237a549f027737b90d4a7b29283141948e41eb2c))
312
-
313
- ### Other changes
314
-
315
- * Added the "error" style for the info-box elements. ([commit](https://github.com/cksource/umberto/commit/ce9f414d36af4ddbfad725ab13ab911c386fe615))
316
- * 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))
317
-
318
-
319
- ## [2.4.0](https://github.com/cksource/umberto/compare/v2.3.1...v2.4.0) (2023-02-20)
320
-
321
- ### Features
322
-
323
- * 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))
324
-
325
- ### Bug fixes
326
-
327
- * Default TypeScript constructors will not be displayed on API pages. ([commit](https://github.com/cksource/umberto/commit/f2c3b3e88873a796fe7821b7fce93648b2ed00fa))
328
-
329
- ### Other changes
330
-
331
- * 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))
332
-
333
-
334
- ## [2.3.1](https://github.com/cksource/umberto/compare/v2.3.0...v2.3.1) (2023-02-08)
335
-
336
- ### Bug fixes
337
-
338
- * 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))
339
- * Fixed rendering spaces/tabs in the <info-box> elements. ([commit](https://github.com/cksource/umberto/commit/e1236994d51190b6c2257aa5b5a053a7e093a946))
340
- * 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))
341
- * 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))
342
-
343
-
344
- ## [2.3.0](https://github.com/cksource/umberto/compare/v2.2.0...v2.3.0) (2023-01-17)
345
-
346
- ### Features
347
-
348
- * 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))
349
-
350
-
351
- ## [2.2.0](https://github.com/cksource/umberto/compare/v2.1.8...v2.2.0) (2022-12-22)
45
+ * Rendering TypeScript-based API pages requires an input file generated by Typedoc in version `0.28.0` or later.
352
46
 
353
47
  ### Features
354
48
 
355
- * Added support for the Google Optimize tool. ([commit](https://github.com/cksource/umberto/commit/06b866d6779edc2453669a45f9ca91468dce6bc5))
356
-
357
-
358
- ## [2.1.8](https://github.com/cksource/umberto/compare/v2.1.7...v2.1.8) (2022-12-07)
359
-
360
- ### Bug fixes
361
-
362
- * 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))
363
- * Improved display of items in API docs. Closes [#1022](https://github.com/cksource/umberto/issues/1022). ([commit](https://github.com/cksource/umberto/commit/dfff3d1ec70eefda6be9f15be40a843ab3236847))
364
- * 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))
365
-
366
-
367
- ## [2.1.7](https://github.com/cksource/umberto/compare/v2.1.6...v2.1.7) (2022-09-19)
368
-
369
- ### Bug fixes
370
-
371
- * 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))
372
-
373
-
374
- ## [2.1.6](https://github.com/cksource/umberto/compare/v2.1.5...v2.1.6) (2022-09-02)
375
-
376
- ### Other changes
377
-
378
- * 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))
379
- * 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))
380
-
381
-
382
- ## [2.1.5](https://github.com/cksource/umberto/compare/v2.1.4...v2.1.5) (2022-07-29)
383
-
384
- ### Bug fixes
385
-
386
- * 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))
387
-
388
-
389
- ## [2.1.5](https://github.com/cksource/umberto/compare/v2.1.4...v2.1.5) (2022-07-29)
390
-
391
- ### Bug fixes
392
-
393
- * 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))
49
+ * Support for rendering TypeScript API pages based on output from `typedoc@0.28`. Closes [#1188](https://github.com/cksource/umberto/issues/1188). ([commit](https://github.com/cksource/umberto/commit/561f94c6b025a0f1dbcc01c0c0e70ee5eeae387e))
394
50
 
395
51
 
396
- ## [2.1.4](https://github.com/cksource/umberto/compare/v2.1.3...v2.1.4) (2022-07-28)
52
+ ## [6.1.2](https://github.com/cksource/umberto/compare/v6.1.1...v6.1.2) (2025-04-23)
397
53
 
398
54
  ### Bug fixes
399
55
 
400
- * 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))
401
-
402
- ### Other changes
403
-
404
- * 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))
405
-
406
-
407
- ## [2.1.3](https://github.com/cksource/umberto/compare/v2.1.2...v2.1.3) (2022-05-25)
408
-
409
- ### Other changes
410
-
411
- * Added project version to the "Report issue" widget. ([commit](https://github.com/cksource/umberto/commit/817f585442dcdbf62d5870b234af37d01dd7aa38))
412
-
413
-
414
- ## [2.1.2](https://github.com/cksource/umberto/compare/v2.1.1...v2.1.2) (2022-05-24)
415
-
416
- ### Bug fixes
417
-
418
- * The search box on landing pages should filter a project too. ([commit](https://github.com/cksource/umberto/commit/c6fecfeba5341ee8f9537032fd51b5d37c2f0270))
419
-
420
-
421
- ## [2.1.1](https://github.com/cksource/umberto/compare/v2.1.0...v2.1.1) (2022-05-19)
422
-
423
- ### Bug fixes
424
-
425
- * 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))
426
-
427
-
428
- ## [2.1.0](https://github.com/cksource/umberto/compare/v2.0.2...v2.1.0) (2022-05-13)
429
-
430
- ### Features
431
-
432
- * 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))
433
-
434
- ### Other changes
435
-
436
- * Upgraded the "@ckeditor/jsdoc-plugins" package to the latest version. ([commit](https://github.com/cksource/umberto/commit/d61c9d2da7ec135b0385d51b008bac2bded00913))
437
-
438
-
439
- ## [2.0.2](https://github.com/cksource/umberto/compare/v2.0.1...v2.0.2) (2022-05-12)
440
-
441
- ### Bug fixes
442
-
443
- * 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))
444
-
445
-
446
- ## [2.0.1](https://github.com/cksource/umberto/compare/v2.0.0...v2.0.1) (2022-05-12)
447
-
448
- ### Bug fixes
449
-
450
- * 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))
451
-
452
- ### Other changes
453
-
454
- * Enabled the code highlighting for python snippets. Closes [#981](https://github.com/cksource/umberto/issues/981). ([commit](https://github.com/cksource/umberto/commit/061428e2b75056126e0605ce9e3fdcb7f65cc86e))
455
-
456
-
457
- ## [2.0.0](https://github.com/cksource/umberto/compare/v1.18.0...v2.0.0) (2022-03-10)
458
-
459
- ### BREAKING CHANGES
460
-
461
- * Upgraded the minimal versions of Node.js to `14.0.0` due to the end of LTS.
462
-
463
- ### Bug fixes
464
-
465
- * 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))
466
- * 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))
467
-
468
- ### Other changes
469
-
470
- * 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))
471
-
472
-
473
- ## [1.18.0](https://github.com/cksource/umberto/compare/v1.17.0...v1.18.0) (2021-12-08)
474
-
475
- ### Features
476
-
477
- * 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))
478
-
479
- ### Other changes
480
-
481
- * 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))
482
- * Migration to webpack 5. Closes [#955](https://github.com/cksource/umberto/issues/955). ([commit](https://github.com/cksource/umberto/commit/d7342e49b34f96c85efc266e9e99b924aa329b01))
483
-
484
-
485
- ## [1.17.0](https://github.com/cksource/umberto/compare/v1.16.0...v1.17.0) (2021-11-16)
486
-
487
- ### Features
488
-
489
- * 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))
490
-
491
- ### Other changes
492
-
493
- * 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))
494
-
495
-
496
- ## [1.16.0](https://github.com/cksource/umberto/compare/v1.15.0...v1.16.0) (2021-10-25)
497
-
498
- ### Features
499
-
500
- * Introduced tooltips for badges in the navigation. Closes [#954](https://github.com/cksource/umberto/issues/954). ([commit](https://github.com/cksource/umberto/commit/917ec5303bf9df6ae6e25d106d9a9066ce2bb606))
501
-
502
-
503
- ## [1.15.0](https://github.com/cksource/umberto/compare/v1.14.0...v1.15.0) (2021-10-18)
504
-
505
- ### Features
506
-
507
- * Introduced support for configurable badges in the navigation tree. ([commit](https://github.com/cksource/umberto/commit/fb71da3f8187f81baddf76e61a750f4fa76b0ef0))
508
-
509
- ### Other changes
510
-
511
- * 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))
512
-
513
-
514
- ## [1.14.0](https://github.com/cksource/umberto/compare/v1.13.0...v1.14.0) (2021-09-21)
515
-
516
- ### Features
517
-
518
- * 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))
519
-
520
-
521
- ## [1.13.0](https://github.com/cksource/umberto/compare/v1.12.1...v1.13.0) (2021-08-24)
522
-
523
- ### Features
524
-
525
- * 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))
526
-
527
-
528
- ## [1.12.1](https://github.com/cksource/umberto/compare/v1.12.0...v1.12.1) (2021-08-13)
529
-
530
- ### Bug fixes
531
-
532
- * 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))
533
-
534
-
535
- ## [1.12.0](https://github.com/cksource/umberto/compare/v1.11.0...v1.12.0) (2021-08-13)
536
-
537
- ### Features
538
-
539
- * 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))
540
-
541
- Currently, two hooks are supported:
542
-
543
- * `beforeHexo` - called before Hexo starts processing the documentation,
544
- * `afterHexo` - called when Hexo finished building the documentation.
545
-
546
- 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.
547
- * 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))
548
- * 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))
549
- * 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))
550
-
551
- ### Other changes
552
-
553
- * Added a polyfill for the `Element#closest()` method. ([commit](https://github.com/cksource/umberto/commit/31f76a6ca429e89772c3fad8363104398c9c9c65))
554
- * 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))
555
- * 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))
556
- * Replaced text labels in SDK code samples with icons. ([commit](https://github.com/cksource/umberto/commit/c17d91f75cfbbeb4305e5925de27f851f39e1bd5))
557
- * 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))
558
-
559
-
560
- ## [1.11.0](https://github.com/cksource/umberto/compare/v1.10.1...v1.11.0) (2021-08-04)
561
-
562
- ### Features
563
-
564
- * 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))
565
-
566
- ### Bug fixes
567
-
568
- * 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))
569
-
570
- ### Other changes
571
-
572
- * 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))
573
-
574
-
575
- ## [1.10.1](https://github.com/cksource/umberto/compare/v1.10.0...v1.10.1) (2021-07-13)
576
-
577
- ### Bug fixes
578
-
579
- * 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))
580
-
581
-
582
- ## [1.10.0](https://github.com/cksource/umberto/compare/v1.9.1...v1.10.0) (2021-07-13)
583
-
584
- ### Features
585
-
586
- * 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))
587
-
588
-
589
- ## [1.9.1](https://github.com/cksource/umberto/compare/v1.9.0...v1.9.1) (2021-06-29)
590
-
591
- ### Bug fixes
592
-
593
- * 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))
594
-
595
-
596
- ## [1.9.0](https://github.com/cksource/umberto/compare/v1.8.1...v1.9.0) (2021-06-24)
597
-
598
- ### Features
599
-
600
- * 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))
601
-
602
- ### Bug fixes
603
-
604
- * 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))
605
-
606
- ### Other changes
607
-
608
- * 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))
609
-
610
-
611
- ## [1.8.1](https://github.com/cksource/umberto/compare/v1.8.0...v1.8.1) (2021-06-10)
612
-
613
- ### Bug fixes
614
-
615
- * 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))
616
-
617
-
618
- ## [1.8.0](https://github.com/cksource/umberto/compare/v1.7.2...v1.8.0) (2021-06-08)
619
-
620
- ### Features
621
-
622
- * 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))
623
-
624
-
625
- ## [1.7.2](https://github.com/cksource/umberto/compare/v1.7.1...v1.7.2) (2021-05-25)
626
-
627
- ### Bug fixes
628
-
629
- * 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))
630
-
631
- 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):
632
-
633
- * An absolute path where the documentation was generated: `/home/docs/build/docs`
634
- * An absolute URL from a guide: `/docs/ckeditor5/27.1.0/file.html`
635
- * Resolved path before the fix: `/home/build/docs/docs/ckeditor5/27.1.0/file.html`
636
- * And after the fix: `/home/docs/build/docs/ckeditor5/27.1.0/file.html`
637
-
638
-
639
- ## [1.7.1](https://github.com/cksource/umberto/compare/v1.7.0...v1.7.1) (2021-05-10)
640
-
641
- Internal changes only (updated dependencies, documentation, etc.).
642
-
643
-
644
- ## [1.7.0](https://github.com/cksource/umberto/compare/v1.6.6...v1.7.0) (2021-05-10)
645
-
646
- ### Features
647
-
648
- * 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))
649
-
650
-
651
- ## [1.6.6](https://github.com/cksource/umberto/compare/v1.6.5...v1.6.6) (2021-03-12)
652
-
653
- ### Bug fixes
654
-
655
- * 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))
656
-
657
-
658
- ## [1.6.5](https://github.com/cksource/umberto/compare/v1.6.4...v1.6.5) (2021-03-08)
659
-
660
- ### Bug fixes
661
-
662
- * 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))
663
-
664
-
665
- ## [1.6.4](https://github.com/cksource/umberto/compare/v1.6.3...v1.6.4) (2021-01-27)
666
-
667
- ### Other changes
668
-
669
- * 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))
670
-
671
-
672
- ## [1.6.3](https://github.com/cksource/umberto/compare/v1.6.2...v1.6.3) (2020-12-01)
673
-
674
- ### Other changes
675
-
676
- * 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))
677
-
678
-
679
- ## [1.6.2](https://github.com/cksource/umberto/compare/v1.6.1...v1.6.2) (2020-11-16)
680
-
681
- ### Bug fixes
682
-
683
- * 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))
684
-
685
-
686
- ## [1.6.1](https://github.com/cksource/umberto/compare/v1.6.0...v1.6.1) (2020-11-09)
687
-
688
- ### Bug fixes
689
-
690
- * 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))
691
-
692
-
693
- ## [1.6.0](https://github.com/cksource/umberto/compare/v1.5.4...v1.6.0) (2020-09-01)
694
-
695
- ### Features
696
-
697
- * 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))
698
-
699
-
700
- ## [1.5.4](https://github.com/cksource/umberto/compare/v1.5.3...v1.5.4) (2020-08-20)
701
-
702
- ### Other changes
703
-
704
- * Do not copy "docs/constants.js" file while preparing the documentation structure. ([commit](https://github.com/cksource/umberto/commit/037efa02f53cfb4a270f3c630b62e48461f4ece8))
705
-
706
-
707
- ## [1.5.3](https://github.com/cksource/umberto/compare/v1.5.2...v1.5.3) (2020-08-20)
708
-
709
- ### Other changes
710
-
711
- * 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))
712
-
713
-
714
- ## [1.5.2](https://github.com/cksource/umberto/compare/v1.5.1...v1.5.2) (2020-07-21)
715
-
716
- ### Bug fixes
717
-
718
- * 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))
719
-
720
-
721
- ## [1.5.1](https://github.com/cksource/umberto/compare/v1.5.0...v1.5.1) (2020-07-21)
722
-
723
- ### Bug fixes
724
-
725
- * 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))
726
-
727
-
728
- ## [1.5.0](https://github.com/cksource/umberto/compare/v1.4.1...v1.5.0) (2020-07-13)
729
-
730
- ### Other changes
731
-
732
- * 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))
733
-
734
-
735
- ## [1.4.1](https://github.com/cksource/umberto/compare/v1.4.0...v1.4.1) (2020-06-22)
736
-
737
- ### Bug fixes
738
-
739
- * 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))
740
-
741
-
742
- ## [1.4.0](https://github.com/cksource/umberto/compare/v1.3.2...v1.4.0) (2020-06-19)
743
-
744
- ### Features
745
-
746
- * 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))
747
-
748
-
749
- ## [1.3.2](https://github.com/cksource/umberto/compare/v1.3.1...v1.3.2) (2020-05-26)
750
-
751
- ### Bug fixes
752
-
753
- * Fixed invalid HTML markup in navigation tree. Closes [#780](https://github.com/cksource/umberto/issues/780). ([2e55f85](https://github.com/cksource/umberto/commit/2e55f85))
754
- * 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))
755
-
756
- ### Other changes
757
-
758
- * The "See source" button on API docs won't be displayed for private `ckeditor5` packages. ([c4e8041](https://github.com/cksource/umberto/commit/c4e8041))
759
-
760
-
761
- ## [1.3.1](https://github.com/cksource/umberto/compare/v1.3.0...v1.3.1) (2020-05-25)
762
-
763
- ### Bug fixes
764
-
765
- * 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))
766
-
767
-
768
- ## [1.3.0](https://github.com/cksource/umberto/compare/v1.2.4...v1.3.0) (2020-05-14)
769
-
770
- ### Features
771
-
772
- * 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))
773
-
774
-
775
- ## [1.2.4](https://github.com/cksource/umberto/compare/v1.2.3...v1.2.4) (2020-04-16)
776
-
777
- ### Other changes
778
-
779
- * 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))
780
-
781
-
782
- ## [1.2.3](https://github.com/cksource/umberto/compare/v1.2.2...v1.2.3) (2020-03-17)
783
-
784
- ### Bug fixes
785
-
786
- * 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))
787
-
788
-
789
- ## [1.2.2](https://github.com/cksource/umberto/compare/v1.2.1...v1.2.2) (2020-02-26)
790
-
791
- ### Bug fixes
792
-
793
- * 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))
794
-
795
-
796
- ## [1.2.1](https://github.com/cksource/umberto/compare/v1.2.0...v1.2.1) (2020-01-16)
797
-
798
- ### Bug fixes
799
-
800
- * 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))
801
- * 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))
802
- * Invalid canonical URLs for ckeditor4 examples pages. Closes [#833](https://github.com/cksource/umberto/issues/833). ([880da38](https://github.com/cksource/umberto/commit/880da38))
803
-
804
- ### Other changes
805
-
806
- * 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))
807
-
808
-
809
- ## [1.2.0](https://github.com/cksource/umberto/compare/v1.1.3...v1.2.0) (2019-11-19)
810
-
811
- ### Features
812
-
813
- * 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))
814
-
815
- ### Bug fixes
816
-
817
- * 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))
818
- * 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))
819
-
820
-
821
- ## [1.1.3](https://github.com/cksource/umberto/compare/v1.1.2...v1.1.3) (2019-10-07)
822
-
823
- ### Bug fixes
824
-
825
- * "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))
826
- * 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))
827
-
828
-
829
- ## [1.1.2](https://github.com/cksource/umberto/compare/v1.1.1...v1.1.2) (2019-08-21)
830
-
831
- ### Bug fixes
832
-
833
- * Support for RTL lists. ([3d6537a](https://github.com/cksource/umberto/commit/3d6537a))
834
-
835
-
836
- ## [1.1.1](https://github.com/cksource/umberto/compare/v1.1.0...v1.1.1) (2019-07-30)
837
-
838
- ### Bug fixes
839
-
840
- * Removed resetting `list-style` type to none. Closes [#814](https://github.com/cksource/umberto/issues/814). ([41a4a49](https://github.com/cksource/umberto/commit/41a4a49))
841
- * 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))
842
-
843
- ### Other changes
844
-
845
- * Added styles for `<abbr>` element. Closes [#696](https://github.com/cksource/umberto/issues/696). ([f7a748a](https://github.com/cksource/umberto/commit/f7a748a))
846
- * Updated dependencies and releasing scripts. ([6b2066a](https://github.com/cksource/umberto/commit/6b2066a))
847
-
848
-
849
- ## [1.1.0](https://github.com/cksource/umberto/compare/v1.0.0...v1.1.0) (2019-07-15)
850
-
851
- ### Features
852
-
853
- * 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))
854
- * 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))
855
- * 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))
856
-
857
- ### Bug fixes
858
-
859
- * Correctly wrap an excerpt of API item. Closes [#791](https://github.com/cksource/umberto/issues/791). ([691ddee](https://github.com/cksource/umberto/commit/691ddee))
860
- * 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))
861
- * 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))
862
- * 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))
863
-
864
-
865
- ## [1.0.0](https://github.com/cksource/umberto/compare/v0.23.1...v1.0.0) (2019-04-23)
866
-
867
- ### Features
868
-
869
- * 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))
870
-
871
- The `SnippetAdapter` function is being called with 3 parameters and it must return an instance of `Promise`:
872
- 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.
873
- 2. `snippetOptions` which is an object that is being passed to Umberto at the beginning of the script.
874
- 3. `umbertoHelpers` which is an object that contains helpers that can be useful for parsing snippets.
875
-
876
-
877
- ## [0.23.1](https://github.com/cksource/umberto/compare/v0.23.0...v0.23.1) (2019-04-17)
878
-
879
- ### Bug fixes
880
-
881
- * `See source` link should be displayed properly. Closes [#788](https://github.com/cksource/umberto/issues/788).
882
-
883
-
884
- ## [0.23.0](https://github.com/cksource/umberto/compare/v0.22.0...v0.23.0) (2019-04-11)
885
-
886
- ### Features
887
-
888
- * 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))
889
-
890
- ### Bug fixes
891
-
892
- * 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))
893
-
894
-
895
- ## [0.22.0](https://github.com/cksource/umberto/compare/v0.21.0...v0.22.0) (2019-04-01)
896
-
897
- ### Features
898
-
899
- * 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))
900
-
901
- ### Other changes
902
-
903
- * 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))
904
-
905
-
906
- ## [0.21.0](https://github.com/cksource/umberto/compare/v0.20.1...v0.21.0) (2019-03-25)
907
-
908
- ### Minor
909
-
910
- * [#769](https://github.com/cksource/umberto/issues/769) - Remove and update dependencies
911
- * [#763](https://github.com/cksource/umberto/issues/763) - Add lightbox
912
-
913
-
914
- ## [0.20.1](https://github.com/cksource/umberto/compare/v0.20.0...v0.20.1) (2019-02-28)
915
-
916
- ### Patch
917
-
918
- * [#759](https://github.com/cksource/umberto/issues/759) update highlight.js to support YAML and SQL syntax
919
-
920
-
921
- ## [0.20.0](https://github.com/cksource/umberto/compare/v0.19.3...v0.20.0) (2019-02-27)
922
-
923
- ### Minor
924
-
925
- * [#710](https://github.com/cksource/umberto/issues/710) Feedback widget implementation
926
-
927
- ### Patch
928
-
929
- * [#753](https://github.com/cksource/umberto/issues/753) Fix unrecognized syntax for C#
930
- * [#751](https://github.com/cksource/umberto/issues/751) Prevent of bug for wrong GH links
931
- * [#638](https://github.com/cksource/umberto/issues/638) Disabled github header buttons on mobile devices
932
-
933
-
934
- ## [0.19.3](https://github.com/cksource/umberto/compare/v0.19.2...v0.19.3) (2019-02-18)
935
-
936
- ### Patch
937
-
938
- * 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
939
-
940
-
941
- ## [0.19.2](https://github.com/cksource/umberto/compare/v0.19.1...v0.19.2) (2019-02-15)
942
-
943
- ### Patch
944
-
945
- * [#738](https://github.com/cksource/umberto/issues/738) Improved "See source" link appearance
946
- * [#745](https://github.com/cksource/umberto/issues/745) Fix bug with missing link for CKEditor4 docs
947
- * [#729](https://github.com/cksource/umberto/issues/729) Remove highlight from search window
948
-
949
-
950
- ## [0.19.1](https://github.com/cksource/umberto/compare/v0.19.0...v0.19.1) (2019-02-08)
951
-
952
- ### Patch
953
-
954
- * [#735](https://github.com/cksource/umberto/issues/735) Update footer date
955
- * [#739](https://github.com/cksource/umberto/issues/739) Remove "Overrides" link
956
- * [#673](https://github.com/cksource/umberto/issues/673) Fix problem with navigation, which could display empty categories
957
-
958
-
959
- ## [0.19.0](https://github.com/cksource/umberto/compare/v0.18.0...v0.19.0) (2019-02-01)
960
-
961
- ### Minor
962
-
963
- * [#629](https://github.com/cksource/umberto/issues/629) Simplify dependencies - remove postinstall script
964
-
965
- ### Patch
966
-
967
- * [#730](https://github.com/cksource/umberto/issues/730) Improve way how git hash are obtained
968
-
969
-
970
- ## [0.18.0](https://github.com/cksource/umberto/compare/v0.17.0...v0.18.0) (2019-01-25)
971
-
972
- ### Minor
973
-
974
- * [#357](https://github.com/cksource/umberto/issues/357) Added observable icon for API badge.
975
- * [#688](https://github.com/cksource/umberto/issues/688) Add "related" section to methods and properties description.
976
-
977
- ### Patch
978
-
979
- * [#494](https://github.com/cksource/umberto/issues/494) Long words in titles should be broken.
980
- * [#720](https://github.com/cksource/umberto/issues/720) Dark theme API docs visual issues
981
-
982
-
983
- ## [0.17.0](https://github.com/cksource/umberto/compare/v0.16.1...v0.17.0) (2019-01-18)
984
-
985
- ### Minor
986
-
987
- * [#721](https://github.com/cksource/umberto/issues/721) Define printing styles
988
- * [#337](https://github.com/cksource/umberto/issues/337) Add link to GitHub from which given API docs are generated
989
-
990
- ### Patch
991
-
992
- * [#723](https://github.com/cksource/umberto/issues/723) Fix: Increased spacing for a product menu item
993
-
994
-
995
- ## [0.16.1](https://github.com/cksource/umberto/compare/v0.16.0...v0.16.1) (2019-01-10)
996
-
997
- ### Patch
998
-
999
- * [#711](https://github.com/cksource/umberto/issues/711) - Make API entries visible by default
1000
- * [#715](https://github.com/cksource/umberto/issues/715) - Correct style for CKE4 examples
1001
- * [#713](https://github.com/cksource/umberto/issues/713) - Fix search in Examples of CKEditor4
1002
- * [#709](https://github.com/cksource/umberto/issues/709), [#707](https://github.com/cksource/umberto/issues/707) - Dark theme improvements
1003
-
1004
-
1005
- ## [0.16.0](https://github.com/cksource/umberto/compare/v0.15.0...v0.16.0) (2018-12-21)
1006
-
1007
- ### Minor
1008
-
1009
- * [#706](https://github.com/cksource/umberto/issues/706) Introduced dark mode
1010
-
1011
-
1012
- ## [0.15.0](https://github.com/cksource/umberto/compare/v0.14.0...v0.15.0) (2018-12-21)
1013
-
1014
- ### Minor
1015
-
1016
- * [#597](https://github.com/cksource/umberto/issues/597) - Introduce `<blockquote>` styling
1017
- * [#697](https://github.com/cksource/umberto/issues/697) - Add macros and variables support in Umberto
1018
-
1019
- ### Patch
1020
-
1021
- * [#690](https://github.com/cksource/umberto/issues/690) - Fixed: `Get Sample Source Code` with wrong offset
1022
- * [#567](https://github.com/cksource/umberto/issues/567) - Fixed: Parameters are not displayed in properties of a class
1023
-
1024
-
1025
- ## [0.14.0](https://github.com/cksource/umberto/compare/v0.13.4...v0.14.0) (2018-12-07)
1026
-
1027
- ### Minor
1028
-
1029
- * [#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"
1030
-
1031
-
1032
- ## [0.13.4](https://github.com/cksource/umberto/compare/v0.13.3...v0.13.4) (2018-12-05)
1033
-
1034
- ### Patch
1035
-
1036
- * [#687](https://github.com/cksource/umberto/issues/687) - Another approach to improve link styling for documentation inside CKE4 examples.
1037
-
1038
-
1039
- ## [0.13.3](https://github.com/cksource/umberto/compare/v0.13.2...v0.13.3) (2018-12-05)
1040
-
1041
- ### Patch
1042
-
1043
- * [#685](https://github.com/cksource/umberto/issues/685) Fix link validator to check also non-html files
1044
-
1045
-
1046
- ## [0.13.2](https://github.com/cksource/umberto/compare/v0.13.1...v0.13.2) (2018-12-05)
1047
-
1048
- ### Patch
1049
-
1050
- * [#681](https://github.com/cksource/umberto/issues/681) - improve styling of anchors in examples of CKEditor4
1051
- * [#683](https://github.com/cksource/umberto/issues/683) - Add support for tag with `linkexample` as replacement to former `linksdk`
1052
-
1053
-
1054
- ## [0.13.1](https://github.com/cksource/umberto/compare/v0.13.0...v0.13.1) (2018-11-30)
1055
-
1056
- ### Patch
1057
-
1058
- * [#678](https://github.com/cksource/umberto/issues/678) - Fix: Left navigation stop being scrolled
1059
- * Add source map for app.js
1060
-
1061
-
1062
- ## [0.13.0](https://github.com/cksource/umberto/compare/v0.12.1...v0.13.0) (2018-11-30)
1063
-
1064
- ### Minor
1065
-
1066
- * [#615](https://github.com/cksource/umberto/issues/615): Add option to build only one snippet
1067
- * [#611](https://github.com/cksource/umberto/issues/611), [#674](https://github.com/cksource/umberto/issues/674): Improve link validator to check hash fragment.
1068
-
1069
- ### Patch
1070
-
1071
- * [#648](https://github.com/cksource/umberto/issues/648): Fix: missing required og tags on pages
1072
- * [#666](https://github.com/cksource/umberto/issues/666): Fix: misaligned search input on tablet width
1073
- * [#631](https://github.com/cksource/umberto/issues/631): Fix: highlighter issue, where not all languages was properly highlighted
1074
- * [#619](https://github.com/cksource/umberto/issues/619): Fix: Added extra top-margin to the main navigation
1075
- * [#563](https://github.com/cksource/umberto/issues/563): Fix: Enlarged link space in the API subheader.
1076
- * [#469](https://github.com/cksource/umberto/issues/469): Fix: Bolded method name in the API collapse list.
1077
-
1078
-
1079
- ## [0.12.1](https://github.com/cksource/umberto/compare/v0.12.0...v0.12.1) (2018-11-20)
1080
-
1081
- ### Patch
1082
-
1083
- * [#662](https://github.com/cksource/umberto/issues/662) - Fix: missing data attribute for Example pages for CKE4
1084
- * [#661](https://github.com/cksource/umberto/issues/661) - Fix: properly aligned hamburger menu without flex support
1085
- * [#626](https://github.com/cksource/umberto/issues/626) - Fix: Wrong css for code blocks in narrow screens
1086
-
1087
-
1088
- ## [0.12.0](https://github.com/cksource/umberto/compare/v0.11.0...v0.12.0) (2018-11-27)
1089
-
1090
- ### Minor
1091
-
1092
- * [#633](https://github.com/cksource/umberto/issues/633) [#634](https://github.com/cksource/umberto/issues/634) Feature: Introduced breadcrumbs for mobile design
1093
-
1094
- ### Patch
1095
-
1096
- * [#639](https://github.com/cksource/umberto/issues/639) Fix: Improved design of mobile navigation menu.
1097
- * [#656](https://github.com/cksource/umberto/issues/656) Fix: Lack of navigation of SDK on mobile devices
1098
-
1099
-
1100
- ## [0.11.0](https://github.com/cksource/umberto/compare/v0.10.0...v0.11.0) (2018-11-14)
1101
-
1102
- ### Minor
1103
-
1104
- * [#616](https://github.com/cksource/umberto/issues/616) Provide option to hide linking errors for ignored projects
1105
-
1106
- ### Patch
1107
-
1108
- * [#620](https://github.com/cksource/umberto/issues/620) Fixed: Some links don't have hover style in the navigation menu
1109
- * [#637](https://github.com/cksource/umberto/issues/637) Fixed: focus ring does not match searchbox on iOS
1110
- * [#625](https://github.com/cksource/umberto/issues/625) Fixed: highlighter doesn't work when docs was not served from `/docs` path
1111
-
1112
-
1113
- ## [0.10.0](https://github.com/cksource/umberto/compare/v0.9.1...v0.10.0) (2018-11-09)
1114
-
1115
- ### Minor
1116
-
1117
- * [#588](https://github.com/cksource/umberto/issues/588) - New mobile layout for Umberto
1118
-
1119
-
1120
- ## [0.9.1](https://github.com/cksource/umberto/compare/v0.9.0...v0.9.1) (2018-11-09)
1121
-
1122
- ### Patch
1123
-
1124
- * [#617](https://github.com/cksource/umberto/issues/617) - hotfix for top navigation to work properly with CKE5 snippets
1125
-
1126
-
1127
- ## [0.9.0](https://github.com/cksource/umberto/compare/v0.8.2...v0.9.0) (2018-10-18)
1128
-
1129
- ### Minor
1130
-
1131
- * [#595](https://github.com/cksource/umberto/issues/595) - add support for meta-description tag in API docs
1132
- * [#594](https://github.com/cksource/umberto/issues/594) - Extend meta tags with DC and twitter cards
1133
- * [#607](https://github.com/cksource/umberto/issues/607) - Update dependencies (webpack, babel, etc.), move highlighter to worker, what effects in reducing library size
1134
- * [#580](https://github.com/cksource/umberto/issues/580) - Introduce new docs design. Thanks to @dkonopka.
1135
-
1136
-
1137
- ## [0.8.2](https://github.com/cksource/umberto/compare/v0.8.1...v0.8.2) (2018-10-05)
1138
-
1139
- ### Patch
1140
-
1141
- * [#603](https://github.com/cksource/umberto/issues/603) - Fix wrongly created canonical urls.
1142
-
1143
-
1144
- ## [0.8.1](https://github.com/cksource/umberto/compare/v0.8.0...v0.8.1) (2018-09-28)
1145
-
1146
- ### Patch
1147
-
1148
- * [#585](https://github.com/cksource/umberto/issues/585) Update typography in headers.
1149
- * [#556](https://github.com/cksource/umberto/issues/556) Update year in footer
1150
- * [#8](https://github.com/cksource/umberto/issues/8) Add w3c validation flag which force Umberto to validate builded files
1151
- * [#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.
1152
-
1153
-
1154
- ## [0.8.0](https://github.com/cksource/umberto/compare/v0.7.3...v0.8.0) (2018-09-07)
1155
-
1156
- ### Minor
1157
-
1158
- * Allow on building Samples from CKEditor4 (https://github.com/ckeditor/ckeditor-sdk/issues/259)
1159
-
1160
- ### Patch
1161
-
1162
- * [#581](https://github.com/cksource/umberto/issues/581) - Fix: wrong link generation for `@fire` keywords
1163
-
1164
-
1165
- ## [0.7.3](https://github.com/cksource/umberto/compare/v0.7.2...v0.7.3) (2018-08-30)
1166
-
1167
- ### Patch
1168
-
1169
- * [#579](https://github.com/cksource/umberto/issues/579) - double curly brackets are now escaped during markdown files processing.
1170
-
1171
-
1172
- ## [0.7.2](https://github.com/cksource/umberto/compare/v0.7.1...v0.7.2) (2018-08-06)
1173
-
1174
- ### Patch
1175
-
1176
- * [#573](https://github.com/cksource/umberto/issues/573) - remove unnecessary bracket in code
1177
- * [#575](https://github.com/cksource/umberto/issues/575) - fix wrongly created canonical paths together with og image
1178
-
1179
-
1180
- ## [0.7.1](https://github.com/cksource/umberto/compare/v0.7.0...v0.7.1) (2018-08-02)
1181
-
1182
- ### Patch
1183
-
1184
- * [#569](https://github.com/cksource/umberto/issues/569) - Fix API navigation styling
1185
-
1186
-
1187
- ## [0.7.0](https://github.com/cksource/umberto/compare/v0.6.4...v0.7.0) (2018-07-30)
1188
-
1189
- ### Minor
1190
-
1191
- * [#538](https://github.com/cksource/umberto/issues/538) - add different table of content styling
1192
- * [#568](https://github.com/cksource/umberto/issues/568) - add support of Google Tag Manager
1193
-
1194
-
1195
- ## [0.6.4](https://github.com/cksource/umberto/compare/v0.6.3...v0.6.4) (2018-07-24)
1196
-
1197
- ### Patch
1198
-
1199
- * [#548](https://github.com/cksource/umberto/issues/548) - Symlinks are now created as relative paths
1200
- * [#549](https://github.com/cksource/umberto/issues/549) - `app-polyfill.js` is now skipped when dev flag is turned on
1201
- * [#560](https://github.com/cksource/umberto/issues/560) - update documentation with information about possibility of redirects
1202
- * [#552](https://github.com/cksource/umberto/issues/552) - fix alignment of dropdown navigation
1203
- * [#558](https://github.com/cksource/umberto/issues/558) - fix encoding entities in codeblock
1204
- * [#561](https://github.com/cksource/umberto/issues/561) - fix styling in search box
1205
-
1206
-
1207
- ## [0.6.3](https://github.com/cksource/umberto/compare/v0.6.2...v0.6.3) (2018-07-03)
1208
-
1209
- ### Patch
1210
-
1211
- * [#550](https://github.com/cksource/umberto/issues/550) - Fix order of guides displayed in navigation tree.
1212
-
1213
-
1214
- ## [0.6.2](https://github.com/cksource/umberto/compare/v0.6.1...v0.6.2) (2018-07-02)
1215
-
1216
- ### Patch
1217
-
1218
- * [#547](https://github.com/cksource/umberto/issues/547) - correct bug where navigation tree had bad template, what caus scrolling issue for navigation tree.
1219
-
1220
-
1221
- ## [0.6.1](https://github.com/cksource/umberto/compare/v0.6.0...v0.6.1) (2018-06-28)
1222
-
1223
- ### Patch
1224
-
1225
- * [#537](https://github.com/cksource/umberto/issues/537) - provide better time measurements during building process showed after activating `verbose` option.
1226
- * [#551](https://github.com/cksource/umberto/issues/551) - prevent of throwing error when links are created between projects in single builds
1227
-
1228
-
1229
- ## [0.6.0](https://github.com/cksource/umberto/compare/v0.5.0...v0.6.0) (2018-06-08)
1230
-
1231
- ### Features
1232
-
1233
- [#505](https://github.com/cksource/umberto/issues/505) - Provide shortcut <kbd>Shift</kbd>+<kbd>D</kbd> for displaying longnames in documentation.
1234
-
1235
- ### Patch
1236
-
1237
- [#351](https://github.com/cksource/umberto/issues/351) - Align npm badge to the left.
1238
- [#540](https://github.com/cksource/umberto/issues/540) - Replace font to look nicer.
1239
-
1240
-
1241
- ## [0.5.0](https://github.com/cksource/umberto/compare/v0.4.9...v0.5.0) (2018-05-17)
1242
-
1243
- ### Features
1244
-
1245
- * [#451](https://github.com/cksource/umberto/issues/451) - add dropdown menu with properties/methods/events.
1246
- * links for `latest` will be now generated automatically.
1247
-
1248
- ### Bug fixes
1249
-
1250
- * [#479](https://github.com/cksource/umberto/issues/479) - correct color of info-boxes in guides.
1251
- * [#328](https://github.com/cksource/umberto/issues/328) - correct position of expand arrow.
1252
-
1253
-
1254
- ## [0.4.9](https://github.com/cksource/umberto/compare/v0.4.7...v0.4.9) (2018-04-27)
1255
-
1256
- * [#530](https://github.com/cksource/umberto/issues/530) - add possibility to output symbolic links with `latest`.
1257
-
1258
-
1259
- ## [0.4.7](https://github.com/cksource/umberto/compare/v0.4.6...v0.4.7) (2018-04-26)
1260
-
1261
- ### Patch
1262
-
1263
- * [#532](https://github.com/cksource/umberto/issues/532) - Add configuration option `startPage` which will be used as links in dropdown menu for given project.
1264
-
1265
-
1266
- ## [0.4.6](https://github.com/cksource/umberto/compare/v0.4.5...v0.4.6) (2018-04-23)
1267
-
1268
- ### Patch
1269
-
1270
- [#529](https://github.com/cksource/umberto/issues/529) - Fix highlighting of active element in navigation tree
1271
-
1272
-
1273
- ## [0.4.5](https://github.com/cksource/umberto/compare/v0.4.4...v0.4.5) (2018-04-20)
1274
-
1275
- ### Patch
1276
-
1277
- * [#527](https://github.com/cksource/umberto/issues/527) - Allow to override or disable default `contributeUrl` and `issuesUrl` in specific guides.
1278
-
1279
-
1280
- ## [0.4.4](https://github.com/cksource/umberto/compare/v0.4.3...v0.4.4) (2018-04-19)
1281
-
1282
- ### Patch
1283
-
1284
- * [#516](https://github.com/cksource/umberto/issues/516) - Add library with polyfill for browsers which doesn't support es6.
1285
-
1286
-
1287
- ## [0.4.3](https://github.com/cksource/umberto/compare/v0.4.2...v0.4.3) (2018-04-18)
1288
-
1289
- ### Patch
1290
-
1291
- * [#522](https://github.com/cksource/umberto/issues/522) - Umberto will now rethrow hexo errors in non-verbose mode.
1292
- * [#523](https://github.com/cksource/umberto/issues/523) - Empty categories won't be created in navigation tree.
1293
-
1294
-
1295
- ## [0.4.2](https://github.com/cksource/umberto/compare/v0.4.1...v0.4.2) (2018-04-17)
1296
-
1297
- ### Patch
1298
-
1299
- * [#524](https://github.com/cksource/umberto/issues/524) - Allow on publish documentation from multiple locations.
1300
-
1301
-
1302
- ## [0.4.1](https://github.com/cksource/umberto/compare/v0.4.0...v0.4.1) (2018-04-13)
1303
-
1304
- ### Patch
1305
-
1306
- * [#499](https://github.com/cksource/umberto/issues/499) - IDs of `<h2>` sections are now lowercase.
1307
- * [#450](https://github.com/cksource/umberto/issues/450) - Add little space between hamburger and project title.
1308
- * [#465](https://github.com/cksource/umberto/issues/465) - Location.hash is now updated when member on page is clicked.
1309
-
1310
-
1311
- ## [0.4.0](https://github.com/cksource/umberto/compare/v0.3.67...v0.4.0) (2018-03-16)
1312
-
1313
- ### Minor
1314
-
1315
- * [#427](https://github.com/cksource/umberto/issues/427) - Provide possibility to make `sitemap.xml`
1316
- * [#509](https://github.com/cksource/umberto/issues/509) - Allow on escaping links in guides
1317
- * [#511](https://github.com/cksource/umberto/issues/511) - Add verbose parameter, by default Umberto will now hide most of the non-error messages.
1318
-
1319
- ### Patches
1320
-
1321
- * [#508](https://github.com/cksource/umberto/issues/508) - Improve styling for `<em>`
1322
- * [#507](https://github.com/cksource/umberto/issues/507) - Links to non-existing doclets now threw an error
1323
- * [#512](https://github.com/cksource/umberto/issues/512) - Cross-project links are not transformed in single project
1324
- * [#504](https://github.com/cksource/umberto/issues/504) - Filter out duplicated methods generated in JSDoc
1325
-
1326
- ### Other
1327
-
1328
- * Update `.gitignore` to ignore all hidden files/folder
1329
- * Bump hexo version to `3.6.0`
1330
-
1331
-
1332
- ## [0.3.67](https://github.com/cksource/umberto/compare/v0.3.66...v0.3.67) (2018-03-05)
1333
-
1334
- Fixed:
1335
- [#498](https://github.com/cksource/umberto/issues/498)
1336
- [#500](https://github.com/cksource/umberto/issues/500)
1337
-
1338
-
1339
- ## [0.3.66](https://github.com/cksource/umberto/compare/v0.3.61...v0.3.66) (2018-02-21)
1340
-
1341
- Fixed:
1342
- [#475](https://github.com/cksource/umberto/issues/475)
1343
- [#491](https://github.com/cksource/umberto/issues/491)
1344
- [#487](https://github.com/cksource/umberto/issues/487)
1345
-
1346
-
1347
- ## [0.3.61](https://github.com/cksource/umberto/compare/v0.3.60...v0.3.61) (2018-02-09)
1348
-
1349
- * Corrections to API docs search,
1350
- * Added bunch of source code comments.
1351
-
1352
-
1353
- ## [0.3.60](https://github.com/cksource/umberto/compare/v0.3.55...v0.3.60) (2018-02-05)
1354
-
1355
- Hotfixed [#472](https://github.com/cksource/umberto/issues/472)
1356
-
1357
-
1358
- ## [0.3.55](https://github.com/cksource/umberto/compare/v0.3.54...v0.3.55) (2018-02-01)
1359
-
1360
- Introduced enhanced search for API docs.
1361
-
1362
-
1363
- ## [0.3.54](https://github.com/cksource/umberto/compare/v0.3.53...v0.3.54) (2018-01-23)
1364
-
1365
- Closed [#436](https://github.com/cksource/umberto/issues/436)
1366
-
1367
-
1368
- ## [0.3.53](https://github.com/cksource/umberto/compare/v0.3.51...v0.3.53) (2018-01-22)
1369
-
1370
- Closed [#447](https://github.com/cksource/umberto/issues/447) .
1371
- Added support for extended typedefs.
1372
-
1373
-
1374
- ## [0.3.51](https://github.com/cksource/umberto/compare/v0.3.49...v0.3.51) (2018-01-18)
1375
-
1376
- Closed issues:
1377
-
1378
- [#432](https://github.com/cksource/umberto/issues/432)
1379
- [#433](https://github.com/cksource/umberto/issues/433)
1380
- [#434](https://github.com/cksource/umberto/issues/434)
1381
- [#441](https://github.com/cksource/umberto/issues/441)
1382
- [#442](https://github.com/cksource/umberto/issues/442)
1383
-
1384
-
1385
-
1386
- ## [0.3.49](https://github.com/cksource/umberto/compare/v0.3.48...v0.3.49) (2018-01-16)
1387
-
1388
- Closes issues:
1389
- [#410](https://github.com/cksource/umberto/issues/410)
1390
- [#422](https://github.com/cksource/umberto/issues/422)
1391
- [#425](https://github.com/cksource/umberto/issues/425)
1392
-
1393
-
1394
- ## [0.3.48](https://github.com/cksource/umberto/compare/v0.3.47...v0.3.48) (2018-01-10)
1395
-
1396
- Fixed [#419](https://github.com/cksource/umberto/issues/419)
1397
-
1398
-
1399
- ## [0.3.47](https://github.com/cksource/umberto/compare/v0.3.42...v0.3.47) (2018-01-09)
1400
-
1401
- 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)
1402
-
1403
- Fixed Typedefs rendering
1404
-
1405
-
1406
- ## [0.3.42](https://github.com/cksource/umberto/compare/v0.3.41...v0.3.42) (2017-12-15)
1407
-
1408
- Fixed [#391](https://github.com/cksource/umberto/issues/391), [#392](https://github.com/cksource/umberto/issues/392)
1409
-
1410
-
1411
- ## [0.3.41](https://github.com/cksource/umberto/compare/v0.3.40...v0.3.41) (2017-12-14)
1412
-
1413
- Fixed [#392](https://github.com/cksource/umberto/issues/392)
1414
-
1415
-
1416
- ## [0.3.40](https://github.com/cksource/umberto/compare/v0.3.39...v0.3.40) (2017-11-24)
1417
-
1418
- * Marking items in ToC improved
1419
- * Code optimizations
1420
-
1421
-
1422
- ## [0.3.39](https://github.com/cksource/umberto/compare/v0.3.38...v0.3.39) (2017-11-21)
1423
-
1424
- * Adding favicons [#378](https://github.com/cksource/umberto/issues/378)
1425
- * Tracking article position in table of contents [#188](https://github.com/cksource/umberto/issues/188)
1426
- * Build optimizations
1427
-
1428
-
1429
- ## [0.3.38](https://github.com/cksource/umberto/compare/v0.3.37...v0.3.38) (2017-11-11)
1430
-
1431
- Module pages which only link to classes etc are ranked lower in search results by default.
1432
-
1433
-
1434
- ## [0.3.37](https://github.com/cksource/umberto/compare/v0.3.35...v0.3.37) (2017-10-31)
1435
-
1436
- * Added link to GitHub [#367](https://github.com/cksource/umberto/issues/367),
1437
- * Added custom ranking to search results.
1438
-
1439
-
1440
- ## [0.3.35](https://github.com/cksource/umberto/compare/v0.3.34...v0.3.35) (2017-10-26)
1441
-
1442
- Improved searching:
1443
-
1444
- * Displaying some results for every category, if available,
1445
- * Scrolling search results,
1446
- * Added possibility to change page's rank.
1447
-
1448
-
1449
- ## [0.3.34](https://github.com/cksource/umberto/compare/v0.3.33...v0.3.34) (2017-10-18)
1450
-
1451
- Resizing top menu on narrow screens.
1452
-
1453
-
1454
- ## [0.3.33](https://github.com/cksource/umberto/compare/v0.3.32...v0.3.33) (2017-10-11)
1455
-
1456
- * Disabled search boosting temporarily as it doesn't work as expected
1457
-
1458
-
1459
- ## [0.3.32](https://github.com/cksource/umberto/compare/v0.3.31...v0.3.32) (2017-10-11)
1460
-
1461
- * Support for "observables", [#338](https://github.com/cksource/umberto/issues/338)
1462
- * Fixed link validation, [#356](https://github.com/cksource/umberto/issues/356)
1463
- * Changes related to DocSearch
1464
-
1465
-
1466
- ## [0.3.31](https://github.com/cksource/umberto/compare/v0.3.30...v0.3.31) (2017-10-06)
1467
-
1468
- Closed [#304](https://github.com/cksource/umberto/issues/304).
1469
-
1470
-
1471
- ## [0.3.30](https://github.com/cksource/umberto/compare/v0.3.29...v0.3.30) (2017-10-04)
1472
-
1473
- Closed issues:
1474
- * [#346](https://github.com/cksource/umberto/issues/346)
1475
- * [#350](https://github.com/cksource/umberto/issues/350)
1476
-
1477
- Fixed 404 page
1478
-
1479
-
1480
- ## [0.3.29](https://github.com/cksource/umberto/compare/v0.3.28...v0.3.29) (2017-10-04)
1481
-
1482
- Closed:
1483
- * [#348](https://github.com/cksource/umberto/issues/348)
1484
-
1485
-
1486
- ## [0.3.28](https://github.com/cksource/umberto/compare/v0.3.27...v0.3.28) (2017-10-03)
1487
-
1488
- Closed issues:
1489
- * [#291](https://github.com/cksource/umberto/issues/291)
1490
- * [#343](https://github.com/cksource/umberto/issues/343)
1491
-
1492
-
1493
- ## [0.3.27](https://github.com/cksource/umberto/compare/v0.3.26...v0.3.27) (2017-10-03)
1494
-
1495
- Closes issues:
1496
- * [#327](https://github.com/cksource/umberto/issues/327)
1497
- * [#340](https://github.com/cksource/umberto/issues/340)
1498
- * https://github.com/ckeditor/ckeditor5/issues/575
1499
-
1500
-
1501
- ## [0.3.26](https://github.com/cksource/umberto/compare/v0.3.25...v0.3.26) (2017-09-29)
1502
-
1503
- Closed issues:
1504
- * [#324](https://github.com/cksource/umberto/issues/324)
1505
- * [#329](https://github.com/cksource/umberto/issues/329)
1506
-
1507
-
1508
- ## [0.3.25](https://github.com/cksource/umberto/compare/v0.3.24...v0.3.25) (2017-09-28)
1509
-
1510
- Closed issues:
1511
- * [#308](https://github.com/cksource/umberto/issues/308)
1512
- * [#272](https://github.com/cksource/umberto/issues/272)
1513
- * [#67](https://github.com/cksource/umberto/issues/67)
1514
-
1515
-
1516
- ## [0.3.24](https://github.com/cksource/umberto/compare/v0.3.23...v0.3.24) (2017-09-26)
1517
-
1518
- * Google Analytics support,
1519
- * Fixed [#320](https://github.com/cksource/umberto/issues/320)
1520
-
1521
-
1522
- ## [0.3.23](https://github.com/cksource/umberto/compare/v0.3.22...v0.3.23) (2017-09-22)
1523
-
1524
- * Improved project switcher
1525
- * Added `sitenav: false` option to front-matter
1526
- * Made search box label contextual
1527
-
1528
-
1529
- ## [0.3.22](https://github.com/cksource/umberto/compare/v0.3.21...v0.3.22) (2017-09-22)
1530
-
1531
- New:
1532
- * `disableSearch: true` option supported by `umberto.json` which removes search box per project,
1533
- * Umberto supports `production: true` option allowing to minify javascript
1534
-
1535
-
1536
- ## [0.3.21](https://github.com/cksource/umberto/compare/v0.3.18...v0.3.21) (2017-09-20)
1537
-
1538
- Changes required for home page support in multi-docs scenario.
1539
-
1540
-
1541
- ## [0.3.18](https://github.com/cksource/umberto/compare/v0.3.17...v0.3.18) (2017-09-20)
1542
-
1543
- Closes issues:
1544
- * [#297](https://github.com/cksource/umberto/issues/297)
1545
- * [#301](https://github.com/cksource/umberto/issues/301)
1546
- * [#302](https://github.com/cksource/umberto/issues/302)
1547
- * [#303](https://github.com/cksource/umberto/issues/303)
1548
-
1549
-
1550
- ## [0.3.17](https://github.com/cksource/umberto/compare/v0.3.16...v0.3.17) (2017-09-18)
1551
-
1552
- Restyled GitHub contribution links.
1553
-
1554
-
1555
- ## [0.3.16](https://github.com/cksource/umberto/compare/v0.3.15...v0.3.16) (2017-09-14)
1556
-
1557
- New:
1558
- 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.
1559
-
1560
- Fixed:
1561
- * [#269](https://github.com/cksource/umberto/issues/269)
1562
- * [#275](https://github.com/cksource/umberto/issues/275)
1563
- * [#283](https://github.com/cksource/umberto/issues/283)
1564
- * [#292](https://github.com/cksource/umberto/issues/292)
1565
-
1566
-
1567
- ## [0.3.15](https://github.com/cksource/umberto/compare/v0.3.14...v0.3.15) (2017-09-11)
1568
-
1569
- Changed DocSearch theme.
1570
-
1571
-
1572
- ## [0.3.14](https://github.com/cksource/umberto/compare/v0.3.13...v0.3.14) (2017-09-07)
1573
-
1574
- New:
1575
- * Make project version available as a variable inside guides. Closes [#279](https://github.com/cksource/umberto/issues/279).
1576
- * Allow building snippets as dependencies of other snippets.
1577
-
1578
-
1579
- ## [0.3.13](https://github.com/cksource/umberto/compare/v0.3.12...v0.3.13) (2017-09-05)
1580
-
1581
- Closed issues:
1582
- * [#262](https://github.com/cksource/umberto/issues/262)
1583
- * [#274](https://github.com/cksource/umberto/issues/274)
1584
-
1585
-
1586
- ## [0.3.12](https://github.com/cksource/umberto/compare/v0.3.10...v0.3.12) (2017-09-04)
1587
-
1588
- New:
1589
- * Link validation after build,
1590
- * Supporting links to guides in API docs,
1591
- * Styles for tables.
1592
-
1593
- Closed issues:
1594
- * [#267](https://github.com/cksource/umberto/issues/267),
1595
- * [#270](https://github.com/cksource/umberto/issues/270),
1596
- * [#126](https://github.com/cksource/umberto/issues/126).
1597
-
1598
-
1599
-
1600
- ## [0.3.10](https://github.com/cksource/umberto/compare/v0.3.8...v0.3.10) (2017-08-29)
1601
-
1602
- Fixed [#259](https://github.com/cksource/umberto/issues/259)
1603
-
1604
-
1605
- ## [0.3.8](https://github.com/cksource/umberto/compare/v0.3.7...v0.3.8) (2017-08-25)
1606
-
1607
- Added ids and links to Properties, Methods etc headings to see how it improves search experience.
1608
-
1609
- Fixed:
1610
- [#255](https://github.com/cksource/umberto/issues/255)
1611
-
1612
-
1613
- ## [0.3.7](https://github.com/cksource/umberto/compare/v0.3.6...v0.3.7) (2017-08-24)
1614
-
1615
- Changed to liveSnippets generator.
1616
-
1617
- Fixed:
1618
- * [#250](https://github.com/cksource/umberto/issues/250)
1619
- * [#252](https://github.com/cksource/umberto/issues/252)
1620
-
1621
-
1622
- ## [0.3.6](https://github.com/cksource/umberto/compare/v0.3.5...v0.3.6) (2017-08-23)
1623
-
1624
- Changes to liveSnippets:
1625
- * enabled snippetOptions,
1626
- * fixed --skip-snippets mode
1627
-
1628
-
1629
- ## [0.3.5](https://github.com/cksource/umberto/compare/v0.3.4...v0.3.5) (2017-08-21)
1630
-
1631
- Fixed [#243](https://github.com/cksource/umberto/issues/243)
1632
-
1633
-
1634
- ## [0.3.4](https://github.com/cksource/umberto/compare/v0.3.3...v0.3.4) (2017-08-21)
1635
-
1636
- * Removed some unwanted files which got into npm package before,
1637
- * Added possibility to extend default theme,
1638
- * Fixed [#225](https://github.com/cksource/umberto/issues/225)
1639
-
1640
-
1641
-
1642
- ## [0.3.3](https://github.com/cksource/umberto/compare/v0.3.2...v0.3.3) (2017-08-18)
1643
-
1644
- Fixed issues:
1645
- * [#54](https://github.com/cksource/umberto/issues/54)
1646
- * [#216](https://github.com/cksource/umberto/issues/216)
1647
- * [#218](https://github.com/cksource/umberto/issues/218)
1648
- * [#205](https://github.com/cksource/umberto/issues/205)
1649
- * [#147](https://github.com/cksource/umberto/issues/147)
1650
- * [#220](https://github.com/cksource/umberto/issues/220)
1651
- * [#214](https://github.com/cksource/umberto/issues/214)
1652
- * [#146](https://github.com/cksource/umberto/issues/146)
1653
- * [#204](https://github.com/cksource/umberto/issues/204)
1654
- * [#203](https://github.com/cksource/umberto/issues/203)
1655
- * [#223](https://github.com/cksource/umberto/issues/223)
1656
- * [#134](https://github.com/cksource/umberto/issues/134)
1657
- * [#230](https://github.com/cksource/umberto/issues/230)
1658
- * [#217](https://github.com/cksource/umberto/issues/217)
1659
- * [#221](https://github.com/cksource/umberto/issues/221)
1660
- * [#222](https://github.com/cksource/umberto/issues/222)
1661
- * [#219](https://github.com/cksource/umberto/issues/219)
1662
- * [#237](https://github.com/cksource/umberto/issues/237)
1663
-
1664
-
1665
- ## [0.3.2](https://github.com/cksource/umberto/compare/v0.3.1...v0.3.2) (2017-08-09)
1666
-
1667
- More layout changes,
1668
- Closed issues:
1669
- * [#213](https://github.com/cksource/umberto/issues/213)
1670
- * [#187](https://github.com/cksource/umberto/issues/187)
1671
- * [#145](https://github.com/cksource/umberto/issues/145)
1672
- * [#148](https://github.com/cksource/umberto/issues/148)
1673
- * [#198](https://github.com/cksource/umberto/issues/198)
1674
-
1675
-
1676
- ## [0.3.1](https://github.com/cksource/umberto/compare/v0.3.0...v0.3.1) (2017-08-08)
1677
-
1678
- * More layout changes
1679
- * Fixed some html issues
1680
-
1681
-
1682
- ## [0.3.0](https://github.com/cksource/umberto/compare/v0.2.25...v0.3.0) (2017-08-07)
1683
-
1684
- * Layout changes: improved table of contents, notice boxes, updated API docs look and more,
1685
- * [#181](https://github.com/cksource/umberto/issues/181)
1686
- * [#68](https://github.com/cksource/umberto/issues/68)
1687
- * [#191](https://github.com/cksource/umberto/issues/191)
1688
- * [#189](https://github.com/cksource/umberto/issues/189)
1689
- * [#193](https://github.com/cksource/umberto/issues/193)
1690
- * [#192](https://github.com/cksource/umberto/issues/192)
1691
- * [#183](https://github.com/cksource/umberto/issues/183)
1692
- * [#184](https://github.com/cksource/umberto/issues/184)
1693
- * [#185](https://github.com/cksource/umberto/issues/185)
1694
-
1695
-
1696
-
1697
- ## [0.2.25](https://github.com/cksource/umberto/compare/v0.2.24...v0.2.25) (2017-07-25)
1698
-
1699
- Allow copying common files like `robots.txt` to root directory of multi project build.
1700
-
1701
-
1702
- ## [0.2.24](https://github.com/cksource/umberto/compare/v0.2.20...v0.2.24) (2017-07-25)
1703
-
1704
- Fixed issues with building a "simple" projects (one-pagers containing only index.md file)
1705
-
1706
-
1707
- ## [0.2.20](https://github.com/cksource/umberto/compare/v0.2.18...v0.2.20) (2017-07-11)
1708
-
1709
- Changelog:
1710
- * Changed snippets output directory (Fixing: https://github.com/CKEditor5/ckeditor5.github.io/issues/34)
1711
- * Changed directory structure of doc pages and assets to include project versions.
1712
-
1713
-
1714
- ## [0.2.18](https://github.com/cksource/umberto/compare/v0.2.17...v0.2.18) (2017-07-05)
1715
-
1716
- New feature:
1717
- * Added Algolia DocSearch support
1718
-
1719
-
1720
- ## [0.2.17](https://github.com/cksource/umberto/compare/v0.2.15...v0.2.17) (2017-07-04)
1721
-
1722
- New feature:
1723
- * Support for live snippets.
1724
-
1725
-
1726
- ## [0.2.15](https://github.com/cksource/umberto/compare/v0.2.13...v0.2.15) (2017-07-04)
1727
-
1728
- Fixed issues:
1729
- * [#136](https://github.com/cksource/umberto/issues/136)
1730
- * [#159](https://github.com/cksource/umberto/issues/159)
1731
-
1732
- Internal:
1733
- * Some refactoring
1734
- * Updated README
1735
-
1736
-
1737
- ## [0.2.13](https://github.com/cksource/umberto/compare/v0.2.12...v0.2.13) (2017-06-28)
1738
-
1739
- Internal changes:
1740
- * Refactored templates
1741
- * Changed building process
1742
-
1743
-
1744
- ## [0.2.12](https://github.com/cksource/umberto/compare/v0.2.11...v0.2.12) (2017-06-26)
1745
-
1746
- Fixed issues:
1747
- * [#46](https://github.com/cksource/umberto/issues/46)
1748
- * Minor code block link styling
1749
-
1750
-
1751
- ## [0.2.11](https://github.com/cksource/umberto/compare/v0.2.10...v0.2.11) (2017-06-23)
1752
-
1753
- Patch:
1754
- * Fixed minor code block styling issue.
1755
-
1756
-
1757
- ## [0.2.10](https://github.com/cksource/umberto/compare/v0.2.9...v0.2.10) (2017-06-23)
1758
-
1759
- Fixed issues:
1760
- * [#91](https://github.com/cksource/umberto/issues/91)
1761
- * [#92](https://github.com/cksource/umberto/issues/92)
1762
- * [#109](https://github.com/cksource/umberto/issues/109)
1763
- * [#116](https://github.com/cksource/umberto/issues/116)
1764
- * [#130](https://github.com/cksource/umberto/issues/130)
1765
- * [#143](https://github.com/cksource/umberto/issues/143)
1766
- * [#154](https://github.com/cksource/umberto/issues/154)
1767
-
1768
-
1769
- ## [0.2.9](https://github.com/cksource/umberto/compare/v0.2.8...v0.2.9) (2017-06-19)
1770
-
1771
- Fixed issues:
1772
- * [#108](https://github.com/cksource/umberto/issues/108)
1773
- * [#149](https://github.com/cksource/umberto/issues/149)
1774
- * [#153](https://github.com/cksource/umberto/issues/153)
1775
-
1776
-
1777
- ## [0.2.8](https://github.com/cksource/umberto/compare/v0.2.7...v0.2.8) (2017-06-09)
1778
-
1779
- Fixed issues:
1780
- * [#52](https://github.com/cksource/umberto/issues/52)
1781
- * [#119](https://github.com/cksource/umberto/issues/119)
1782
- * [#129](https://github.com/cksource/umberto/issues/129)
1783
- * [#131](https://github.com/cksource/umberto/issues/131)
1784
-
1785
-
1786
- ## [0.2.7](https://github.com/cksource/umberto/compare/v0.2.6...v0.2.7) (2017-06-07)
1787
-
1788
- Fixed [#114](https://github.com/cksource/umberto/issues/114) Improve subclasses/hierarchy/mixes panel in the API docs.
1789
-
1790
-
1791
- ## [0.2.6](https://github.com/cksource/umberto/compare/v0.2.0...v0.2.6) (2017-05-31)
1792
-
1793
- Fixed issues:
1794
- * [#120](https://github.com/cksource/umberto/issues/120) Headings in API docs are not styled.
1795
- * [#124](https://github.com/cksource/umberto/issues/124) Fix backtick code blocks.
1796
-
1797
-
1798
- ## [0.2.0](https://github.com/cksource/umberto/compare/v0.1.1...v0.2.0) (2017-05-18)
1799
-
1800
- Published on npm v0.2.0
1801
-
1802
- Fixed issues:
1803
- * [#56](https://github.com/cksource/umberto/issues/56) Poor class list styling.
1804
- * [#86](https://github.com/cksource/umberto/issues/86) Add "Inherited" label next to properties.
1805
- * [#87](https://github.com/cksource/umberto/issues/87) Navigation tree is expanded on api docs index page.
1806
- * [#90](https://github.com/cksource/umberto/issues/90) Support links to API docs in guides.
1807
- * [#97](https://github.com/cksource/umberto/issues/97) Add support for namespaces and constants.
1808
-
1809
-
1810
- ## [0.1.1](https://github.com/cksource/umberto/compare/v0.1.0...v0.1.1) (2017-05-11)
1811
-
1812
- Published on npm v0.1.1
1813
-
1814
- Fixed issues:
1815
- * [#50](https://github.com/cksource/umberto/issues/50) The font used for the docs renders terribly on non-retina
1816
- * [#51](https://github.com/cksource/umberto/issues/51) Backgrounds of preformatted text overlap
1817
- * [#59](https://github.com/cksource/umberto/issues/59) "event:" prefix should be removed from event names
1818
- * [#65](https://github.com/cksource/umberto/issues/65) Protected/private filter doesn't work for inherited properties
1819
- * [#69](https://github.com/cksource/umberto/issues/69) Sidebar of API docs should have separate scroll
1820
-
1821
-
1822
- ## [0.1.0](https://github.com/cksource/umberto/releases/tag/v0.1.0) (2017-05-09)
1823
-
1824
- Published on npm v0.1.0
56
+ * Umberto attempts to load the theme's favicons in case a project does not define its own, rather than generating links to non-existent resources. Closes [#1256](https://github.com/cksource/umberto/issues/1256). ([commit](https://github.com/cksource/umberto/commit/a6de17b195a67e78010773f420e54fa16b154378))
1825
57
 
1826
- Fixed issues:
58
+ ---
1827
59
 
1828
- * [#49](https://github.com/cksource/umberto/issues/49) The heading looks really out of place
1829
- * [#58](https://github.com/cksource/umberto/issues/58) Filter options are not remembered
1830
- * [#62](https://github.com/cksource/umberto/issues/62) Module names are incorrectly parsed
1831
- * [#66](https://github.com/cksource/umberto/issues/66) Pages miss <title>
1832
- * [#70](https://github.com/cksource/umberto/issues/70) Directories should be listed before packages
60
+ To see all releases, visit the [release page](https://github.com/cksource/umberto/releases).