Releases: OasisDigital/ng-doc-portal
Releases · OasisDigital/ng-doc-portal
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.8.0
v1.7.1
v1.7.0
- 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
v1.6.1
- 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.
- This issue didn't present itself inside the github repo, but only once published & installed on an actual nx workspace... Should do
v1.6.0
- 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