Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@m67hoff m67hoff released this 12 Mar 23:17
· 5 commits to master since this release

update to Angular 11.2

Features

WebApp (Angular)

  • local material-icons-fonts
  • new setting for minimal Connect Version 3.10.0 in webappconfig.json
  • removed link to connectInstaller (now part of asperaweb-4)
  • help links are now configured in webapphelp.json

server (node.js)

  • placeholder for easy connect hosting
  • Content-Security-Policy - header now configurable in serverconfig.json

Fixes

WebApp (Angular)

  • update links in Readme.md and help side-nav
  • remove trailing slashes for nodeURL input field
  • update to angular 11.2.x + all other npm packages
  • update tsconfig / tslint to latest ng-cli templates

server (node.js)

  • npm updates to latest level: helmet, commander
  • remove deprecated body-parser (now in express)
  • fix for cp4i (delete request.headers.host)