Replace CDN React/ReactDOM/Babel with local libs; remove Babel and inline scripts Build Tailwind locally, add safelist; switch to assets/tailwind.css Self-host Font Awesome and Inter (CSS + woff2); remove external font CDNs Implement strict CSP (no unsafe-inline/eval; scripts/styles/fonts from self) Extract inline handlers; move PWA scripts to external files Add local QR code generation (qrcode lib) and remove api.qrserver.com Improve SessionTypeSelector visual selection (highlighted background and ring) Keep PWA working with service worker and offline assets Refs: CSP hardening, offline-first, no external dependencies
2.1 KiB
2.1 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.0 (2019-11-10)
⚠ BREAKING CHANGES
- update deps, drop Node 6
Code Refactoring
- update deps, drop Node 6 (62056df)
5.0.0 (2019-04-10)
Bug Fixes
BREAKING CHANGES
- Drop support for node < 6.
4.1.0 (2018-04-23)
Features
4.0.0 (2017-12-18)
Bug Fixes
- downgrades strip-ansi to version 3.0.1 (#54) (5764c46)
- set env variable FORCE_COLOR. (#56) (7350e36)
Chores
Features
BREAKING CHANGES
- officially drop support for Node < 4
3.2.0 (2016-04-11)
Bug Fixes
- reduces tarball size (acc6c33)
Features
- adds standard-version for release management (ff84e32)