feat(popover): popover can now be used inline (#23231)

BREAKING CHANGE: Converted `ion-popover` to use the Shadow DOM.
This commit is contained in:
Liam DeBeasi
2021-05-03 12:02:22 -04:00
committed by GitHub
parent 6fcb3a62b1
commit 308fa1c0dd
29 changed files with 826 additions and 170 deletions

View File

@ -28,11 +28,6 @@ function generateOverlays() {
controller: 'pickerController',
name: 'IonPicker'
},
{
tag: 'ion-popover',
controller: 'popoverController',
name: 'IonPopover'
},
{
tag: 'ion-toast',
controller: 'toastController',