Differences from upstream react-templates
Based off of this pull request, and I also updated the react and react-dom versions in package.json.
- [PR] Update README.md for fork
I changed the Travis CI badge in README.md to point to my fork, to better test changes not present in upstream. I also added this document to note all of my changes.
-
[PR] Cherry-pick this commit to nest functions generated by
rt-scope
into the template render function. -
[PR] Cherry-pick this commit to fix wix/react-templates#162.
-
[PR] Cherry-pick nippur72/react-templates@3b288f0 and nippur72/react-templates@40b46a9 while removing comment sanitization tests that will come in a later PR.
-
[PR] Cherry-pick nippur72/react-templates@8955efa and restore the tests removed in PR 10 to fix wix/react-templates#158.
-
[PR] Cherry-pick nippur72/react-templates@3b0e355 to fix wix/react-templates#144.
-
[PR] Cherry-pick nippur72/react-templates@86abe5f to satisfy wix/react-templates#146. Rename the option from
normalize-whitespace
tonormalize-html-whitespace
. -
[PR] Integrate my fix for wix/react-templates#163.