Skip to content

0.13.0

Compare
Choose a tag to compare
@mic159 mic159 released this 01 Apr 06:01
· 90 commits to master since this release

Fixed a potential XSS bug when using render_props as per the example.
This changes the output of render_props to be JSON.parse("[escapedJsonString]").

Potentially Breaking Change: This could potentially break if you are using render_props in any way other
than to put things into a script tag.

NOTE: Only the python code changed in this release