Skip to content

7.5.0

Compare
Choose a tag to compare
@ernscht ernscht released this 02 May 05:12
· 164 commits to develop since this release

Feature:

  • (project): update typescript to v5 5cb5bbd
  • (project): use prettier for scss and update stylelint to v15 95894f3
  • (project): use playwright ui-mode for test generation c0b6dd7

Maintanance:

  • update dependencies and default node version
  • documentation updates

... and some other fixes and improvements: 7.4.0...7.5.0

Update info:

  • Using Typescript 5 might require small changes to the code.
  • Using stylelint 15 will require changes to the code. A run of stylelint src/**/*.*ss --fix may fix some things automatically.

After the update it makes sense to run prettier once: npm run prettier