-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compact style mutation fixes and improvements #1268
Compact style mutation fixes and improvements #1268
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b25d447 - Browse repository at this point
Copy the full SHA b25d447View commit details -
As the CSS Object Model expands out shorthand properties, do a check …
…on the string length before choosing which format to go for - this approach allows 'var()' in a styleOMValue as it's only a problem when combined with a shorthand property - before this change background:black; was getting expaned to 10 OM properties as follows: 'style': { 'background-color': 'black', 'background-image': false, 'background-position-x': false, 'background-position-y': false, 'background-size': false, 'background-repeat-x': false, 'background-repeat-y': false, 'background-attachment': false, 'background-origin': false, 'background-clip': false }
Configuration menu - View commit details
-
Copy full SHA for 17ba96c - Browse repository at this point
Copy the full SHA 17ba96cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0bb07 - Browse repository at this point
Copy the full SHA 1d0bb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a2955 - Browse repository at this point
Copy the full SHA 51a2955View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc806f - Browse repository at this point
Copy the full SHA ecc806fView commit details
Commits on Aug 3, 2023
-
Update packages/rrweb/src/record/mutation.ts
Use neater object destructuring Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1eda15 - Browse repository at this point
Copy the full SHA e1eda15View commit details -
Apply suggestions from code review
prefer waitForRAF Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9af639e - Browse repository at this point
Copy the full SHA 9af639eView commit details -
Update packages/rrweb/src/record/mutation.ts
frontload comment explaining what's going on here in terms of the 'var(' string check Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c1ca1a - Browse repository at this point
Copy the full SHA 6c1ca1aView commit details -
Update packages/rrweb/test/integration.test.ts
Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2f1627 - Browse repository at this point
Copy the full SHA f2f1627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb0a5f - Browse repository at this point
Copy the full SHA 7fb0a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a31ee - Browse repository at this point
Copy the full SHA 52a31eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 671b321 - Browse repository at this point
Copy the full SHA 671b321View commit details