Skip to content

Releases: gregberge/loadable-components

Hot fix for 5.13.0

02 Jul 07:43
Compare
Choose a tag to compare

(partially broken version)

29 Jun 11:47
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

Performance Improvements

v5.10.1

14 May 08:03
62adb11
Compare
Choose a tag to compare

Bug Fixes

v5.10.0

13 May 07:58
a47a635
Compare
Choose a tag to compare

Bug Fixes

Features

Performance Improvements

v5.9.0

23 Apr 14:11
Compare
Choose a tag to compare

Features

v5.8.0

10 Apr 19:35
Compare
Choose a tag to compare

Bug Fixes

  • babel-plugin: Use require.resolve instead of relative path resolution (#303) (bad7f1f)

Features

  • ChunkExtractor: support publicPath override (#292) (9731e9c)
  • server: support function in attributes (#277) (c172324)

Performance Improvements

  • server: improve lodash imports for serverless bundles (#298) (96841f2)