Releases: gregberge/loadable-components
Releases · gregberge/loadable-components
ESM correction
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
Babel plugin improvements
v5.15.2
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.0
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)
loadable(not)Ready
Bug Fixes
- fixes
loadableReady
leading to "Error "undefined is not an object"(#634) in #651
v5.13.2
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)