Skip to content

Releases: mic159/react-render

Support ManifestStaticFilesStorage in django

23 Feb 03:59

Choose a tag to compare

  • Support manifest staticfiles storage classes by resolving the hashed name of files.
    ie. js/hello.js to js/hello.d0bf07ff5f07.js.

NOTE: Only the python code changed in this release

Added --host

27 Jan 08:51

Choose a tag to compare

Added --host option to the server to allow you to bind to other interfaces.

NOTE: Only JS changed in this release

0.12.3

12 Jan 00:21

Choose a tag to compare

Add a directory whitelist option to restrict where the service can load from.

Can be set by either CLI switch: --whitelist /some/path,
or by environment variable: REACT_WHITELIST=/some/path react-service

NOTE: Only JS changed in this release

Prop size limit

25 Nov 06:04

Choose a tag to compare

Larger request limit for react-render-service.
This allows larger props blobs.

NOTE: Only JS changed in this release

ES6 components

10 Nov 00:36

Choose a tag to compare

  • Allow ES6 style React components

Note: Only the JS server changed in this release.

Fail safe

09 Nov 04:51

Choose a tag to compare

  • Upgrade to React 0.14.2
  • Adding REACT_FAIL_SAFE option
  • Drop support for direct JSX

Make Django optional

20 Apr 03:01

Choose a tag to compare

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_component which is pure python
  • react_render.django.render_component which is a Django wrapper that adds static path and django setting integration.

Node Changes

No changes

Bumping for packaging

20 Apr 03:01

Choose a tag to compare

Bumping the version number for packaging

Initial version

20 Apr 03:02

Choose a tag to compare

The first release under the react-render name