Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v19.0.0

Latest
Compare
Choose a tag to compare
@mlewand mlewand released this 29 Apr 11:26
· 4 commits to master since this release

MAJOR BREAKING CHANGES

  • ViewCollection no longer has the locale property.
  • The ViewCollection#constructor() no longer accepts the locale parameter.
  • LabeledView component was renamed to LabeledFieldView. Also, its instance of a labeled component's view is available through LabeledFieldView#fieldView. It replaced the LabeledView#view.

MINOR BREAKING CHANGES

  • The DropdownView#focusTracker property has been removed as it served no purpose.

Features

Bug fixes

  • Call ResizeObserver.destroy() when destroying block toolbar. (59449d2)

Other changes