github formatjs/formatjs @formatjs/intl-relativetimeformat@7.0.0

latest releases: @formatjs/utils@1.2.0, @formatjs/utils@1.1.0, @formatjs/swc-plugin-experimental@0.4.0...
4 years ago

7.0.0 (2020-07-24)

Features

  • @formatjs/intl-relativetimeformat: stop aggregating locale-data into languages (8ad38e8)

BREAKING CHANGES

  • @formatjs/intl-relativetimeformat: In this release we no longer bundle locale data of the
    same language into a single file. This serves a couple of purposes:
  1. Reduce size of the locale-data and normalize them to around 3 - 6KB
    each. This tremendously helps popular languages like en or zh where
    previous locale-data was around 20K.
  2. Normalize our CLDR processing pipeline.
  3. Get rid of runtime data unpacking which helps runtime performance.

Don't miss a new formatjs release

NewReleases is sending notifications on new releases.