feat(recorder): lazy-load rrweb and rrweb-player from CDN via SioServiceLibLoader and switch sio-recorder to use the loader

This commit is contained in:
2026-01-02 10:59:51 +00:00
parent 673af0e39c
commit 888ec95185
8 changed files with 1262 additions and 532 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-01-02 - 1.7.0 - feat(recorder)
lazy-load rrweb and rrweb-player from CDN via SioServiceLibLoader and switch sio-recorder to use the loader
- Add SioServiceLibLoader service to lazy-load rrweb and rrweb-player (and inject rrweb-player CSS)
- Add versions file (CDN_VERSIONS and CDN_BASE) and export loader from ts_web/index.ts
- Update sio-recorder to use the loader for recording and playback instead of bundling rrweb/rrweb-player
- Remove rrweb, rrweb-player and rrweb-snapshot from dependencies and bump lucide and @design.estate/dees-wcctools versions
- Small package.json changes: remove --skiplibcheck from build script and bump @git.zone/tstest devDependency
## 2025-12-18 - 1.6.1 - fix(sio-combox)
tweak dropdown shadow and bind close event on conversation selector