Skip to content

Ionic CSS attributes are deprecated #996

@ionitron-bot

Description

@ionitron-bot

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions