Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@pmmmwh pmmmwh released this 30 Apr 10:01
6353490

0.6.0 (28 Apr 2025)

BREAKING

  • Minimum required Node.js version has been bumped to 18.12.0.
  • Minimum required webpack version has been bumped to 5.2.0.
  • Minimum supported webpack-dev-server version has been bumped to 4.8.0.
  • Minimum supported webpack-plugin-serve version has been bumped to 1.0.0.
  • overlay.sockHost, overlay.sockPath, overlay.sockPort, overlay.sockProtocol and overlay.useURLPolyfill have all been removed (#850).
    It was necessary to support WDS below 4.8.0 (published in April 2022).
    It is no-longer necessary as a direct integration with WDS is now possible.

Features

  • Added helper script to better support use cases where React and/or React-DOM are externalized (#852)

Fixes

  • Ensure plugin injected entries are no-op in production (#900)

Internal

  • Dropped support for Webpack 4 / WDS 3 (#850, #904)
  • Migrated from ansi-html to anser in error overlay (#854)
  • Bumped all development dependencies (#905)