liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
**Author**: Shopify **Expected end date**: December 5, 2024 ### Background Today, the `slice` filter is limited to counting items from the start index, with no option to count backwards from...
Hey I decided to delete the old request pool and create a new one https://github.com/Shopify/liquid/pull/1821 Additions have been made to the documentation
The https://github.com/Shopify/liquid/pull/1869 PR introduced support for new filters and nested properties together. While that is a valuable feature, it might be risky for some runtimes, introduces [challenges for some tools...
Can the type section be updated with all the types that are supported? At the very least it seems to be missing `object` and `timestamp`: https://shopify.github.io/liquid/basics/types/ Object is obviously supported:...
This pull request updates the Liquid types documentation to include missing types: Object and Timestamp. - Added examples for Object with attributes and its usage in conditionals. - Added examples...
Hey y'all, I'm upgrading from Liquid v4 to v5 and encountered a subtle yet **impactful breaking change** that caused us a significant number of test failures. It seems that during...
Ubuntu 24.04.1 Ruby v3.0 Liquid 5.6.1 Since the latest release (30 min ago), we just started receiving the following error in Github Actions CI when deploying a theme extension by...
There are two main issues being reported here: 1. Strict mode vs not does not give the same behavior in simple ranges, where strict mode works and lax does not....
Other platforms and frameworks have the ability to place code within a placeholder element somewhere else on the theme. October CMS does this using `{% placeholder xyz %}`, Astro does...
By using `omit_blank_nodes` parse option, Parser will omit `Comment` node and other empty nodes from the AST. For example, `If` tag like this won't be included in the AST: ```ruby...