Skip to content

Releases: ng-doc/ng-doc

v15.7.4

12 Mar 18:09

Choose a tag to compare

15.7.4 (2023-03-12)

Bug Fixes

  • add: add command adds deprecated configuration (dbaf75b)
  • add: path error, if ngDoc configuration in angular.json is not provided (03a57ad)
  • app: global CSS styles leak into component demos (f8d615a), closes #28

v15.7.3

08 Mar 19:14

Choose a tag to compare

15.7.3 (2023-03-08)

Bug Fixes

  • app: global CSS styles leak into component demos (1ab364d), closes #28

v15.7.2

08 Mar 16:58

Choose a tag to compare

15.7.2 (2023-03-08)

Bug Fixes

  • app: some dependencies are not installed (0c57d6c), closes #30

Reverts

  • Revert "fix(app): global CSS styles leak into component demos" (a1d9bb9)

v15.7.1

07 Mar 23:49

Choose a tag to compare

15.7.1 (2023-03-07)

Bug Fixes

  • app: ng-doc does not use the tsConfig passed in the global configuration (3dfd5cc)

v15.7.0

07 Mar 21:12

Choose a tag to compare

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

v15.6.0

03 Mar 20:53

Choose a tag to compare

15.6.0 (2023-03-03)

Bug Fixes

  • app: missing dependency js-beautify (fa1a8e3), closes #22
  • builder: api scopes are not sorted by order field (b07598c)
  • builder: paths are generated incorrectly on Windows (9cbda4c), closes #25

Features

  • app: add scope filter for api list (911196c), closes #23

v15.5.1

01 Mar 21:28

Choose a tag to compare

15.5.1 (2023-03-01)

Bug Fixes

  • app: previous page button display on the right side of the page (b32d978)
  • app: previous/next buttons have wrong background color for dark themes (90bf376)

v15.5.0

01 Mar 20:34

Choose a tag to compare

15.5.0 (2023-03-01)

Features

  • app: add "Previous/Next Page" links to guide pages (01bd3fd), closes #19
  • app: display protected keyword (56b8f4c), closes #13
  • ui-kit: add more types of button (7708737)

v15.4.1

26 Feb 20:29

Choose a tag to compare

15.4.1 (2023-02-26)

Performance Improvements

  • app: add minification for HTML files (c51ad6d)
  • app: remove unused languages imports for highlight.js (ab93672)
  • builder: change imports from @ng-doc/core (44b949c)
  • builder: reduce delays (12a8fcf)
  • builder: replace prettier with js-beautify to reduce bundle size (da688e5)

v15.4.0

24 Feb 18:54

Choose a tag to compare

15.4.0 (2023-02-24)

Features

  • app: add dark purple theme (fce107f)
  • app: add more options to configure demo action (2ce8826), closes #16