mansona / ember-cli-notifications

⚛ Atom inspired notification messages for ember-cli
https://ember-cli-notifications.netlify.app/
MIT License
177 stars 94 forks source link

Refactor: Handle notification htmlContent in backing class #342

Open pichfl opened 2 years ago

pichfl commented 2 years ago

This change is made with the intention of deprecating and later removing the htmlContent flag from the message, shifting the responsibility of creating htmlSafe content to the consuming application in the future.