Skip to content

Releases: OasisDigital/ng-doc-portal

v1.9.3

21 Aug 20:31
a6a09cd
Compare
Choose a tag to compare
  • Generator Bugs and App config fixes

v1.9.2

20 Aug 15:28
c520a7c
Compare
Choose a tag to compare
  • Updated/Fixed broken generators due to compatibility issues with newer Nx versions

v1.9.1

18 Jul 14:31
bd27e75
Compare
Choose a tag to compare
  • Added peer dep for rxjs allowing for override in downstream repos

v1.9.0

11 Jul 13:42
Compare
Choose a tag to compare

Upgrade to Nx 19 and Angular v18
Change internal code to use control flow syntax instead of structural directives

v1.8.0

27 Mar 15:32
506bf8f
Compare
Choose a tag to compare
  • Upgraded to Nx v18.x.x
    • Doc Page generator now has a --directory argument to specify where the files are placed.
  • Upgraded to Angular 17.x.x

v1.7.1

13 Mar 13:57
Compare
Choose a tag to compare
  • Add missing documentation for custom landing page component provider

v1.7.0

13 Mar 13:49
Compare
Choose a tag to compare
  • Added custom landing page provider, allowing uses to override the default content with their own component. This will replace the default message of "Please select a component document page from the side navigation.".
  • Added navigation to landing page via title anchor router link. This will take you back to the / root route where no component doc page is selected.

v1.6.2

17 Aug 17:33
Compare
Choose a tag to compare
  • Added missing dependency for ng-doc-portal on marked-highlight that occurred due to the upgrade when the marked package split a lot of it's features into different packages...

v1.6.1

17 Aug 14:29
Compare
Choose a tag to compare
  • Fixed issues with default imports having occurred from upgrading several core packages (prettier, chalk, fastglob, etc...)\
    • This issue didn't present itself inside the github repo, but only once published & installed on an actual nx workspace... Should do npm link in the future to test before publishing after an upgrade.

v1.6.0

20 Jul 19:28
Compare
Choose a tag to compare
  • Upgraded to latest Nx & Angular
  • Removed prettier as a runtime dependency of the Angular package. We used this to format code for code snippets, but it's main purpose was to make the whitespacing uniform for parsed html/multiline strings. This has been replaced with some logic to uniformly strip leading whitespace across the multiline html/string input. The code passed to the code snippet will not be autoformatted anymore.
  • Upgraded as many dependencies as possible to latest (marked, ngx-highlightjs, fast-glob, @phenomnomnominal/tsquery, minimatch etc...)
  • minor design fixes of theme select with milligram