Steven Hargrove
c3fbbef53b
perf: use more performant url join impl ( #353 )
2019-06-05 10:20:10 +02:00
Greg Bergé
82ed859b3f
v5.9.0
2019-04-23 16:11:22 +02:00
Greg Bergé
f2a6bbd6d7
feat(server): authorize custom filesystem ( #318 )
...
Closes #315
2019-04-23 15:12:58 +02:00
Deepak Pai
dc540500f9
feat: support multiple react apps ( #317 )
...
Closes #311
2019-04-23 14:45:15 +02:00
Greg Bergé
8decb0d73b
v5.8.0
2019-04-10 21:34:56 +02:00
Luis Herranz
96841f29fb
perf(server): improve lodash imports for serverless bundles ( #298 )
2019-04-09 09:03:28 +02:00
Bryce Kalow
9731e9c5f4
feat(ChunkExtractor): support publicPath override ( #292 )
2019-04-05 21:02:45 +02:00
Samy Al Zahrani
c172324fb4
feat(server): support function in attributes ( #277 )
2019-04-03 08:52:22 +02:00
Greg Bergé
6090e8affb
v5.7.0
2019-03-14 08:08:15 +01:00
ambar
97ff6ac107
perf(build): add build target for Node ( #267 )
2019-03-13 15:10:54 +01:00
ambar
4c8ae60492
fix(server): fix loading order of assets ( #266 )
2019-03-13 15:09:30 +01:00
ambar
05e55000ab
feat: use inline JSON to enabling CSP without unsafe-inline
2019-03-10 22:02:13 +01:00
Greg Bergé
387da2688b
v5.6.1
2019-02-25 08:33:40 +01:00
Greg Bergé
948165d5de
fix(server): use eval to prevent webpack warning ( #240 )
...
Closes #234
2019-02-15 11:14:56 +01:00
Jordan Burk
71f7bcd424
fix(server): allow query-param cache busting in chunk names ( #229 )
2019-02-13 15:10:50 +01:00
Greg Bergé
0d3e7dee30
v5.6.0
2019-02-06 00:34:18 +01:00
mattsjones
6714d2a255
fix: Add extra props option for links ( #212 )
2019-01-29 17:35:20 +01:00
Greg Bergé
c23946470f
v5.5.0
2019-01-22 23:46:43 +01:00
Nicolas Chaulet
8a3d06725e
feat: allow to specify extra attributes in getScriptTags & others ( #210 )
2019-01-22 23:42:50 +01:00
Greg Bergé
210b1efa1b
docs: update all readmes
2019-01-22 23:40:28 +01:00
Greg Bergé
c94b4fa1d1
v5.4.0
2019-01-17 10:19:53 +01:00
Tadeusz Wójcik
4a6f84fe9f
feat(webpack-plugin): support custom path in writeToDisk option ( #187 )
2019-01-17 09:44:15 +01:00
Greg Bergé
c41253bec8
v5.3.0
2019-01-11 15:32:17 +01:00
Greg Bergé
41192e224f
chore: add type "text/css" to style tag
2019-01-11 15:25:28 +01:00
Will Howlett
2caf676595
feat: support inline CSS ( #190 )
2019-01-11 14:03:40 +01:00
Greg Bergé
cf0bb8d875
v5.2.2
2018-12-12 17:55:08 +01:00
Greg Bergé
5e288706ee
fix(server): fix usage when compiled using webpack ( #185 )
...
Closes #181
2018-12-12 17:53:08 +01:00
Greg Bergé
508a73cc93
v5.2.0
2018-11-23 17:30:56 +01:00
Greg Bergé
ba90289206
fix(server): fix url join ( #166 )
2018-11-23 16:17:18 +01:00
Patrick Haug
3b5b11572e
fix(server): support protocol free paths ( #163 )
2018-11-22 16:58:41 +01:00
Greg Bergé
5cdda8149c
v5.1.3
2018-11-20 13:46:25 +01:00
Greg Bergé
edcd2c8456
fix(server): ignore *.hot-update.js
...
Closes #148
2018-11-20 13:45:37 +01:00
Patrick Haug
0bb2ad967a
fix(server): exclude http and https from regex ( #155 )
...
* Exclude http and https from regex. Should fix #153
* Fix regex whitespace and simplify
* Add test for joinURLPath
2018-11-19 23:26:22 +01:00
Greg Bergé
31cb7e5f87
docs(server): replace loadableState by chunkExtractor
2018-11-13 14:48:27 +01:00
Greg Bergé
3ae704ad0b
v5.1.1
2018-11-13 10:13:38 +01:00
Greg Bergé
9991bbd8f4
fix(server): ignore source maps
...
Source maps must no be included in links.
See #128
2018-11-13 10:09:21 +01:00
Greg Bergé
1ea8465619
v5.1.0
2018-11-10 19:02:50 +01:00
Greg Bergé
aac26b3678
feat(server): add outputPath option in ChunkExtractor
2018-11-10 18:59:55 +01:00
Greg Bergé
18a719d01e
v5.0.2
2018-11-10 18:25:21 +01:00
Greg Bergé
b0363dca20
fix: update peer dependencies
2018-11-10 18:25:03 +01:00
Greg Bergé
30522d1891
v5.0.1
2018-11-10 18:17:21 +01:00
Greg Bergé
e048968b53
v5.0.0
2018-11-10 18:12:33 +01:00
Greg Bergé
eb1cfe8e21
feat: improve SSR support
...
BREAKING CHANGE:
- SSR has been rewritten from scratch, if you use it, please follow the
new guide.
- Prefetch component and prefetch functions have been removed, please
use `webpackPrefetch` instead.
2018-11-10 18:05:23 +01:00
Samy Al Zahrani
e3ee107853
docs(server): add missing imports ( #133 )
2018-11-02 00:29:52 +01:00
Greg Bergé
2809217f54
v4.0.5
2018-11-01 09:31:45 +01:00
Greg Bergé
4396365c74
chore: fix build scripts
2018-11-01 09:31:31 +01:00
Greg Bergé
ba424e0952
fix(server): fix getScriptElements
2018-11-01 09:31:01 +01:00
Greg Bergé
e4bf0f881b
v4.0.4
2018-10-31 21:51:14 +01:00
Greg Bergé
6816e8c531
fix: fix peer dependencies
2018-10-31 21:18:51 +01:00
Greg Bergé
6075cb0bcd
v4.0.3
2018-10-31 15:53:45 +01:00