Skip to content

v15.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 21:12
· 711 commits to release since this release

15.7.0 (2023-03-07)

Bug Fixes

  • app: filter for entity type on the api list page doesn't display type icons (eeb8bdd)
  • app: global CSS styles leak into component demos (91727f5), closes #28
  • app: prev/next links are wrong for pages with similar routes (3cdf42a), closes #29
  • app: remove warning about beautify-html library (714f3c7)
  • builder: onlyForTags property of the page/category configuration object should contain project configuration name like production or development (9aebc99)

Features

  • app: toc is generated based on headers with id given header level (96cd9e2)
  • app: add anchorHeadings to the NgDocConfiguration interface, that can be used to limit the headings for which anchor links should be generated (10aaa20), closes #27
  • app: filter by entity name on the api list page is focused by default (865d0a4)
  • app: replace ngDoc configuration field in angular.json with ng-doc.config.js file (e2c9b6c), closes #20