ui5-input: The 'submit' event is now removed. The 'submit' functionality must be added with a custom code - listen for the standard "keydown" event and check if ENTER is pressed to submit a form, containing the input component.
ui5-list: The "infiniteScroll" property has been removed, use growing="Scroll" instead