Skip to content
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

intl-messageformat is egregiously out of date #30

Closed
cellog opened this issue Feb 8, 2021 · 2 comments
Closed

intl-messageformat is egregiously out of date #30

cellog opened this issue Feb 8, 2021 · 2 comments

Comments

@cellog
Copy link
Contributor

cellog commented Feb 8, 2021

🐛 Bug Report

The current version of intl-messageformat is 9.4.6, and this package depends on 2.2.0. This breaks all of the date skeleton formats described in https://formatjs.io/docs/intl-messageformat#datetime-skeleton

Would you accept a PR bumping the intl-messageformat version in package.json?

To Reproduce

A codesandbox example or similar
or at least steps to reproduce the behavior:

t("month-label", "{ date, date, ::MMMMyyyy }", { date: new Date() });

Expected behavior

It should format with "February 2021" but instead formats as "02/08/2021"

Your Environment

  • runtime version: n/a
  • i18next version: 19.8.4
  • os: Mac
  • any other relevant information
@jamuhl
Copy link
Member

jamuhl commented Feb 9, 2021

Sure PR's are very welcome - not using this myself and lacking time that would help a lot.

@jamuhl
Copy link
Member

jamuhl commented Feb 10, 2021

merged and published in [email protected]

@jamuhl jamuhl closed this as completed Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants