Skip to content

Releases: ng-doc/ng-doc

v16.3.5

01 Jun 19:34

Choose a tag to compare

16.3.5 (2023-06-01)

Bug Fixes

  • builder: builder doesn't see file changes on Windows machines (673bf83)

v16.3.4

30 May 19:29

Choose a tag to compare

16.3.4 (2023-05-30)

Bug Fixes

  • builder: add @angular/cdk to the dependencies of the ui-kit package (9fb07e6)
  • builder: disable cache feature by default as it is unstable for the production (89a04dc)
  • builder: playground doesn't update inputs based on source code changes in development mode (f9a5966)

v16.3.3

30 May 10:27

Choose a tag to compare

16.3.3 (2023-05-30)

Bug Fixes

  • builder: playground doesn`t change components inputs in production if production target builds application from dist folder (3fd3060)

v16.3.2

29 May 14:08

Choose a tag to compare

16.3.2 (2023-05-29)

Bug Fixes

  • builder: update @orama/* packages to the stable ones (7a3159f)
  • builder: update version of rxjs dependency which will install the latest version of tslib (16fde16)

v16.3.1

29 May 13:16

Choose a tag to compare

16.3.1 (2023-05-29)

Bug Fixes

  • app: some icons are not displayed (689b194)

v16.3.0

29 May 12:41

Choose a tag to compare

16.3.0 (2023-05-29)

Bug Fixes

  • builder: add missing dependencies (cf7d42a)

Features

  • project: pages now are standalone, which means you can import/register Angular dependencies in the page itself and if you use standalone components, you don't need to import anything! Please see migration guide to know how to migrate (#57)! (#56) (21e6c17), closes #42 #52

v16.3.0-beta.3

29 May 12:23

Choose a tag to compare

v16.3.0-beta.3 Pre-release
Pre-release

16.3.0-beta.3 (2023-05-29)

Bug Fixes

  • builder: add missing dependencies (cf7d42a)

v16.3.0-beta.2

29 May 11:39

Choose a tag to compare

v16.3.0-beta.2 Pre-release
Pre-release

16.3.0-beta.2 (2023-05-29)

Bug Fixes

  • semantic-release: bump version (d0f1862)

v16.3.0-beta.1

29 May 11:15

Choose a tag to compare

v16.3.0-beta.1 Pre-release
Pre-release

16.3.0-beta.1 (2023-05-29)

Bug Fixes

  • ng-doc: ng-doc doesn't forget pages that have been moved to another directory (c433a10)
  • ng-doc: release trigger (e7ac592)
  • project: dependency injection error after update to 15.10.0 (cc41f44)

Features

  • project: pages now are standalone, which means you can import/register Angular dependencies in the page itself and if you use standalone components, you don't need to import anything! Please see migration guide to know how to migrate (#57)! (#56) (21e6c17), closes #42 #52

v16.2.1

26 May 08:11

Choose a tag to compare

16.2.1 (2023-05-26)

Bug Fixes

  • builder: the builder throws an error if the demo code has certain javascript characters (cf86d3b)