4.0
- Upgraded to next.js 6.0
- Reorganize modules and names for easier setup
- Added
<Fridge>
component and<HtmlContent>
component
Breaking Changes
We no longer include an HOC to wrap top-level pages. The custom <App>
functionality introduced by next.js 6.0 drastically reduces the amount of cruft we need to write in our page components, so we now provide a FridgeApp
to set everything up for you.
connectFridge
has been renamed to withFridge
. It's shorter, and makes more sense.