Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kunka committed Jan 29, 2017
1 parent 1f0e5dc commit cec9747
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

## 3.1.6

- Added composer.json

## 3.1.5

- Fixed several issues relating to the Dataset API and multimix-like operations (i.e. simultaneous insertion/removal/sorting/dirty-checking)
Expand Down
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "patrickkunka/mixitup",
"type": "library",
"homepage": "https://www.kunkalabs.com/mixitup/",
"license": [
"proprietary"
],
"authors": [
{
"name": "KunkaLabs Limited",
"homepage": "https://www.kunkalabs.com/"
}
],
"support": {
"docs": "https://www.kunkalabs.com/mixitup/docs/get-started/"
},
"description": "A high-performance, dependency-free library for animated filtering, sorting and more",
"keywords": ["javascript", "animate", "filtering", "sorting"]
}
6 changes: 3 additions & 3 deletions demos/mixitup.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/mixitup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* MixItUp v3.1.5
* MixItUp v3.1.6
* A high-performance, dependency-free library for animated filtering, sorting and more
* Build 8e050b2e-5ae0-443c-b990-d2c1d27c2bc1
* Build 82b49dcf-748d-446f-b5f7-ab14043f4c0f
*
* @copyright Copyright 2014-2017 KunkaLabs Limited.
* @author KunkaLabs Limited.
Expand Down Expand Up @@ -10475,5 +10475,5 @@
mixitup.BaseStatic.call(mixitup.constructor);

mixitup.NAME = 'mixitup';
mixitup.CORE_VERSION = '3.1.5';
mixitup.CORE_VERSION = '3.1.6';
})(window);
6 changes: 3 additions & 3 deletions dist/mixitup.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixitup",
"title": "MixItUp",
"version": "3.1.5",
"version": "3.1.6",
"description": "A high-performance, dependency-free library for animated filtering, sorting and more",
"author": "KunkaLabs Limited",
"homepage": "https://www.kunkalabs.com/mixitup/",
Expand Down

0 comments on commit cec9747

Please sign in to comment.