Skip to content

Releases: gregberge/loadable-components

v5.13.2

14 Sep 09:40

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)

Hot fix for 5.13.0

02 Jul 07:43

Choose a tag to compare

(partially broken version)

29 Jun 11:47

Choose a tag to compare

Bug Fixes

  • allow webpack cache isReady only for initial chunks, fixes #558 (61f8b75)
  • memory leak in module cache management, fixes #560 (6c11703)
  • use make-dir instead of mkdirp (#544) (5a9c33b)
  • babel-plugin: add missing peer dependency (#524) (03a79b6)

Features

  • add resolveComponent option (a47d3d9)
  • sort preload assets so that styles are first #576
  • fix custom webpackChunkName for aggressive import #552

v5.12.0

09 Jan 19:44
5e6e080

Choose a tag to compare

Bug Fixes

  • apply loadable transformations before any other, fixes #466 (ac5ba45)

Features

  • add codemods to migrate from react-loadable (#463) (a82d5ad)
  • avoid synchronous loading on client if options.ssr is false (#346) (338bf55)
  • loadable-components.com (e515b0e)

Performance Improvements

  • avoid calling stats.toJson if possible (87698de)

v5.11.0

02 Dec 10:50
2c6bc51

Choose a tag to compare

Bug Fixes

Features

  • add support for SRI (integrity) (with webpack-subresource-integrity) (#436) (586ad0a)

v5.10.3

24 Sep 18:18
38ce5f0

Choose a tag to compare

Bug Fixes

  • empty cache on each server reload (#431) (d4428c6), closes #230
  • support IE 11 without polyfill (#416) (80ee809), closes #397
  • babel-plugin: fix bug when using + concatenation instead of a template literal (#425) (d98dd27)

v5.10.2

15 Jul 08:40
1281ad3

Choose a tag to compare

Bug Fixes

Performance Improvements

v5.10.1

14 May 08:03
62adb11

Choose a tag to compare

Bug Fixes

v5.10.0

13 May 07:58
a47a635

Choose a tag to compare

Bug Fixes

Features

Performance Improvements

v5.9.0

23 Apr 14:11

Choose a tag to compare

Features