62 lines
1.1 KiB
Markdown
62 lines
1.1 KiB
Markdown
## 6.3.1 (2025-12-10)
|
|
|
|
### Bug fixes
|
|
|
|
Properly parse bracketed subscript expressions.
|
|
|
|
## 6.3.0 (2025-08-15)
|
|
|
|
### Bug fixes
|
|
|
|
Support hyphens in property name tokens.
|
|
|
|
Allow `with` and `for` to appear after `render` tags in liquid blocks.
|
|
|
|
Fix member expressions being parsed with too low a precedence.
|
|
|
|
### New features
|
|
|
|
Support filters with multiple parameters.
|
|
|
|
## 6.2.3 (2025-03-21)
|
|
|
|
### Bug fixes
|
|
|
|
Properly terminate inline comments at `}}` and `%}` tokens.
|
|
|
|
## 6.2.2 (2024-11-14)
|
|
|
|
### Bug fixes
|
|
|
|
Support filter syntax after assign directives.
|
|
|
|
## 6.2.1 (2024-02-02)
|
|
|
|
### Bug fixes
|
|
|
|
Explicitly declare dependencies on @codemirror/state, /view, and /autocomplete.
|
|
|
|
## 6.2.0 (2024-01-03)
|
|
|
|
### New features
|
|
|
|
The `closePercentBrace` extension (included in the default language support) will double percent signs typed between braces.
|
|
|
|
## 6.1.0 (2023-12-22)
|
|
|
|
### New features
|
|
|
|
`LiquidCompletionConfig.properties` is now passed the completion context.
|
|
|
|
## 6.0.1 (2023-09-28)
|
|
|
|
### Bug fixes
|
|
|
|
Remove an unneeded constraint that required the base language to be some form of HTML.
|
|
|
|
## 6.0.0 (2023-09-20)
|
|
|
|
### Breaking changes
|
|
|
|
First numbered release.
|