Font rendering, device pixel ratio and browser version all differ between a developer machine and a CI runner, and a screenshot comparison notices all three. A zero pixel…
Vertical spacing between blocks moves from a stylesheet rule to a setting, which is a better mechanism and a large diff. Setting blockGap to false disables the control…
A modal rendered inside a component with overflow: hidden or a transform is clipped by an ancestor no amount of z-index will escape. Keeping the logical position while…
3.2 in August makes the compiler macro stable. Every component ended with a return listing what it had just declared, and a compiler can work that out.
The duotone effect is implemented as an SVG filter definition injected into the page, which is surprising the first time it appears in a diff of the rendered…