You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changed `django_react.exceptions.ReactComponentMissingSourceAttribute` to `django_react.exceptions.ReactComponentMissingSource`
@@ -107,10 +117,12 @@ Changelog
107
117
- The Python<->JS bridge used to render components now relies on a `--serialized-props-file` argument, formerly it was `--serialized-props`.
108
118
- Switched the JSX loader to a fork which improves the debug information provided during error handling
109
119
120
+
110
121
### 0.6.0 (24/12/2014)
111
122
112
123
- The NODE_ENV environment setting is now controlled by the `DJANGO_REACT['DEBUG']` setting. Activating it will provides some improvements to the rendering performance.
113
124
125
+
114
126
### 0.5.0 (14/12/2014)
115
127
116
128
- Renamed `django_react.exceptions.PropSerialisationError` to `django_react.exceptions.PropSerializationError`.
@@ -132,6 +144,7 @@ Changelog
132
144
- Added a test suite and harness.
133
145
- Added basic documentation.
134
146
147
+
135
148
### 0.4.0 (11/12/2014)
136
149
137
150
- Fixed a bug where errors caused during a component's prop serialization could silently fail.
@@ -144,6 +157,7 @@ Changelog
144
157
-`ReactComponent.get_component_variable` is now `ReactComponent.get_library`.
145
158
- Moved the Webpack configuration into the ReactComponent class.
146
159
160
+
147
161
### 0.3.0 (3/12/2014)
148
162
149
163
-`django_react.exceptions.ReactComponentSourceFileNotFound` is now `django_react.exceptions.SourceFileNotFound`
@@ -154,10 +168,12 @@ Changelog
154
168
-`django_react.utils.render` no longer accepts a `ReactComponent` as an argument, it now takes `path_to_source`, `serialised_props`, and `to_static_markup`.
155
169
-`django_react/render.js` no longer accepts the `--path-to-component` argument, instead it takes `--path-to-source`.
156
170
171
+
157
172
### 0.2.0 (3/12/2014)
158
173
159
174
- Replaced the post-install step in setup.py with django-node's dependency and package resolver.
0 commit comments