terra-i18n
Advanced tools
Comparing version 2.22.0 to 2.23.0
@@ -7,2 +7,7 @@ Changelog | ||
2.22.0 - (October 2, 2018) | ||
------------------ | ||
### Added | ||
* Export IntlProvider from react-intl | ||
2.21.0 - (September 25, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -20,3 +20,4 @@ 'use strict'; | ||
intlShape: _reactIntl.intlShape, | ||
IntlProvider: _reactIntl.IntlProvider, | ||
FormattedMessage: _reactIntl.FormattedMessage | ||
}; |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "2.22.0", | ||
"version": "2.23.0", | ||
"description": "The terra-i18n package provides on-demand internationalization of React components.", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -1,2 +0,4 @@ | ||
import { injectIntl, intlShape, FormattedMessage } from 'react-intl'; | ||
import { | ||
injectIntl, intlShape, FormattedMessage, IntlProvider, | ||
} from 'react-intl'; | ||
import I18nProvider from './I18nProvider'; | ||
@@ -10,3 +12,4 @@ import i18nLoader from './i18nLoader'; | ||
intlShape, | ||
IntlProvider, | ||
FormattedMessage, | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111031
1989