React Templates v0.5.3-igg.1
Pre-release
Pre-release
·
9 commits
to gh-pages
since this release
This is a pre-release of my fork of react-templates. These pre-releases exist to make it easier for me to npm install
my fork via a tarball. The release notes correspond to the file DIVERGENCE.md which lists changes, fixes, and features that haven't been implemented or accepted upstream. DO NOT USE FOR PRODUCTION.
Each of these releases are denoted by a pre-release version identifier of igg.X, where X is incremented with each successive release.
Install this release using the npm
command:
npm install https://github.com/igetgames/react-templates/releases/download/v0.5.3-igg.1/react-templates-0.5.3-igg.1.tgz
Changed:
- [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
.