Skip to content

React Intl 1.0.1 — Support React 0.12

Compare
Choose a tag to compare
@ericf ericf released this 07 Nov 19:44

This is a patch release to add support for React v0.12, and fixes an edge-case bug with formatting the Epoch date.

  • React Intl now works with both react@0.11 and react@0.12. This package's react dependency is now more liberal so that whichever React version you use in your app, there will only be one copy of react in the top-level node_modules/ dir.
  • A fix has been applied to React Intl's date/timestamp validation code so that the Epoch (0) would result in the correct output for formatDate(), formatTime(), and formatRelative().