react-intl-universal v1.14.3 Release Notes

Release Date: 2018-10-23 // over 5 years ago
  • 0️⃣ To prevent XSS attack, escaping Html is enabled by default.
    However, if you would like to disable escaping Html in some cases, use escapeHtml option.
    👀 See the test case for example.