Skip to content

v1.3.3

Compare
Choose a tag to compare
@SebastianKohler SebastianKohler released this 04 Apr 11:34
· 35 commits to main since this release
e7cbdaa

1.3.3 – 2024-04-04

Added

  • Docs: notes on how to run nginx in front of Node.js app locally. (caf8d1e)

Changed

  • Replace deprecated browserTarget with buildTarget in extract-i18n options in angular.json. (96c94fe)
  • Ensure build uses latest version of Node.js Docker-image. Remove unnecessary quotes around strings in GitHub Actions YAML build file. (971e06e)
  • Docs: restructure notes on running app locally. (a41dc7d)
  • Update nginx to 1.25.4. (2ce5529)
  • Deps: update @angular to 17.3.3. (e531f86, 0873abb)
  • Deps: update @ionic to 7.8.3. (29bd2ae, aa69990)
  • Deps: update express to 4.19.2. (a4443eb)
  • Deps: update ionicons to 7.3.1. (9d0bc07)
  • Deps: update marked to 12.0.1. (2978215)
  • Deps: update @types/node to 20.12.4. (5987f3a, 11f0385)
  • Deps: update ng-extract-i18n-merge to 2.11.2. (bd55fd0, 68d72fe)
  • Deps: update typescript to 5.4.3. (fd5d49f)
  • Deps: update es5-ext to 0.10.64 (e06c6d4)
  • Deps: update follow-redirects to 1.15.6. (82d4839)

Fixed

  • Link-elements added to the DOM using a custom renderer in the document head service are cleaned up when the service is destroyed. This fixes a potential memory leak in the SSR-app. (736195e)
  • Return values of the RxJS catchError function. (fb862c2)
  • Ensure cleanup of event listeners in the draggable-image directive. (0b2f871)