prettier-plugin-svelte
Advanced tools
Comparing version 2.2.0 to 2.3.0
# prettier-plugin-svelte changelog | ||
## 2.3.0 | ||
* (fix) Adjust snip regex to not break commented-out `<script>`/`<style>` tags ([#212](https://github.com/sveltejs/prettier-plugin-svelte/issues/212)) | ||
* (fix) Don't snip `<style>` tags that are inside `<script>` tags ([#219](https://github.com/sveltejs/prettier-plugin-svelte/issues/219), [#70](https://github.com/sveltejs/prettier-plugin-svelte/issues/70)) | ||
* (fix) Better formatting of long attribute values with mustache tags in between ([#221](https://github.com/sveltejs/prettier-plugin-svelte/pull/221)) | ||
* (fix) Format properly when using Prettier 2.3.0+ ([#222](https://github.com/sveltejs/prettier-plugin-svelte/pull/222)) | ||
* (fix) Keep parentheses in `<script>` tags for which JS is assumed ([#218](https://github.com/sveltejs/prettier-plugin-svelte/issues/218)) | ||
* (feat) Support range ignores at HTML top level ([#225](https://github.com/sveltejs/prettier-plugin-svelte/issues/225)) | ||
## 2.2.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "prettier-plugin-svelte", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Svelte plugin for prettier", | ||
@@ -34,3 +34,3 @@ "main": "plugin.js", | ||
"ava": "3.15.0", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.3.0", | ||
"rollup": "2.36.0", | ||
@@ -37,0 +37,0 @@ "@rollup/plugin-commonjs": "14.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218879
1765