Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 1.88 KB

Unreleased

4.0.0 (2021-07-29)

Breaking Change

  • Upgraded React components to work with v17.0 (#29118). There are no new features in React v17.0 as explained in the blog post.

3.2.0 (2021-07-21)

3.1.0 (2021-05-20)

3.0.0 (2021-05-14)

Breaking Changes

2.25.0 (2021-03-17)

New Features

  • Add optional settings.scope field in the registerPlugin function (#27438).
  • Add optional scope param in the getPlugins function(#27438).
  • Add optional scope prop in the PluginArea component (#27438).

2.0.10 (2019-01-03)

2.0.9 (2018-11-15)

2.0.8 (2018-11-09)

2.0.7 (2018-11-09)

2.0.6 (2018-10-29)

2.0.5 (2018-10-20)

2.0.4 (2018-10-18)

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.