2.13.4
We're excited to announce several new APIs in react-intl-universal that enhance our internationalization capabilities.
These features were implemented in PR #261.
New APIs
formatList- Formats a list of React nodes with locale-appropriate separatorsformatNumber- Formats numbers according to the current localeformatParentheses- Returns locale-specific parentheses formatgetColon- Returns locale-specific colon character
These new APIs provide more granular control over localization formatting, allowing developers to create more culturally appropriate UIs with less manual work.
These additions maintain backward compatibility and follow existing API patterns in the library.
Please check our documentation for detailed usage instructions and examples.