Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 675 Bytes

0.25.md

File metadata and controls

16 lines (9 loc) · 675 Bytes

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