Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "swup", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Animated page transitions with css.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -197,3 +197,3 @@ # swup | ||
The response from the server must be a valid page with all elements that need to be replaced by swup. | ||
Feature might not play well with swup cache. When cache is enabled, swup does not visit same url twice, including `POST` requests with different data. Consider disabling cache or removing page from cache when necessary with `swup.cache.remove('/you-url')` (swup does this before form submission, so the submit goes through every time). | ||
Feature might not play well with swup cache. When cache is enabled, swup does not visit same url twice, including `POST` requests with different data. Consider disabling cache or removing page from cache when necessary with `swup.cache.remove('/your-url')` (swup does this before form submission, so the submit goes through every time). | ||
This method does not support submission of files, or other advanced features. | ||
@@ -417,3 +417,3 @@ Please refer to [API](#api) section, for using swup API for sending requests. | ||
// enable cache | ||
swup.cache.remove('/you-url'); | ||
swup.cache.remove('/your-url'); | ||
``` | ||
@@ -420,0 +420,0 @@ |
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
133835