Skip to content

Releases: pmmmwh/react-refresh-webpack-plugin

v0.5.7

23 May 00:04
Compare
Choose a tag to compare

0.5.7 (23 May 2022)

Fixes

  • Removed debug console.log statement (#631)

Internal

  • Run tests on Node.js 18 (#631)

v0.5.6

10 May 16:09
Compare
Choose a tag to compare

0.5.6 (10 May 2022)

Fixes

  • Fixed faulty this type import in loader (#624)
  • Made current script detection more robust for edge cases (#630)

Internal

  • Swapped to new ReactDOM.createRoot API in examples (#626)

v0.5.5

04 Apr 05:48
Compare
Choose a tag to compare

0.5.5 (4 April 2022)

Fixes

  • Handle unknown moduleId for dynamically generated modules (#547)
  • Handle WDS auto value on port (#574)
  • Fixed [email protected] compatibility (#576)
  • Fixed crash when parsing compile errors in overlay (#577)
  • Respect virtual modules when injecting loader (#593)
  • Allow port to be missing for WDS, also some general refactoring (#623)

Internal

v0.5.4

22 Dec 04:01
Compare
Choose a tag to compare

0.5.4 (22 December 2021)

Fixes

  • Skip loader injection for files referenced as assets (#545)
  • Changed failures of exports capturing to warn instead of throw (#546)

v0.5.3

28 Nov 08:50
Compare
Choose a tag to compare

0.5.3 (28 November 2021)

Fixes

  • Updated overlay for unsafe area in Safari (#528)
  • Fixed performance in large projects due to memory leak in loader (#537)

v0.5.2

18 Nov 23:55
Compare
Choose a tag to compare

0.5.2 (19 November 2021)

Features

  • Added support for WDS v4 client.webSocketURL (#529)

Fixes

  • Fixed lost module context due to interceptor by always using regular functions (#531)
  • Relaxed peer dependency requirement on react-refresh (#534)

v0.5.1

16 Sep 00:05
0c910b1
Compare
Choose a tag to compare

0.5.1 (15 September 2021)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v2.x (#507, #508)

Internal

  • Fixed typos in README (#509)

v0.5.0

13 Sep 22:58
2ab8e1c
Compare
Choose a tag to compare

0.5.0 (14 September 2021)

BREAKING

  • While most of the public API did not change,
    we've re-written a large chunk of the runtime code to support a wider range of use cases.
    This is likely to provide more stability, but if 0.4.x works in your setup but 0.5.x doesn't,
    please file us an issue - we would love to address it!
  • The disableRefreshCheck option have been removed (#285).
    It has long been effect-less and deprecated since 0.3.x.
  • The overlay.useLegacyWDSSockets have been removed (#498).
    It is aimed to support WDS below 3.6.0 (published in June 2019),
    but looking at current usage and download stats,
    we've decided it is best to drop support for the old socket format moving forward.
  • Handling of port 0 have been removed (#337).
  • html-entities have been bumped to 2.x (#321).
  • react-refresh have been bumped to 0.10.0 (#353).

Features

  • Added WDS v4 support with new socket defaults through Webpack config (#241, #286, #392, #413, #479)
  • Added the overlay.sockProtocol option (#242)
  • Added monorepo compatibility via the the library option (#273)
  • Rewritten URL handling using WHATWG URL APIs with automatic pony-filling (#278, #332, #378)
  • Rewritten Webpack 5 compatibility using new APIs and hooks (#319, #372, #434, #483)
  • Rewritten refresh runtime to be fully module system aware (#337, #461, #482, #492)
  • Rewritten Webpack 4 and 5 checks using feature detection on compiler (#415)
  • Added support for experiments.topLevelAwait (#435, #447, #493)
  • Added retry logic when socket initialisation fails (#446)

Fixes

  • Relaxed peer dependency requirement on type-fest (#257, c02018a, #484)
  • Relaxed requirement on the overlay option to accept relative paths (#284)
  • Patched unstable initialisation of global scope across module boundaries (#290, #369, #464, #505)
  • Patched quote escaping in injected runtime code (#306)
  • Invalidate updates outside of Refresh boundary for consistency (#307)
  • Properly throw when an ambiguous entrypoint is received while using Webpack 4 (#320)
  • Fixed overlay script source detection for WDS when no src is found (#331)
  • Fixed possible Stack Overflow through self-referencing (#370, #380)
  • Relaxed errors on HMR not found to not crash JS parsing (#371)
  • Ensure overlay code won't run if disabled (#374)
  • Relaxed peer dependency requirement on @types/webpack (#414)
  • Fixed compiler error overlay crashes when messages are empty (#462)
  • Swapped ansi-html to ansi-html-community to fix ReDoS vulnerability (#501)

Internal

  • More stable testing infrastructure (#234)
  • Run tests by default on Webpack 5 (#440)
  • Rewrite documentation and fix outstanding issues (#283, #291, #311, #376, #480, #497, #499)
  • Added documentation on community plugins: react-refresh-typescript and swc (#248, fbe1f27, #450)

v0.4.3

01 Nov 23:21
Compare
Choose a tag to compare

0.4.3 (2 November 2020)

Fixes

  • Fixed Yarn 2 PnP compatibility with absolute react-refresh/runtime imports (#230)
  • Fixed Webpack 5 compatibility by requiring __webpack_require__ (#233)
  • Fixed IE 11 compatibility in socket code (4033e6a)
  • Relaxed peer dependency requirement for react-refresh to allow 0.9.x (747c19b)

v0.4.2

03 Sep 07:43
Compare
Choose a tag to compare

0.4.2 (3 September 2020)

Fixes

  • Patched loader to use with Node.js global fetch polyfills (#193)
  • Patched default include and exclude options to be case-insensitive (#194)