Features
BREAKING CHANGES
- platform, cdk: - Platform table now exposes
dropMode
input property which isauto
by default;
- Default
auto
dnd option behaves in following way: if dragged item is hovering another item by overn
pixels, wheren
is calculated with following formula:[hovered element half height] + [hovered element height * threshold]
, it will applyshift
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 applygroup
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.