v6.3.0 (March 19, 2020)

Core v6.3.0

Changes

  • Added new flag enableAnyMatchInSearchField to editor class. When set to true, all elements that contain entered character sequence will be listed. If set to false, only elements that start with entered characters will be listed
  • Added additional return value inReviewbar to result of SelectionManager.updateActive

Bugfixes

  • Fixed issue in SelectionManager.updateActive causing interaction with review bar to throw JS errors
  • Changed documentation of default value of configURLParseMode from incorrect value json to proper one eval
  • Fixed issue in document splitting causing incorrect splits in certain scenarios
  • Fixed issue that caused document content to be invisible after accordion panel was collapsed