Skip to content

Releases: webpack/webpack-dev-server

v5.2.1

26 Mar 23:07
Compare
Choose a tag to compare

5.2.1 (2025-03-26)

Security

  • cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header
  • requests with an IP addresses in the Origin header are not allowed to connect to WebSocket server unless configured by allowedHosts or it different from the Host header

The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.

Bug Fixes

  • prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
  • take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)

v5.2.0

11 Dec 13:32
Compare
Choose a tag to compare

5.2.0 (2024-12-11)

Features

  • added getClientEntry and getClientHotEntry methods to get clients entries (dc642a8)

Bug Fixes

  • speed up initial client bundling (145b5d0)

v5.1.0

03 Sep 18:01
Compare
Choose a tag to compare

5.1.0 (2024-09-03)

Features

  • add visual progress indicators (a8f40b7)
  • added the app option to be Function (by default only with connect compatibility frameworks) (3096148)
  • allow the server option to be Function (#5275) (02a1c6d)
  • http2 support for connect and connect compatibility frameworks which support HTTP2 (#5267) (6509a3f)

Bug Fixes

v4.15.2

20 Mar 15:40
Compare
Choose a tag to compare

4.15.2 (2024-03-20)

Bug Fixes

  • security: bump webpack-dev-middleware (4116209)

v5.0.4

19 Mar 19:48
Compare
Choose a tag to compare

5.0.4 (2024-03-19)

Bug Fixes

v5.0.3

12 Mar 14:49
Compare
Choose a tag to compare

5.0.3 (2024-03-12)

Bug Fixes

v5.0.2

16 Feb 12:39
Compare
Choose a tag to compare

5.0.2 (2024-02-16)

Bug Fixes

v5.0.1

13 Feb 14:39
Compare
Choose a tag to compare

5.0.1 (2024-02-13)

Bug Fixes

v5.0.0

12 Feb 13:32
Compare
Choose a tag to compare

v4.15.1

09 Jun 14:38
Compare
Choose a tag to compare

4.15.1 (2023-06-09)

Bug Fixes

  • replace :: with localhost before openBrowser() (#4856) (874c44b)
  • types: compatibility with @types/ws (#4899) (34bcec2)