Repository URL to install this package:
Version:
2.0.11-7 ▾
|
notion-desktop
/
usr
/
lib
/
notion-desktop
/
resources
/
app
/
node_modules
/
react-intl
/
CHANGELOG.md
|
---|
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Following our previous release with preliminary DateTimeFormat's skeleton parser, this release comes with a subset of ICU NumberFormat's skeleton parser. The full feature set can be found here.
This, in combination with intl-unified-numberformat allows you to write shorthand
NumberFormat in your messages like {amount, number, ::currency/CAD .00}
This bumps the version of intl-messageformat
, thus introducing a
subset of
DateTime Skeleton
to react-intl.
The skeleton syntax per ICU is today is {ts, time, ::yyyyMMdd}
.
Further documentation can be read at
http://userguide.icu-project.org/formatparse/datetime.
id
optional in MessageDescriptor (15ca429)files
instead of .npmignore, update contributors (b0c0fdb)formatList
& FormattedList
(#1494) (f5eacbf)defineMessages
to @formatjs/macro
and deprecate our own (f6ab2f1)