Ion-list reorder is not available in v4

how to implement the reorder feature which was available in ion-list in v3

Hi,

I am working on this too. You can reorder like this :slight_smile:

<ion-list >
    <ion-reorder-group  disabled="false">
      <ion-item >
        <ion-label>
          text
        </ion-label>
        <ion-reorder slot="end"></ion-reorder>
      </ion-item>
    </ion-reorder-group>
  </ion-list>

My current issue is what event should i use to get the new order of the list. The old one ionItemReorder is not working.

I think the reorder event is still missing. There is an open issue on github (maybe give it a thumbs up, such that it gets more attention):