You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for versions in the control panel for different backends. @robgietema#8263
Split the Maps block into separate View and Body components so wrapper and content customizations can compose. @danalvrz
Bugfix
Fix clicking in personal tools menu in Safari. @davisagli#8272
Fix error on Block Types control panel if there was a blockConfig with a missing id. @davisagli
Internal
Refactored the History manage component by converting it from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5#7717
Move packages that are used only in testing to devDependencies: react-test-renderer and redux-mock-store. Remove unnecessary dependency: full-icu. @wesleybl#8279