Skip to content

v1.6.0

Compare
Choose a tag to compare
@zjkipping zjkipping released this 20 Jul 19:28
· 15 commits to main since this release
  • 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