Skip to content

@urql/core@2.4.3

Compare
Choose a tag to compare
@urql-ci urql-ci released this 25 Feb 23:36
· 480 commits to main since this release
8e92357

Patch Changes

  • Prevent ignored characters in GraphQL queries from being replaced inside strings and block strings. Previously we accepted sanitizing strings via regular expressions causing duplicate hashes as acceptable, since it'd only be caused when a string wasn't extracted into variables. This is fixed now however, by @kitten (See #2295)