Skip to content

Releases: gregberge/loadable-components

ESM correction

20 Apr 02:08
Compare
Choose a tag to compare

Bug fixes

  • @loadable/component and especially @loadable/server were updated to better work with ESM. Kudos to @7rulnik (#1003) and @wojtekmaj for driving these changes

ESM all the things

15 Dec 21:27
Compare
Choose a tag to compare

Babel plugin improvements

09 Jul 06:10
Compare
Choose a tag to compare

Features

v5.15.2

12 Dec 07:35
Compare
Choose a tag to compare

Bug Fixes

  • Clear correct cache when compiling with Webpack (#838) (3b9cb20)
  • loadAsync Loadable should copy statics (#839) (9ff6693)
  • use stable promises for load/preload/React (#858) (45f2d91)

v5.15.1

17 Aug 08:07
Compare
Choose a tag to compare

Bug Fixes

v5.15.0

08 May 07:31
Compare
Choose a tag to compare

Bug Fixes

  • add displayNames to generated components (#731) (b640c82)

Features

  • support multiple Webpack runtimes (#701) (d351367)
  • webpack plugin doesn't need all chunk info (#735) (cea9f24)

Webpack 5

31 Jan 08:17
Compare
Choose a tag to compare

Bug Fixes

loadable(not)Ready

22 Oct 08:13
Compare
Choose a tag to compare

Bug Fixes

  • fixes loadableReady leading to "Error "undefined is not an object"(#634) in #651

Webpack 5?

20 Oct 12:26
Compare
Choose a tag to compare

Bug Fixes

Features

v5.13.2

14 Sep 09:40
Compare
Choose a tag to compare

Bug Fixes

  • Fixed lazy usage with Suspense and Error Boundary together (#521) (42fbdd0)
  • human readable errors (b86bb82)
  • spread nested required chunks array(regression in 5.13.1) (95e6ecb)