General Changes
- This release updated the dependencies in order to fix known security vulnerabilities.
- The favicon and logos (csv files) were updated to dynamically change based on the active theme of the browser. The new dynamic csv favicon was added in the
<head>
of each page and therefore changing all.html
pages. - Switched from the manually built alpine CSP version to the pre-built CSP module which can now be installed directly via
npm
. Finally 🎉 !
Changed files since last Release
- [build/img/*.svg] added new dynamic version of light/dark themed svg's.
- [build/*.html] linked the new dynamic
favicon.csv
file in the<head>
of each page. The browser now picks the dynamic csv if that file is supported as a favicon: Progressive Enhancement. - [build/favicon.svg] added dynamic favicon automatically switching between light and dark theme of the browser.
- [build/vendor.js] updated compiled javascript taking the updated dependencies as well as the new CSP module into consideration.
- [/package.json] removed deprecated custom
postinstall
andupdate
npm-scripts because alpine CSP is no longer included as manually built module but rather as regular NPM module.
Full Changelog: v2.0.0...v2.0.1