-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
Original issue by @alertcentric on 2019-10-05T10:11:46Z
Documentation
Upgrading to 4.10.0 I am getting the following CSS error:
fesm5.js:5006 [DEPRECATED][CSS] Ionic CSS attributes are deprecated.
Replace:
'<div text-wrap>'
With:
'<div class="ion-text-wrap">'
Looking at the documents I also noticed there is no longer text-wrap attribute but instead it is class="ion-text-wrap".
My question when was this breaking changed introduced and why is in stated in the angular releases as a breaking change?
Metadata
Metadata
Assignees
Labels
No labels