Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@rxaviers rxaviers released this 17 Jul 21:43
· 45 commits to master since this release

🎉 New Features

🎉 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 optional numberFormatter #704 (via PR #719) by Nikola Kovacs @nkovacs
  • Number: Fix a bug when setting the minimumFractionDigits or maximumFractionDigits options for number patterns that contain no fraction digits, such as for JPY #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