Skip to content

Releases: ng-doc/ng-doc

v16.8.0

07 Jul 22:06

Choose a tag to compare

16.8.0 (2023-07-07)

Bug Fixes

  • schematics: using slashes in the title leads to changing the final directory where the generated file will be placed (1436ff9)

Features

  • page-processors: page processor is now a public API and can be used for dynamically creating components within pages, check documentation for more details (8f98d6e)
  • playgrounds: add more opportunities to configure playgrounds, making them more dynamic and reusable (#80) (cc661fb)
  • schematics: add --name flag for page and category schematics that can be used to provide variable name (4188b7b), closes #75

v16.7.2

05 Jul 22:01

Choose a tag to compare

16.7.2 (2023-07-05)

Bug Fixes

  • builder: playgrounds do not dynamically update the list of inputs when the dev-server is running, and used class is included in the API list (d25a410)
  • playgrounds: playgrounds do not recognize dynamic default values, such as the result of a function call or a value from a constructor variable (dd5381b), closes #76
  • ui-kit: the text of the tabs overlaps with the overlay created by the sidebar (d66f649)
  • utils: keywords used in the inline code are processed not as a whole, but by attempting to find occurrences (024f43f)

v16.7.1

03 Jul 18:33

Choose a tag to compare

16.7.1 (2023-07-03)

Bug Fixes

  • builder: generated links for the accessors via keywords have incorrect label (da70a1b)
  • builder: some code presentations or files that were loaded to the code blocks have empty line at the end (7382b73)

v16.7.0

02 Jul 13:27

Choose a tag to compare

16.7.0 (2023-07-02)

Bug Fixes

  • builder: code blocks parameters don't support some characters (b91d26f)

Features

  • project: code blocks can now be grouped using tabs (f9d2ef1)

v16.6.6

01 Jul 16:42

Choose a tag to compare

16.6.6 (2023-07-01)

Bug Fixes

  • builder: fix tests (0aca03c)
  • builder: generated files via schematics have some miss alignments (062cb0d)
  • builder: schematics don't work in the root folder of the repository (2caeef6), closes #71
  • builder: some symbols in the page and category titles cause a built error (d230811), closes #73

v16.6.5

26 Jun 13:06

Choose a tag to compare

16.6.5 (2023-06-26)

Bug Fixes

  • project: add schematic fails on brand new angular 16.1 app (a6dd29d), closes #69

v16.6.4

24 Jun 17:12

Choose a tag to compare

16.6.4 (2023-06-24)

Bug Fixes

  • builder: parsimmon package is not installed after adding ng-doc to the project (b5a030b)

v16.6.3

21 Jun 18:39

Choose a tag to compare

16.6.3 (2023-06-21)

Bug Fixes

  • builder: build gets stuck if there are no file entities (388eda0), closes #67

v16.6.2

21 Jun 18:03

Choose a tag to compare

16.6.2 (2023-06-21)

Bug Fixes

  • builder: playgrounds autogeneration does not support Angular 16 required inputs (c36a348), closes #68
  • keywords-loaders: remove warning about experimental fetch method (9c72b0b)

v16.6.1

14 Jun 22:59

Choose a tag to compare

16.6.1 (2023-06-14)

Bug Fixes

  • app: the code block is not displayed correctly in playgrounds (a0e6d92)