Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 746 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 746 Bytes

2.2.0 (Unreleased)

Deprecations

  • Remove moment from the public API for the date module.

2.1.0 (2018-10-29)

Breaking Change

  • Marked getSettings as experimental

2.0.3 (2018-09-26)

New Features

  • Added a datetimeAbbreviated format to getSettings().format for abbreviated months.

2.0.0 (2018-09-05)

Breaking Change

  • Change how required built-ins are polyfilled with Babel 7 (#9171). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using core-js or @babel/polyfill will add support for these methods.