Skip to content

5.0.31

Compare
Choose a tag to compare
@stentrop stentrop released this 19 May 13:26
· 3714 commits to stable since this release
dcbd585

v5.0.31 (2021-05-19) Overview of all changes

Added

  • The image box widget now has another option for the aspect ratio setting: "Retain aspect ratio". With this option, the widget retains the aspect ratio of the image.
  • At the selection field widget of the contact form, you can now use the selection type "Checkboxes" in combination with the option "Mandatory field" to define the minimum and maximum amount of options to be selected.
  • The item list widget now supports image preloading.

Changed

  • The QuantityInput component is now loaded together with the AddToBasket component. This reduces the loading time of the item view. Thanks to @naturdrogerie
  • The ShippingCountrySelect component in the header is now covered by Intersect instead of Lazy-Hydrate. Thanks to @MaxBentz!

Fixed

  • The setting for enabling Vue SSR in the assistant could not be displayed in preview mode configurations. This has been fixed.
  • Templates of nested components that have not been registered via Vue.component() are taken into account on the server-side.
  • The delimiters in overwritten component templates are interpreted correctly by SSR.
  • NullPointerExceptions could occur in the LazyLoad component. The behaviour has been fixed.

Changed templates