-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove IntlProvider as required wrapper where possible #65
Labels
enhancement
New feature or request
Comments
fbeceic
pushed a commit
that referenced
this issue
Mar 6, 2023
fbeceic
pushed a commit
that referenced
this issue
Mar 6, 2023
9 tasks
fbeceic
pushed a commit
that referenced
this issue
Mar 6, 2023
fbeceic
pushed a commit
that referenced
this issue
Mar 8, 2023
fbeceic
pushed a commit
that referenced
this issue
Mar 8, 2023
fbeceic
pushed a commit
that referenced
this issue
Mar 8, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 24, 2023
fbeceic
pushed a commit
that referenced
this issue
Apr 26, 2023
jtomic-croz
pushed a commit
that referenced
this issue
Apr 26, 2023
* #65 Refactor useIntlContext * #65 Refactor Pagination to include Intl * #65 Refactor useLabel to exclude Intl if not present * #65 Add fallback to useLabel, improve naming * #65 Refactor Date * #65 Improve Intl utilities & extend intlDictionary * #65 Improve IntlProvider independence for date inputs * #65 Improve IntlProvider independence for remaining components * #65 Update docs * #65 Add autocompleteAddItem key to defaultKeyConfig * #65 Improve NumberInput, useIntlContext and docs * #65 Improve Date component --------- Co-authored-by: Felix Beceic <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic information
Enhancement description
Get rid of Intl(Provider) dependency on components where it's achievable to reduce the number of components that require it for functioning. Set defaults on those components without requiring IntlProvider.
Current behaviour
Current list of components that require Intl(Provider) for functioning:
Wanted behaviour
Reduce the list above as much as possible so that components can be used without Intl(Provider).
The text was updated successfully, but these errors were encountered: