github SAP/fundamental-ngx v0.40.0-rc.14

latest releases: v0.53.2-rc.1, v0.53.2-rc.0, v0.53.1...
pre-release19 months ago

Features

  • platform, cdk: Drag & drop auto detect mode (#9626) (e4b5c6c)

BREAKING CHANGES

  • platform, cdk: - Platform table now exposes dropMode input property which is auto by default;
  • Default auto dnd option behaves in following way: if dragged item is hovering another item by over n pixels, where n is calculated with following formula: [hovered element half height] + [hovered element height * threshold], it will apply shift mode, which during the drop of the dragged item will place it before or after the hovered element on the same level, otherwhise it will apply group mode, which creates children array of hovered element and places the dragged item inside it, adding +1 level to it;
  • Platform Table page has been splitted into smaller pages that are grouped by the usage scenarios such as: Personalization Dialog, Settings Dialog, Navigation, Scrolling options, etc.

Don't miss a new fundamental-ngx release

NewReleases is sending notifications on new releases.