Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:14
· 71 commits to main since this release

[0.4.1] - 2026-09-08

Fixed

  • sb_review now reports findings inside the cart drawer and other site overlays, tagged with overlay: true, instead of silently skipping them on the belief that an overlay is not the page's to fix; the review notice explains that an overlay:true finding is fixed the same way but is site-wide, so it only needs fixing once.
  • sb_api_call's path_params now matches a parameter name case-insensitively as a fallback, so a call using the common siteId spelling no longer fails against the 8 operations that spell it siteID; an exact match still wins and a genuinely missing parameter is still refused.