Skip to content

v17.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 18:35

17.0.0 (2024-01-10)

⚠ BREAKING CHANGES

  • removing init console log, that serves no purpose in a production release
  • More type cleanup to enable tsconfig strict=true
  • moving tsconfig to strict since this is the default in angular projects
  • migration angular material components and styles to newer offerings in angular 17

Features

  • moving tsconfig to strict since this is the default in angular projects (f4683d1)

Miscellaneous Chores

  • migration angular material components and styles to newer offerings in angular 17 (f4683d1)
  • More type cleanup to enable tsconfig strict=true (912aab0)
  • removing init console log, that serves no purpose in a production release (44bb1d9)