Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@charlespwd charlespwd released this 09 Dec 16:44
· 54 commits to main since this release

πŸŽ‰ The Liquid prettier plugin is now officially ready for production!

Astute devs might have noticed that it is also enabled inside Shopify's Online Store Code Editor.

Features

  • Stability :)
  • No major changes
  • Compatible with v0.4

Fixes

  • Add support for prettier-ignore-attributes and fix secondary templating parsing issue by @charlespwd in #125
  • Fixup parsing of {% else-%} by @charlespwd in #129
  • Add support for Liquid output in attribute names by @charlespwd in #127
  • Add support for Liquid output in HTML element names by @charlespwd in #135
  • Parse smart quotes as dumb quotes to prevent formatted copy pasting errors by @charlespwd in #136
  • Maintain at most 1 newline between Liquid branches by @charlespwd in #137
  • Unclosed AST should throw a LiquidHTMLParsingError by @charlespwd in #140
  • Add support for <!-- white-space: normal --> comment by @charlespwd in #142

Full Changelog: v0.4.3...v1.0.0