Releases: gregberge/loadable-components
Releases · gregberge/loadable-components
(partially broken version)
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
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
Bug Fixes
Features
- add support for SRI (integrity) (with webpack-subresource-integrity) (#436) (586ad0a)
v5.10.3
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
Bug Fixes
Performance Improvements
v5.10.0
Bug Fixes
Features
Performance Improvements
v5.8.0
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)