Skip to content

Releases: gregberge/loadable-components

v5.7.2

20 Mar 08:40
Compare
Choose a tag to compare

Bug Fixes

  • babel-plugin: handle "-" at the end of request (c0f325b)

v5.7.1

19 Mar 18:25
Compare
Choose a tag to compare

Bug Fixes

  • babel-plugin: handle special chars in file names (#279) (4da39ff)
  • webpack-plugin: create output folder with mkdirp (#273) (3767f28)

v5.7.0

14 Mar 07:08
Compare
Choose a tag to compare

Bug Fixes

Features

  • use inline JSON to enabling CSP without unsafe-inline (05e5500)

Performance Improvements

v5.6.1

25 Feb 07:34
Compare
Choose a tag to compare

Bug Fixes

  • component: better ES Modules handling (#228) (3628363)
  • server: allow query-param cache busting in chunk names (#229) (71f7bcd)
  • server: use eval to prevent webpack warning (#240) (948165d), closes #234
  • suspense: fix suspense mode in React v16.8+ (#251) (d04e1c9)

v5.6.0

05 Feb 23:34
Compare
Choose a tag to compare

Bug Fixes

Features

  • babel-plugin: transform code annotated with magic comment (4f832dc), closes #192
  • component: add preload method (#224) (4a67ace), closes #196
  • server: add option to disable SSR (#223) (4cab4f9), closes #195

v5.5.0

22 Jan 22:47
Compare
Choose a tag to compare

Features

  • allow to specify extra attributes in getScriptTags & others (#210) (8a3d067)

v5.4.0

17 Jan 09:20
Compare
Choose a tag to compare

Features

  • webpack-plugin: support custom path in writeToDisk option (#187) (4a6f84f)

v5.3.0

11 Jan 14:32
Compare
Choose a tag to compare

Features

v5.2.2

12 Dec 16:55
Compare
Choose a tag to compare

Bug Fixes

  • babel-plugin: fix chunkName with aggressive code splitting (e974933), closes #182
  • ensure that component is mounted before calling setState (#184) (fe0f47f), closes #180
  • server: fix usage when compiled using webpack (#185) (5e28870), closes #181

v5.2.1

27 Nov 13:51
Compare
Choose a tag to compare

Bug Fixes

  • webpack-plugin: fix TypeError when set writeToDisk true (#170) (2d1fb11)
  • upgrade hoist-non-react-statics@3.2.0 (122b1ce)