issues
search
lumada-design
/
hv-uikit-react
UI library for the Next Design System.
https://lumada-design.github.io/uikit/master
Apache License 2.0
39
stars
21
forks
source link
fix(TimeAgo): remove usage of dayjs and respect locale
#4335
Closed
plagoa
closed
1 month ago
plagoa
commented
1 month ago
This PRs addresses an issue where the locale was not being respected in specific scenarios.
This also removes the usage of
dayjs
and uses the native
Intl.RelativeTimeFormat
Updated some of the docs
Updated tests
plagoa
commented
1 month ago
@zettca updated the PR.
dayjs
and uses the nativeIntl.RelativeTimeFormat