Releases: ng-doc/ng-doc
Releases Β· ng-doc/ng-doc
v16.6.0
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
v16.5.0
16.5.0 (2023-06-09)
Bug Fixes
- builder: anchor is removed for external links (f0a62b4)
- builder: application
buildcommand 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-docfolder (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
keywordLoadersto the builder configuration file that allows you to specify async loaders for global keywords (1ef5f74) - project: add
ngDocKeywordsLoaderto integrate your documentation with third-party documentation that was created with NgDoc (6968045) - project: add
ngKeywordsLoaderto integrate your documentation with the Angular documentation (a0d3863)
Performance Improvements
v16.5.0-beta.2
16.5.0-beta.2 (2023-06-09)
Bug Fixes
- keywords-loaders: fix release cycle for the
keywords-loaderslibrary (a1dbda9)
v16.4.3
v16.4.3-beta.1
16.4.3-beta.1 (2023-06-07)
Bug Fixes
- builder: application
buildcommand doesn't exit (7928134), closes #64 - builder: the cache is not invalidated after removing
.ng-docfolder (c20e479) - ng-doc:
ng-docdoesn'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
v16.4.1
v16.4.0
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