Releases: fridge-cms/fridge.js
Releases · fridge-cms/fridge.js
7.0.0
- Moved
next
to apeerDependency
so we don't need to keep re-releasing to update the version of next. - Switched to using a next plugin so that this will interop with a regular next.js app.
- Rewrite server bits to use fastify and compression.
- Temporarily disable ssr caching until a better solution is found.
- Test custom routes, exportPathMap, and now v2 custom routes
4.2.0
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.
3.0
v2.0
Initial Release
fix exporting issue. properly set FRIDGE_SECRET to empty string if it is not present in config