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
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
392c4bd871
moved rrweb-snapshot into packages/rrweb-snapshot
2026-04-01 12:00:00 +08:00