Skip to content

Releases: Skyscanner/stylelint-plugin-backpack

4.0.0

01 Jul 08:48
b42de5f
Compare
Choose a tag to compare

What’s Changed

Breaking

  • Convert to strict ES modules. (#126) @GCpigsic (#146) @xalechez
  • Key points of impact
    • Published in ES Module (ESM) format to enable better tree-shaking and modern build tool compatibility.
    • Recommend using import statements instead of require() if using its functions in code
    • Consumer's project should use a bundler that supports ESM

Dependency updates

3.0.0

25 Jul 07:56
e84b6b8
Compare
Choose a tag to compare

What’s Changed

Breaking