Releases: gregberge/loadable-components
Releases · gregberge/loadable-components
v5.8.0
10 Apr 19:35
Compare
Sorry, something went wrong.
No results found
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 )
v5.7.2
20 Mar 08:40
Compare
Sorry, something went wrong.
No results found
Bug Fixes
babel-plugin: handle "-" at the end of request (c0f325b )
v5.7.1
19 Mar 18:25
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
Features
use inline JSON to enabling CSP without unsafe-inline (05e5500 )
Performance Improvements
v5.6.1
25 Feb 07:34
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v5.5.0
22 Jan 22:47
Compare
Sorry, something went wrong.
No results found
Features
allow to specify extra attributes in getScriptTags & others (#210 ) (8a3d067 )
v5.4.0
17 Jan 09:20
Compare
Sorry, something went wrong.
No results found
Features
webpack-plugin: support custom path in writeToDisk option (#187 ) (4a6f84f )
v5.3.0
11 Jan 14:32
Compare
Sorry, something went wrong.
No results found
v5.2.2
12 Dec 16:55
Compare
Sorry, something went wrong.
No results found
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