Skip to content

Releases: pmmmwh/react-refresh-webpack-plugin

v0.6.0

30 Apr 10:01
6353490
Compare
Choose a tag to compare

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)

v0.5.16

31 Mar 00:50
v0.5.16
a106ec7
Compare
Choose a tag to compare

0.5.16 (31 Mar 2025)

Fixes

  • Fixed out of order cleanup when using top-level await (#898)

v0.5.15

03 Jun 00:12
9bee3a5
Compare
Choose a tag to compare

0.5.15 (3 Jun 2024)

Fixes

  • Fixed wrong import in error overlay for ansi-html (#853)

v0.5.14

01 Jun 19:14
2691135
Compare
Choose a tag to compare

0.5.14 (1 Jun 2024)

Fixes

  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#848)

Internal

  • Run tests on latest versions of Node.js 18, 20 and 22 (#848)
  • Bumped jest to v29 and some other development dependencies (#848)
  • Removed yalc (#849)

v0.5.13

27 Apr 22:32
23073b7
Compare
Choose a tag to compare

0.5.13 (28 Apr 2024)

Fixes

  • Fixed module system inferring (ESM vs CJS) to start from the point of each file (#771)

v0.5.12

27 Apr 22:23
ddbb7aa
Compare
Choose a tag to compare

0.5.12 (27 Apr 2024)

Fixes

  • Fixed incorrect sockProtocol override (#835)
  • Relaxed peer dependency requirement on webpack-dev-server to allow v5.x (#837)

v0.5.11

15 Aug 02:37
Compare
Choose a tag to compare

0.5.11 (15 Aug 2023)

Features

  • Added support to exclude dynamically generated modules from other loaders (#769)

Fixes

  • Fixed unnecessary memory leaks due to `prevExports`` (#766)
  • Relaxed peer dependency requirement on type-fest to allow v4.x (#767)
  • Fixed module type resolution when there is difference across contexts (#768)

v0.5.10

24 Nov 13:39
Compare
Choose a tag to compare

0.5.10 (24 Nov 2022)

Fixes

  • Bumped loader-utils to fix security vulnerability (#700)

v0.5.9

10 Nov 11:09
Compare
Choose a tag to compare

0.5.9 (10 Nov 2022)

Fixes

  • Bumped loader-utils to fix security vulnerability (#685)

v0.5.8

09 Oct 21:23
Compare
Choose a tag to compare

0.5.8 (9 Oct 2022)

Fixes

  • Fixed performance issue regarding require.resolve in loader injection (#669)
  • Bumped core-js-pure to not depend on deprecated versions (#674)