-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
{% break %} inside for loop stops template execution #783
Labels
Comments
harttle
added a commit
that referenced
this issue
Jan 4, 2025
harttle
added a commit
that referenced
this issue
Jan 4, 2025
github-actions bot
pushed a commit
that referenced
this issue
Jan 4, 2025
## [10.20.1](v10.20.0...v10.20.1) (2025-01-04) ### Bug Fixes * break/continue stops whole template, [#783](#783) ([5f1a4cf](5f1a4cf)) * enumerate plain objects in where/where_exp, [#785](#785) ([#788](#788)) ([25ef104](25ef104)) * preserveTimezones support for RFC2822 date, [#784](#784) ([59cf3c0](59cf3c0))
Please try |
It fixed the issue, thanks! 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there 👋
With version 10.19.1
{% break %}
stops the template execution instead of just the for loop.Example:
Result with liquidjs:
Result with liquid:
The text was updated successfully, but these errors were encountered: