Yanzhen Yu
8d881b1783
chore(release): publish %s
...
- rrweb@1.0.3
- rrweb-player@0.7.5
- rrweb-snapshot@1.1.8
2021-08-15 15:13:46 +08:00
Yanzhen Yu
9571c36d80
add lerna to manage monorepo
2021-08-14 23:58:56 +08:00
Eoghan Murray
e5b0750e90
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
2021-08-14 15:17:17 +08:00
Eoghan Murray
1dc8d688d2
Provide an option to only build rrweb-snapshot for inclusion in rrweb ( #649 )
2021-07-31 00:15:34 +08:00
Justin Halsall
588164aa12
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
2021-07-26 22:13:03 +08:00
Mark-fenng
4f0d21a053
update links of packages and README
2021-07-23 08:45:29 +08:00
Mark-fenng
6c34ffa7ce
moved rrweb into packages/rrweb
2021-07-22 23:43:52 +08:00
Mark-fenng
bc319d510c
moved rrweb-snapshot into packages/rrweb-snapshot
2021-07-22 17:54:51 +08:00