-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
49 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,7 @@ ImageMapster includes several examples. To view the examples: | |
|
||
## Zepto Compatibility | ||
|
||
As of ImageMapster v1.3.2, ImageMapster contains full support for Zepto v1.2.0. The latest Zepto compatible version of ImageMapster is [1.5.2](https://github.com/jamietre/ImageMapster/releases/tag/v1.5.2). | ||
As of ImageMapster v1.3.2, ImageMapster contains full support for Zepto v1.2.0. The latest Zepto compatible version of ImageMapster is [1.5.3](https://github.com/jamietre/ImageMapster/releases/tag/v1.5.3). | ||
|
||
Prior to ImageMapster v1.3.2 and with any version of Zepto except v1.2.0, ImageMapster is unlikely to work as expected. In the early versions of ImageMapster, Zepto support was maintained, however due to changes in Zepto, as of v1.2.5 of ImageMapster, support for Zepto compatability was not maintained as it required too much effort and pushing ImageMapster forward with jQuery was the priority. | ||
|
||
|
@@ -177,8 +177,8 @@ To use ImageMapster >= v1.3.2 < 2.0.0 with Zepto v.1.2.0, Zepto must contain the | |
|
||
:warning: **_As of ImageMapster v1.3.0, if targeting ES5 browers, you must include a Promise polyfill such as [es6-promise](https://www.npmjs.com/package/es6-promise). See [Issue 341](https://github.com/jamietre/ImageMapster/issues/341) for details._** | ||
|
||
1. [jsDelivr](https://www.jsdelivr.com/package/npm/imagemapster?version=1.5.2) - https://www.jsdelivr.com/package/npm/imagemapster?version=1.5.2 | ||
2. [cdnjs](https://cdnjs.com/libraries/imagemapster/1.5.2) - https://cdnjs.com/libraries/imagemapster/1.5.2 | ||
1. [jsDelivr](https://www.jsdelivr.com/package/npm/imagemapster?version=1.5.3) - https://www.jsdelivr.com/package/npm/imagemapster?version=1.5.3 | ||
2. [cdnjs](https://cdnjs.com/libraries/imagemapster/1.5.3) - https://cdnjs.com/libraries/imagemapster/1.5.3 | ||
|
||
Use `jquery.imagemapster.zepto.min.js` | ||
|
||
|
@@ -194,7 +194,7 @@ Use `jquery.imagemapster.zepto.min.js` | |
></script> | ||
<script | ||
language="text/javascript" | ||
src="/path/to/cdn/for/v1.5.2/dist/jquery.imagemapster.zepto.min.js" | ||
src="/path/to/cdn/for/v1.5.3/dist/jquery.imagemapster.zepto.min.js" | ||
></script> | ||
``` | ||
|
||
|
@@ -207,7 +207,7 @@ Using `webpack` and `zepto-modules` as an example: | |
#### Install from NPM | ||
|
||
```sh | ||
npm install zepto-modules [email protected].2 --save | ||
npm install zepto-modules [email protected].3 --save | ||
``` | ||
|
||
#### src/yourzepto.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters