Skip to content

Commit 1246d2d

Browse files
committed
Release v2.1.1
1 parent 02ce39e commit 1246d2d

6 files changed

+772
-761
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`ABigImage` is jQuery plugin for viewing big versions of images.
44

5-
Current version **2.1.0** (2017-01-15).
5+
Current version **2.1.1** (2018-01-20).
66

77
<div class="colr">
88
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
@@ -13,8 +13,8 @@ Current version **2.1.0** (2017-01-15).
1313
</form>
1414
</div>
1515

16-
* [abigimage.jquery.js](abigimage.jquery.js) (26.9 kB) [min](abigimage.jquery.min.js) (10.2 kB, gzipped 3.6 kB)
17-
* [abigimage.jquery.css](abigimage.jquery.css) (6 kB) [min](abigimage.jquery.min.css) (3.1 kB, gzipped 802 bytes)
16+
* [abigimage.jquery.js](abigimage.jquery.js) (30.1 kB) [min](abigimage.jquery.min.js) (10.2 kB, gzipped 3.6 kB)
17+
* [abigimage.jquery.css](abigimage.jquery.css) (6 kB) [min](abigimage.jquery.min.css) (3.1 kB, gzipped 801 bytes)
1818
* Fork at [Github](https://github.com/makryl/ABigImage)
1919

2020
## Features
@@ -187,10 +187,11 @@ $.abigimage.unbind($myimgs1);
187187

188188
## Changes
189189

190+
- **2.1.1** - fixed init in `head`, plugin now has lazy creation of it's dom.
190191
- **2.1.0** - improved animations for not fully loaded images, improved zoom positioning, added mouse scroll zoom, added scrolling down bottom area, added zoom out closing, added next and zoom buttons, added loading spinner, added images counter, fixed prevention of non-plugin's hotkeys.
191192
- **2.0.0** - fixed multiple plugin instances context, added double-tap zoom, optimized touch event handlers, styles moved to CSS file, license changed to MIT.
192193
- **1.3.1** - fixed image caching, added `unbind` method.
193194

194195
## MIT License
195196

196-
Copyright (c) 2014-2016 Maksim Krylosov <[email protected]>
197+
Copyright (c) 2014-2018 Maksim Krylosov <[email protected]>

0 commit comments

Comments
 (0)