e97406a: Fix plugin sometimes including significant whitespace inside components, fragments and custom elements
v0.12.3
Patch Changes
e75f9c7: Fix <br /> tags sometimes causing additional spaces to appear
b4b0918: Fix not being able to format expressions with more than 2 roots
v0.12.2
Patch Changes
11b0dc7: Fix attributes using optional chaining not formatting correctly
v0.12.1
Patch Changes
0188f04: Fix attributes with multiple invalid JSX characters in their key inside expressions causing the plugin to throw an error
v0.12.0
Minor Changes
fa1a6e3: Do not delete line breaks and indentation of lines in class attribute
Patch Changes
b806845: Format doctype as lowercase to match Prettier 3.0
v0.11.1
Patch Changes
62fe714: removes pnpm from engines
v0.11.0
Minor Changes
94ed904: Migrated the plugin to Prettier 3's new APIs. It's unfortunately not possible for a plugin to support both version 2 and 3 of Prettier. As such, from this version on, only Prettier 3 is supported.
v0.10.0
Minor Changes
af9324e: Use the sync entrypoint of the Astro compiler instead of synckit, improving performance and reducing the dependency count of the plugin
e97406a: Fix plugin sometimes including significant whitespace inside components, fragments and custom elements
0.12.3
Patch Changes
e75f9c7: Fix <br /> tags sometimes causing additional spaces to appear
b4b0918: Fix not being able to format expressions with more than 2 roots
0.12.2
Patch Changes
11b0dc7: Fix attributes using optional chaining not formatting correctly
0.12.1
Patch Changes
0188f04: Fix attributes with multiple invalid JSX characters in their key inside expressions causing the plugin to throw an error
0.12.0
Minor Changes
fa1a6e3: Do not delete line breaks and indentation of lines in class attribute
Patch Changes
b806845: Format doctype as lowercase to match Prettier 3.0
0.11.1
Patch Changes
62fe714: removes pnpm from engines
0.11.0
Minor Changes
94ed904: Migrated the plugin to Prettier 3's new APIs. It's unfortunately not possible for a plugin to support both version 2 and 3 of Prettier. As such, from this version on, only Prettier 3 is supported.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps prettier-plugin-astro from 0.8.0 to 0.13.0.
Release notes
Sourced from prettier-plugin-astro's releases.
... (truncated)
Changelog
Sourced from prettier-plugin-astro's changelog.
... (truncated)
Commits
5f7c26e
Version Packages (#401)4354afd
fix: rewrite readme (#400)e97406a
fix: hug when needed for components and fragments (#397)3d596c1
Version Packages (#393)e75f9c7
fix: regression with self-closing tags text (#394)b4b0918
fix: format JSX expressions with 3+ roots (#392)bc62d2f
Fix: typo inCONTRIBUTING.md
and broken links onelements.ts
(#391)936c6ae
Version Packages (#385)11b0dc7
Fix attributes using optional chaining not formatting correctly (#384)e5dc2ec
ci: run CI on latest Node versions (#380)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show