Change Log
Please visit the Razzle release page for all historical releases.
v3.1.7
Published on Tue Aug 25 2020.
Patches
- Fix(razle-dev-utills): add missing webpack-dev-server dependency: 417cff5377961f21f16e6b974277f94d373914e5
v3.2.0-canary.4
Published on Mon Aug 10 2020.
Patches
- Fix(create-razzle-app): get examples list from correct branch: 1bfc0fb282be46392d265264fb9dc86484ed16bc
v3.2.0-canary.3
Published on Sun Aug 09 2020.
Patches
- Fix(create-razzle-app): respect branch in install: 22e00e95d05e48b6ea0b08b09ed50fed080d1646
v3.2.0-canary.2
Published on Sun Aug 09 2020.
Patches
- Fix(razzle): add a missing dependency and require: 894725f4c165805f6d7e8193101a1947789a98d0
v3.2.0-canary.1
Published on Tue Jul 28 2020.
Here are some of the fixes and new features.
feat(razzle): make configuration promise based fix: deprecate createConfig so plugin tests have time to update before next major release feat(razzle): add support for typescript to razzle core fix(css): make sure only one mini-css-extract-plugin is present fix(razzle): fix issue with DEV_PORT env var and client only razzle start feat(razzle): support paths in jsconfig and tsconfig feat(create-razzle-app): add support for npm/github/git/file example templates feat(less/scss): support postcss.config js and modules in less and scss plugin feat(razzle): add support for postcss.config.js feat(razzle): add experimental support for react-refresh feat(examples): add with-single-exposed-port example
v3.1.6
Published on Sun Jul 26 2020.
Patches
- Fix: updated spa example with working env var: fd852abd36b0cfdb139434176c681f18f10774f1
- Fix(css): add back localIdentName to css modules: 999a2c1f65bcf49f0ce968a3b130b0416000959e
- Fix(css): add one more missed localIdentName: eea3ac3cda299d4338af71f02f692377faa142e7
- Docs: update getting started duplicate paragraphs: a75b0a225abf54074916130b50b611caf29949d3
- Fix(razzle): manifest chunk name fallback to entry.id: fb2d3087ce0b503baa6549823ef2e2353cd3a4e1
v3.1.5
Published on Sat Jul 04 2020.
Patches
- Fix(scss): add mini-css-extract-plugin to peerDependencies to fix npm install: 018811309c2be36e4d4159f9f2ffd88440be6ab7
v3.1.4
Published on Fri Jun 26 2020.
Patches
- Fix(css): make sure only one mini-css-extract-plugin is present: eca432c694689b5775eb05243aeccf7daa287a56
v3.1.3
Published on Thu May 14 2020.
Patches
- Fix(razzle): logger import: #1299
Credits
Huge thanks to @sumanbh for helping!
v3.1.2
Published on Wed May 13 2020.
Patches
- Fix: complement CSS loader setup with pre-3.1 configuration