Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 1.05 KB

CHANGELOG

UNRELEASED

  • Update (sub-)dependencies
    • cross-spawn to 7.0.6
    • micromatch to 4.0.8

6.0.1

  • Updates braces to 3.0.3

6.0.0

  • Update to node v18

  • Dev Dependency Updates

    • Update to TypeScript 5
    • Update prettier to next major version
    • Update eslint-plugin-prettier to next major version
    • Other minor dependency updates

5.0.0

  • Patch exploit where additional CSS rules could be inserted by appending them to a rule's value with &, < or >

Breaking Changes

  • No longer allow \ in values for CSS rules
  • No longer allow < or > in values for CSS rules

4.0.0

Breaking Changes

  • Ignore DOMException errors when calling insertRule while inserting stylesheet

3.0.0

  • Add typescript types

Breaking Changes

  • drop IE8 support
  • Throw any errors that are not SyntaxError when calling insertRule while inserting stylesheet

2.0.0

Breaking Changes

  • change injectWithBlacklist to injectWithBlocklist
  • change injectWithWhitelist to injectWithAllowlist

1.0.0

  • Initial release