Yanzhen Yu
70df2326f5
chore(release): publish %s
...
- rrweb@1.0.3
- rrweb-player@0.7.5
- rrweb-snapshot@1.1.8
2026-04-01 12:00:00 +08:00
Yanzhen Yu
309b7d9026
add lerna to manage monorepo
2026-04-01 12:00:00 +08:00
Eoghan Murray
257e8c10c9
Don't trust the html 'value' attribute on <option> - the DOM .selected is the one we want I think. ( #651 )
...
- encountered inconsistent html with multiple <option> elements with the same value attribute
- due to check `attributes.selected = (n as HTMLOptionElement).selected;` the extra ones were being stored as `selected: false`; furthermore, the `false` value was being ignored upon replay, and so the last of the extra ones was being chosen as the 'selected' option
2026-04-01 12:00:00 +08:00
Eoghan Murray
b35fc9197f
Revert some of the non-essential changes of #630 (for ease of merging other branches) ( #652 )
2026-04-01 12:00:00 +08:00
Eoghan Murray
2b2b44e54e
Fix that timer.addAction reverses order when splicing multiple events at same timestamp ( #611 )
...
* Add test for event ordering utilizing final html testing method added by Justin (with thanks)
* Found an error where two mutation events had the same timestamp, but one removed a node added in the other. The `actions.splice` method was reversing their order and triggering a 'Node with id [...] not found' error
2026-04-01 12:00:00 +08:00
Peter Chen
794fe23c40
fix: fix console plugin's OOM problem ( #656 )
...
* fix: fix console plugin's OOM problem
* fix: fix console plugin
* feat: patch
* feat: patch
* feat: patch
Co-authored-by: chenyangbj01 <chenyangbj01@fenbi.com >
2026-04-01 12:00:00 +08:00
Olivia Osborn
c35776cce5
Removed sn undefined warning ( #572 )
2026-04-01 12:00:00 +08:00
dbseel
989e327730
DragEvent handling, null check fixes ( #630 )
2026-04-01 12:00:00 +08:00
Eoghan Murray
d002300e8d
Provide an option to only build rrweb-snapshot for inclusion in rrweb ( #649 )
2026-04-01 12:00:00 +08:00
Justin Halsall
ec984d71f6
Cache addHoverClass as it is quite expensive ( #643 )
...
* Add cache and cache purging
Needed for https://github.com/rrweb-io/rrweb-snapshot/pull/85
* Add cache and cache purging
Needed for https://github.com/rrweb-io/rrweb-snapshot/pull/85
* Cache addHoverClass as it is quite expensive
https://github.com/rrweb-io/rrweb-snapshot/pull/85
* Make cache non-optional
* Make cache required on addHoverClass
2026-04-01 12:00:00 +08:00
Mark-fenng
2fffcfeb11
update links of packages and README
2026-04-01 12:00:00 +08:00
Mark-fenng
f6aafb70e1
moved rrweb into packages/rrweb
2026-04-01 12:00:00 +08:00
Mark-fenng
e7b8631992
Merge branch 'rrweb-player' into monorepo
2026-04-01 12:00:00 +08:00
Mark-fenng
2ef99ed976
moved rrweb-player into packages/rrweb-player
2026-04-01 12:00:00 +08:00
Mark-fenng
392c4bd871
moved rrweb-snapshot into packages/rrweb-snapshot
2026-04-01 12:00:00 +08:00