Skip to content
This repository was archived by the owner on Nov 23, 2020. It is now read-only.

Conversation

tabacitu
Copy link
Member

@tabacitu tabacitu commented Feb 28, 2018

So that you can do things like:

<strong>Something happened</strong><br>
Details about that something, that nobody will probably ever read.

This is NOT a breaking change, it's backwards-compatible, but we should make sure we don't use this feature ourselves in the code, until it's adopted. For this reason, I think it should be launched with the 3.4 update.

border-color: #f8d053;
}

/* FLEXBOX HELPERS */
Copy link
Member Author

@tabacitu tabacitu Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has NOTHING to do with the current PR, but it's needed and harmless, so I say let's leave it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed by what though?

@tabacitu tabacitu changed the title Alert messages can now have HTML content [Feature][0.9][Ready] Alert messages can now have HTML content Feb 28, 2018
@tabacitu tabacitu added this to the 3.4 Platform-ready milestone Feb 28, 2018
border-color: #f8d053;
}

/* FLEXBOX HELPERS */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed by what though?

new PNotify({
// title: 'Regular Notice',
text: "{{ $message }}",
text: "{!! str_replace('"', "'", $message) !!}",
Copy link
Contributor

@lloy0076 lloy0076 Mar 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. Just double-checked to be sure: https://cl.ly/3C2V1s0i1Y26

@tabacitu tabacitu self-assigned this Mar 6, 2018
@tabacitu tabacitu mentioned this pull request Mar 8, 2018
7 tasks
@tabacitu
Copy link
Member Author

tabacitu commented Mar 8, 2018

Merged into upgrade branch #259 . We'll leave this PR and branch open, and push fixes here if anything comes up in testing.

@tabacitu tabacitu changed the title [Feature][0.9][Ready] Alert messages can now have HTML content [Feature][0.9][Merged] Alert messages can now have HTML content Mar 8, 2018
@tabacitu tabacitu merged commit 7c3593f into master Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants