rrweb
rrweb copied to clipboard
Version Packages (alpha)
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
[email protected]
Patch Changes
[email protected]
Patch Changes
[email protected]
Patch Changes
- Updated dependencies []:
[email protected]
Patch Changes
-
#1464
03b5216Thanks @colingm! - better support for coexistence with older libraries (e.g. MooTools & Prototype.js) which modify the in-builtArray.fromfunction -
#1441
ae6908dThanks @eoghanmurray! - perf: Avoid an extra function call and object clone during event emission -
#1476
cbbd1e5Thanks @eoghanmurray! - Fixup for multiple background-clip replacement -
#1467
e96f668Thanks @eoghanmurray! - Bugfix after #1434 perf improvements: fix that blob urls persist on the shared anchor element and can't be later modified -
Updated dependencies [
03b5216,cbbd1e5,5e7943d,c0f83af,e96f668]:
[email protected]
Patch Changes
[email protected]
Patch Changes
-
#1464
03b5216Thanks @colingm! - better support for coexistence with older libraries (e.g. MooTools & Prototype.js) which modify the in-builtArray.fromfunction -
#1476
cbbd1e5Thanks @eoghanmurray! - Fixup for multiple background-clip replacement -
#1387
5e7943dThanks @H4ad! - Avoid recreating the same element every time, instead, we cache and we just update the element.Before: 779k ops/s After: 860k ops/s
Benchmark: https://jsbench.me/ktlqztuf95/1
-
#1440
c0f83afThanks @daibhin! - better nested css selector splitting when commas or brackets happen to be in quoted text -
#1467
e96f668Thanks @eoghanmurray! - Bugfix after #1434 perf improvements: fix that blob urls persist on the shared anchor element and can't be later modified