diff --git a/changelog.md b/changelog.md index 117efb6..80bd94f 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/html/index.html b/html/index.html index 6fc15c9..2b9f037 100644 --- a/html/index.html +++ b/html/index.html @@ -8,9 +8,9 @@ - - - + + +