Version 1.4.0
🎉 New Features
- Number and Currency: Compact form support #416 (via PR #759) by Katie Sievert @sieverk (revision fixes by Shiwani @shivijais #805 and #830)
- Formatting Compact Numbers (e.g.,
"14K"
) - Formatting Compact Currencies (e.g.,
"$1.2B"
)
- Formatting Compact Numbers (e.g.,
- Currency: Narrow symbol support (e.g.,
$
instead ofHK$
) #479 (via PR #738) by Gethin Webster @gethinwebster
🎉 Enhancements
- Date: Add fractional seconds support #753 (via PR #763) by Matt York @mattyork
- Cldr: Bump cldrjs dependency up:
^0.5.0
by Christian Tellnes @tellnes
🐛 Fixes
- Date: Fix leaking handler (via PR #806) by Alex Sexton @SlexAxton and co-worker
- Unit (runtime only): Fix
unitFormatter
when using optionalnumberFormatter
#704 (via PR #719) by Nikola Kovacs @nkovacs - Number: Fix a bug when setting the
minimumFractionDigits
ormaximumFractionDigits
options for number patterns that contain no fraction digits, such as forJPY
#472, #565 (via PR #757) by Nova Patch @patch - Number: Fix incorrect rounding precision when calculating significant digits #821 (via PR #830) by Shiwani @shivijais
⚙️ Others
- Examples update:
- Documentation improvements/updates/fixes by @gingerbbm, @zky829, Nova Patch @patch, Jörn Zaefferer @jzaefferer, Kemal Ahmed @goatandsheep
- Chore: Update development dependencies by Rob Garrison @Mottie