React Refresh Webpack Plugin Versions Save

A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.

v0.5.11

8 months ago

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

1 year ago

0.5.10 (24 Nov 2022)

Fixes

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

v0.5.9

1 year ago

0.5.9 (10 Nov 2022)

Fixes

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

v0.5.8

1 year ago

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)

v0.5.7

1 year ago

0.5.7 (23 May 2022)

Fixes

  • Removed debug console.log statement (#631)

Internal

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

v0.5.6

1 year ago

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

2 years ago

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

  • A couple documentation changes in README (#575, 8c39623, #597)
  • Bumped dependencies for testing infrastructure (#526, #564, #567, #581, #588, #591, #594, #616)

v0.5.4

2 years ago

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

2 years ago

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

2 years ago

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)