add StaticRoute option "fetchNodeLevel" to be used with "fetchNode" to control how many url parts are sent to the siteview node api to resolve a route entry (f9e90ce0)
new search package queryParams options "assetTypes" and "includeInSearch" (7cd86adb)
scripts server start option. attributes option to add custom attributes to all rendered script tags. startup is now specified under new 'scripts' option (912625a9)
add VersionInfo page as a named export of /util sub package, add globals from server startup options, keep this all server-side (9290561c)
add new server start option "appRootPath", add support for any "startupScriptFilename" to be provided, added "resolveStartupMiddleware" to resolve requests for this static file to be served up from /dist/static/startup.js skip ci
hostname in routing redux (17ed17f7)
Bug Fixes
support new scripts.startup server config option (c53b96af)
oidc-client import returning "UserMAnager is not a constructor" error when not importing the library version (b18b331f)
build error around undefined global var (bdb0fc91)
ensure in-app 404s hit the load balancer to allow load balancer take over and do any required rerouting (56dc8f12)
add defaultLang to all api calls in routing saga (1fc57ba3)
Code Style Changes
a new lick of paint for vscode (27c9a40d)
Tests
add console.info when writing login cookies (de51a605)
Build System / Dependencies
update search package to typescript branch (249ea515)
remove /forms dir from global .npmignore (7bbb85e4)
fix ci error due to out of date package-lock.json skip ci
change release action to use github hosted runner (5a5d95c1)