Loadable Components Versions Save

The recommended Code Splitting library for React ✂️✨

v5.16.4

1 week ago

Bug fixes

v5.16.2

4 months ago
  • thanks to #989, @zewish and @wojtekmaj loadable-components is now fully ESM compatible package 👏

v5.16.0

9 months ago

Features

v5.15.2

2 years ago

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

2 years ago

Bug Fixes

v5.15.0

2 years ago

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)

v5.14.2

3 years ago

Bug Fixes

v5.14.1

3 years ago

Bug Fixes

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

v5.14.0

3 years ago

Bug Fixes

Features

v5.13.2

3 years ago

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)