Skip to content

Releases: webpack/webpack-dev-server

v4.9.1

31 May 15:30
Compare
Choose a tag to compare

4.9.1 (2022-05-31)

Bug Fixes

v4.9.0

04 May 17:05
Compare
Choose a tag to compare

4.9.0 (2022-05-04)

Features

  • support Trusted Types for client overlay (#4404) (8132e1d)

Bug Fixes

  • ie11 runtime (#4403) (256d5fb)
  • replace portfinder with custom implementation and fix security problem (#4384) (eea50f3)
  • use the host in options to check if port is available (#4385) (a10c7cf)

v4.8.1

06 Apr 11:32
Compare
Choose a tag to compare

4.8.1 (2022-04-06)

Bug Fixes

v4.8.0

05 Apr 12:02
Compare
Choose a tag to compare

4.8.0 (2022-04-05)

Features

Bug Fixes

  • update description for --no-client-reconnect (#4248) (317648d)
  • update description for --no-client (#4250) (c3b6690)
  • update description for --no-history-api-fallback (#4277) (d63a0a2)
  • update negated descriptions for more options (#4287) (c64bd94)
  • update schema to have negatedDescription only for type boolean (#4280) (fcf8e8e)

v4.7.4

02 Feb 10:51
Compare
Choose a tag to compare

4.7.4 (2022-02-02)

Bug Fixes

v4.7.3

11 Jan 17:44
Compare
Choose a tag to compare

4.7.3 (2022-01-11)

Security

  • update selfsigned to 2.0.0 version

v4.7.2

29 Dec 19:40
Compare
Choose a tag to compare

4.7.2 (2021-12-29)

Bug Fixes

  • apply onAfterSetupMiddleware after setupMiddlewares (as behavior earlier) (f6bc644)

v4.7.1

22 Dec 16:28
Compare
Choose a tag to compare

4.7.1 (2021-12-22)

Bug Fixes

  • removed url package, fixed compatibility with future webpack defaults (#4132) (4e5d8ea)

v4.7.0

21 Dec 17:55
Compare
Choose a tag to compare

4.7.0 (2021-12-21)

Features

  • added the setupMiddlewares option and deprecated onAfterSetupMiddleware and onBeforeSetupMiddleware options (#4068) (c13aa56)
  • added types (8f02c3f)
  • show deprecation warning for cacert option (#4115) (c73ddfb)

Bug Fixes

  • add description for watchFiles options (#4057) (75f3817)
  • allow passing options for custom server (#4110) (fc8bed9)
  • correct schema for ClientLogging (#4084) (9b7ae7b)
  • mark --open-app deprecated in favor of --open-app-name (#4091) (693c28a)
  • show deprecation warning for both https and http2 (#4069) (d8d5d71)
  • update --web-socket-server description (#4098) (65955e9)
  • update listen and close deprecation warning message (#4097) (b217a19)
  • update descriptions of https and server options (#4094) (f97c9e2)

v4.6.0

25 Nov 20:02
Compare
Choose a tag to compare

4.6.0 (2021-11-25)

Features

Bug Fixes