You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6bde0ca: Fixes backslashes being dropped from attribute values, such as <input pattern="^example\.com$" /> rendering as ^example.com$. Backslashes are now kept in element attributes, component props, and set:html.
0ec1a02: Fix :global() being silently ignored when its selector starts with a combinator
6bde0ca: Fixes unquoted attribute values containing a / failing to compile, such as URLs like <a href=https://example.com/path> or root-relative paths like <img src=/logo.png>. Values containing =, quotes, or backticks are also no longer cut short.