Skip to content

Commit 0fc7b31

Browse files
author
Patrick Kunka
committed
Release v2.1.11
1 parent 9b1d8de commit 0fc7b31

File tree

5 files changed

+428
-424
lines changed

5 files changed

+428
-424
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
MixItUp ChangeLog
22
=================
33

4+
## 2.1.11
5+
- Fixed strict-mode TypeError affecting latest Safari/iOS9 when deleting a dataset property
6+
- Removed all trailing whitespace
7+
48
## 2.1.10
59
- Fixed accidental global declaration of `unBrake` in the _cleanUp method
610
- Force ES5 "Strict Mode"
@@ -47,7 +51,7 @@ MixItUp ChangeLog
4751
- Added new static API methods for extending $.MixItUp prototype, and hooking actions and filters.
4852

4953
## 2.0.6
50-
- Retain scroll position if container height change decreases document height while filtering out targets.
54+
- Retain scroll position if container height change decreases document height while filtering out targets.
5155
- Fixed animation bug when sorting by 'default:desc'.
5256

5357
## 2.0.5

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixitup",
3-
"version": "2.1.9",
3+
"version": "2.1.11",
44
"main": "src/jquery.mixitup.js",
55
"ignore": [
66
"Gruntfile.js"

build/jquery.mixitup.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixitup",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"devDependencies": {
55
"grunt": "~0.4.1",
66
"matchdep": "~0.1.1",

0 commit comments

Comments
 (0)