logisticinfotech / ionic4-datepicker

Ionic 4 Datepicker component
https://www.logisticinfotech.com/blog/ionic4-datepicker-component/
Other
77 stars 33 forks source link

Deprecation Warnings for Ionic v4.11.x #48

Open edthetechie opened 4 years ago

edthetechie commented 4 years ago

The console is showing warnings for padding, margin etc with the ion-padding being moved into CSS. Are you planning to update the plugin for V5? The warning I'm seeing in the console is:

[DEPRECATED][CSS] Ionic CSS attributes are deprecated.
Replace:
'<ion-content no-padding>'

With:
'<ion-content class="ion-no-padding">'