feat(elements): Added sio-recorder element for recording and replaying sessions

This commit is contained in:
2025-01-25 04:21:30 +01:00
parent 39fac4317d
commit 8603b7876f
7 changed files with 284 additions and 5 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-01-25 - 1.2.0 - feat(elements)
Added sio-recorder element for recording and replaying sessions
- Introduced a new 'sio-recorder' custom element that allows for recording and replaying DOM events.
- Integrated rrweb and rrweb-player dependencies for session recording and playback.
- Updated import/export in ts_web/elements/index.ts to include sio-recorder.
- Fixed assetbroker URL in the html index.html file.
## 2024-12-27 - 1.1.0 - feat(ci)
Add Gitea workflows for CI/CD process.