jsdom v5.6.1 Release Notes

    • 🛠 Fixed an accidentally-created global attribute variable if you ever called createAttributeNS.
    • ⬆️ Dependency upgrades fixed a couple of bugs, although you would have gotten these anyway with a clean jsdom v5.6.0 install:
      • Parsing of CSS properties that use url("quoted string") now works correctly, as of cssstyle v0.2.29.
      • Selectors for the empty string, like div[title=""], now work correctly, as of nwmatcher v1.3.6.