Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes releasenotes 0.120.0 #11617

Closed
bep opened this issue Oct 28, 2023 · 1 comment
Closed

Notes releasenotes 0.120.0 #11617

bep opened this issue Oct 28, 2023 · 1 comment
Assignees
Milestone

Comments

@bep
Copy link
Member

bep commented Oct 28, 2023

The above should both solve some issues and make the above types more useful and easer to reason about. But if you use the delimit function to process HTML and see some unexpected escaping after this release, e.g.:

{{ $s := slice "<i>foo</i>" }}
{{ delimit $s "," }}

Then you need to mark the type with safeHTML:

{{ $s := slice "<i>foo</i>" }}
{{ delimit $s "," | safeHTML }}

Also: #11598

@bep bep added this to the v0.120.0 milestone Oct 28, 2023
@bep bep self-assigned this Oct 28, 2023
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants