Skip to content

Commit ab56c80

Browse files
committed
Merge branch 'master' into jb/perf/attribute-attributes
2 parents e98ace8 + 8e55c45 commit ab56c80

File tree

121 files changed

+5187
-874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+5187
-874
lines changed

.changeset/chilled-penguins-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rrdom": patch
3+
---
4+
5+
Ignore invalid DOM attributes when diffing

.changeset/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@rrweb/record",
1515
"@rrweb/types",
1616
"@rrweb/packer",
17+
"@rrweb/utils",
1718
"@rrweb/web-extension",
1819
"rrvideo",
1920
"@rrweb/rrweb-plugin-console-record",

.changeset/great-cows-camp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@rrweb/record": patch
3+
"rrweb": patch
4+
---
5+
6+
Added support for deprecated addRule & removeRule methods

.changeset/happy-carrots-hide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rrweb-snapshot": minor
3+
---
4+
5+
Record dialog's modal status for replay in rrweb. (Currently triggering `dialog.showModal()` is not supported in rrweb-snapshot's rebuild)

.changeset/metal-mugs-mate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/pre.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"@rrweb/rrweb-plugin-sequential-id-record": "2.0.0-alpha.14",
2020
"@rrweb/rrweb-plugin-sequential-id-replay": "2.0.0-alpha.14",
2121
"@rrweb/record": "2.0.0-alpha.14",
22-
"@rrweb/replay": "2.0.0-alpha.14"
22+
"@rrweb/replay": "2.0.0-alpha.14",
23+
"@rrweb/utils": "2.0.0-alpha.16"
2324
},
2425
"changesets": [
2526
"attribute-text-reductions",
@@ -37,6 +38,8 @@
3738
"cold-hounds-teach",
3839
"controller-finish-flag",
3940
"cool-grapes-hug",
41+
"cool-horses-bow",
42+
"cuddly-bikes-fail",
4043
"cuddly-readers-warn",
4144
"curvy-apples-lay",
4245
"curvy-balloons-brake",
@@ -61,9 +64,13 @@
6164
"fresh-cars-impress",
6265
"fresh-spoons-drive",
6366
"friendly-numbers-leave",
67+
"giant-rats-chew",
6468
"gold-apples-joke",
69+
"gold-experts-type",
6570
"gold-terms-look",
71+
"great-cows-camp",
6672
"grumpy-ways-own",
73+
"happy-carrots-hide",
6774
"hip-worms-relax",
6875
"hungry-dodos-taste",
6976
"inlineImage-maybeNot-crossOrigin",
@@ -117,8 +124,10 @@
117124
"serious-eggs-greet",
118125
"shadow-dom-unbusify",
119126
"silent-plants-perform",
127+
"silly-knives-chew",
120128
"silver-pots-sit",
121129
"silver-windows-float",
130+
"six-llamas-brush",
122131
"sixty-impalas-laugh",
123132
"skip-mask-check-on-leaf-elements",
124133
"slimy-eagles-grow",
@@ -145,8 +154,11 @@
145154
"twenty-goats-kneel",
146155
"twenty-lies-switch",
147156
"twenty-planets-repeat",
157+
"two-boats-boil",
158+
"unlucky-mirrors-invite",
148159
"violet-melons-itch",
149160
"violet-zebras-cry",
161+
"wicked-dolphins-tie",
150162
"wicked-lions-return",
151163
"wise-spiders-jog",
152164
"witty-kids-talk",

.changeset/silly-knives-chew.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"rrdom": minor
3+
"rrweb": minor
4+
"@rrweb/types": minor
5+
---
6+
7+
Support top-layer <dialog> components. Fixes #1381.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"rrweb-snapshot": patch
3+
"rrweb": patch
4+
---
5+
6+
Slight simplification to how we replace :hover after #1458

.changeset/single-style-capture.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"rrweb-snapshot": patch
3+
"rrweb": patch
4+
---
5+
6+
Edge case: Provide support for mutations on a <style> element which (unusually) has multiple text nodes

.changeset/six-llamas-brush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rrweb-snapshot": patch
3+
---
4+
5+
Fix `url()` rewrite for nested stylesheets by rewriting during stringification instead of after

0 commit comments

Comments
 (0)