Releases: quintype/quintype-node-framework
Releases · quintype/quintype-node-framework
Add Render Loadable Redux Components
Loadable-Components is a library to solve the React code-splitting client-side and server-side.
renderLoadableReduxComponent
takes chunks(react components) from your app, and it gives you the HTML string for that component.
Support for OneSignal push notification
Added support for OneSignal push notification.
Update backend version
update backed version to support limiting the nested collection items of depth 3
Fix: Browser back and forward button does not change the content
I have added a defensive check, whether the current path is undefined or null in the navigateToPage ()
function and taking window.location.pathname
as default if it's undefined.
Fix SEO issue
Pass missing SEO callback to Isomorphic handler
Integrate SEO
- Integrate SEO package
- Add missing error handler parameters
Added error handling
Define custom application exceptions and handle those exceptions in isomorphic handler.
Add basic error handling
v0.2.11 Bump the version