Releases: mic159/react-render
Releases · mic159/react-render
Support ManifestStaticFilesStorage in django
- Support manifest staticfiles storage classes by resolving the hashed name of files.
ie.js/hello.jstojs/hello.d0bf07ff5f07.js.
NOTE: Only the python code changed in this release
Added --host
Added --host option to the server to allow you to bind to other interfaces.
NOTE: Only JS changed in this release
0.12.3
Prop size limit
Larger request limit for react-render-service.
This allows larger props blobs.
NOTE: Only JS changed in this release
ES6 components
- Allow ES6 style React components
Note: Only the JS server changed in this release.
Fail safe
Make Django optional
Restructure the code so that the client has a pure python core, and an optional Django wrapper.
This allows us to add integration into other web frameworks in the future, eg. Pyramid, Flask, etc.
Python Changes
The python code now has two entry points:
react_render.core.render_componentwhich is pure pythonreact_render.django.render_componentwhich is a Django wrapper that adds static path and django setting integration.
Node Changes
No changes
Bumping for packaging
Bumping the version number for packaging
Initial version
The first release under the react-render name