Skip to content

Releases: ng-doc/ng-doc

v16.6.0

14 Jun 20:52

Choose a tag to compare

16.6.0 (2023-06-14)

Bug Fixes

  • app: decorators in API pages are displayed without a gap (e697bd0)

Features

  • app: the copy button in the code block is now visible only when you hover the cursor (18fae7e)
  • builder: add lines highlighter. You can use this feature to highlight any line of code inside your code blocks (66bd91f)
  • builder: add option to change the output folder for the documentation application (4069b47), closes #65
  • builder: builder adds lines to the code blocks (c3cefcb)

v16.5.1

09 Jun 15:59

Choose a tag to compare

16.5.1 (2023-06-09)

Bug Fixes

  • builder: config loader requires swc packages (7a4b06a)

v16.5.0

09 Jun 15:18

Choose a tag to compare

16.5.0 (2023-06-09)

Bug Fixes

  • builder: anchor is removed for external links (f0a62b4)
  • builder: application build command doesn't exit (cf83777), closes #64
  • builder: builder doesn't collect exported declarations from barrel files (553291c)
  • builder: builder doesn't rebuild page after changes if it was restored from cache (295e3ee)
  • builder: entities with errors or warnings are cached (57a4648)
  • builder: the cache is not invalidated after removing .ng-doc folder (7ccc0be), closes #58
  • builder: the delay of the tooltip before opening has been increased to 1 second (bfc67cc)

Features

  • app: external links now display the special icon (ebc7b46)
  • builder: add keywordLoaders to the builder configuration file that allows you to specify async loaders for global keywords (1ef5f74)
  • project: add ngDocKeywordsLoader to integrate your documentation with third-party documentation that was created with NgDoc (6968045)
  • project: add ngKeywordsLoader to integrate your documentation with the Angular documentation (a0d3863)

Performance Improvements

  • app: js-beautify library was replaces with esthetic library, which reduces the bundle size and improves html formatting for playgrounds (bb17556)
  • core: remove rxjs dependency that affects the bundle size (2368a00)

v16.5.0-beta.2

09 Jun 15:04

Choose a tag to compare

v16.5.0-beta.2 Pre-release
Pre-release

16.5.0-beta.2 (2023-06-09)

Bug Fixes

  • keywords-loaders: fix release cycle for the keywords-loaders library (a1dbda9)

v16.4.3

07 Jun 05:32

Choose a tag to compare

16.4.3 (2023-06-07)

Bug Fixes

  • builder: application build command doesn't exit (7928134), closes #64

v16.4.3-beta.1

07 Jun 20:55

Choose a tag to compare

v16.4.3-beta.1 Pre-release
Pre-release

16.4.3-beta.1 (2023-06-07)

Bug Fixes

  • builder: application build command doesn't exit (7928134), closes #64
  • builder: the cache is not invalidated after removing .ng-doc folder (c20e479)
  • 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)
  • semantic-release: bump version (d0f1862)

v16.4.2

06 Jun 10:33

Choose a tag to compare

16.4.2 (2023-06-06)

Bug Fixes

  • app: playgrounds break with an injector error when creating (2edf223)

v16.4.1

06 Jun 07:56

Choose a tag to compare

16.4.1 (2023-06-06)

Bug Fixes

  • app: playgrounds can't find type controls (953a08b)

v16.4.0

06 Jun 06:29

Choose a tag to compare

16.4.0 (2023-06-06)

Features

  • builder: builder and error/warning output have been improved, now the builder is more stable and it's easier to understand where you are having problems (#61) (7d11c79)
  • project: add support for directives and pipes to playgrounds (#62) (28b0930), closes #60
  • project: now you can specify the anchors for the keywords that can create a link to the page's section or API member (#63) (a16d5d4), closes #2

v16.3.6

02 Jun 09:11

Choose a tag to compare

16.3.6 (2023-06-02)

Bug Fixes

  • project: minimatch has wrong version in dependencies (d271d02)