Upgrade 0.24 to 0.25

Change startupjs and all @startupjs/* dependencies in your package.json to ^0.25.

BREAKING CHANGES

UI configuration and overrides

  • Support for override of ui configuration in startupjs.config.js, which was deprecated in previous version, is now dropped. Follow the guide from previous version to upgrade ui configuration from JS to CSS:

    UI configuration and overrides upgrade guide

AutoSuggest

  • popoverHeight property is removed. Use maxHeight instead

For full list of new features and bug fixes see CHANGELOG