Comparing version 1.40.1 to 1.40.2
# Svelte changelog | ||
## 1.40.2 | ||
* Ignore `@apply` and similar in CSS ([#871](https://github.com/sveltejs/svelte/issues/871)) | ||
* Properly escape CSS in custom elements ([#872](https://github.com/sveltejs/svelte/issues/872)) | ||
## 1.40.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "svelte", | ||
"version": "1.40.1", | ||
"version": "1.40.2", | ||
"description": "The magical disappearing UI framework", | ||
@@ -24,3 +24,3 @@ "main": "compiler/svelte.js", | ||
"prepublishOnly": "npm run lint && npm test", | ||
"prettier": "prettier --use-tabs --single-quote --trailing-comma es5 --write \"src/**/*.ts\"" | ||
"prettier": "prettier --write \"src/**/*.ts\"" | ||
}, | ||
@@ -63,3 +63,3 @@ "repository": { | ||
"nyc": "^11.1.0", | ||
"prettier": "^1.4.1", | ||
"prettier": "^1.7.0", | ||
"rollup": "^0.48.2", | ||
@@ -66,0 +66,0 @@ "rollup-plugin-buble": "^0.15.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
2046467
17862