Skip to content
Compare
Choose a tag to compare
@roluk roluk released this 03 Jun 13:01
· 24 commits to master since this release

Breaking changes

  • captureSavedViewData: Remove captureHiddenModelsAndCategories setting from parameter bag. This function now behaves as if its value is always true.
  • createViewState: Change function signature to take ViewData instead of SavedViewRepresentation and use parameter bag for additional settings
  • Remove experimental ModelCategoryOverrideProvider class
  • Remove experimental applyExtensionsToViewport function

Minor changes

  • Add applySavedView function
  • Promote createViewState to public API