Skip to content

Files

Latest commit

 

History

History
74 lines (38 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 1.89 KB

Unreleased

3.19.0 (2022-10-05)

3.18.0 (2022-09-21)

3.17.0 (2022-09-13)

3.16.0 (2022-08-24)

3.15.0 (2022-08-10)

3.14.0 (2022-07-27)

3.13.0 (2022-07-13)

3.12.0 (2022-06-29)

3.11.0 (2022-06-15)

3.10.0 (2022-06-01)

3.9.0 (2022-05-18)

3.8.0 (2022-05-04)

3.7.0 (2022-04-21)

3.6.0 (2022-04-08)

3.5.0 (2022-03-23)

3.4.0 (2022-03-11)

3.3.0 (2022-01-27)

3.2.0 (2021-07-21)

3.1.0 (2021-05-20)

3.0.0 (2021-05-14)

Breaking Changes

2.12.0 (2021-03-17)

2.11.0 (2020-12-17)

New Feature

  • Include TypeScript type declarations (#26429)

2.6.0 (2019-08-29)

Bug Fix

  • When there is no options.version param provided deprecated method warns with more relaxed tone.

2.0.4 (2019-01-03)

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.

New Feature

  • Call doAction hook when a deprecated feature is encountered (#8110)