Creating custom alerts in ionic

To people using Ionic 6: as well you put images on the alert by marking tags in the object properties of the alert controller

async function(){

const alert = await this.alertController.create({

  cssClass: my-custom-class',

  message: '<img src="../../assets/svg/image.svg">',

});

await alert.present();

}

I think you have set your time machine incorrectly, as 5.2.2 is the most recent thing I see in this list of releases.

Yeah I mean most recent for 06/2020 I was refering to CLI version