Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@lukewhitehouse lukewhitehouse released this 06 Jun 23:05

v2.0.0 - Maintenance and security release

  • ⚠️ Breaking change in v2+: whilst the base API exposed by darkmodejs has remained the same, under the hood MediaQueryList's addListener and removeListener methods are marked as deprecated in the Web Standard, and have thus been replaced with addEventListener and removeEventListener respectfully. There is a slight difference in browser compatibility for very old browsers which were never explicitly supported, but for that reason a major version bump was created.
  • remove babel setup
  • remove eslint setup
  • update remaining packages to latest for security patching

#26