From cffa3d13f836da034d5b1c3251917fd3fa6d37f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20R=C3=A4m=C3=B6?= Date: Tue, 7 Aug 2018 11:51:50 +0300 Subject: [PATCH] v0.6.3 --- README.md | 8 ++++---- dist/muuri.js | 2 +- dist/muuri.min.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1ef4abac..dca78727 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Muuri -[![gzip size](http://img.badgesize.io/https://unpkg.com/muuri@0.6.2/dist/muuri.min.js?compression=gzip)](https://unpkg.com/muuri@0.6.2/dist/muuri.min.js) +[![gzip size](http://img.badgesize.io/https://unpkg.com/muuri@0.6.3/dist/muuri.min.js?compression=gzip)](https://unpkg.com/muuri@0.6.3/dist/muuri.min.js) [![npm](https://img.shields.io/npm/v/muuri.svg)](http://npm.im/muuri) Muuri is a JavaScript layout engine that allows you to build all kinds of layouts and make them responsive, sortable, filterable, draggable and/or animated. Comparing to what's out there Muuri is a combination of [Packery](http://packery.metafizzy.co/), [Masonry](http://masonry.desandro.com/), [Isotope](http://isotope.metafizzy.co/) and [Sortable](https://github.com/RubaXa/Sortable). Wanna see it in action? Check out the [demo](http://haltu.github.io/muuri/) on the website. @@ -35,13 +35,13 @@ Muuri uses [Web Animations](https://developer.mozilla.org/en-US/docs/Web/API/Web ### 1. Get Muuri Download: -* [muuri.js](https://unpkg.com/muuri@0.6.2/dist/muuri.js) - for development (not minified, with comments). -* [muuri.min.js](https://unpkg.com/muuri@0.6.2/dist/muuri.min.js) - for production (minified, no comments). +* [muuri.js](https://unpkg.com/muuri@0.6.3/dist/muuri.js) - for development (not minified, with comments). +* [muuri.min.js](https://unpkg.com/muuri@0.6.3/dist/muuri.min.js) - for production (minified, no comments). Or link directly: ```html - + ``` Or install with [npm](https://www.npmjs.com/): diff --git a/dist/muuri.js b/dist/muuri.js index 869a4174..6fb36494 100644 --- a/dist/muuri.js +++ b/dist/muuri.js @@ -1,6 +1,6 @@ /** - * Muuri v0.6.2 + * Muuri v0.6.3 * https://github.com/haltu/muuri * Copyright (c) 2015-present, Haltu Oy * Released under the MIT license diff --git a/dist/muuri.min.js b/dist/muuri.min.js index ffd06ac8..b1ac30b9 100644 --- a/dist/muuri.min.js +++ b/dist/muuri.min.js @@ -1,5 +1,5 @@ /** - * Muuri v0.6.2 + * Muuri v0.6.3 * https://github.com/haltu/muuri * Copyright (c) 2015-present, Haltu Oy * Released under the MIT license diff --git a/package-lock.json b/package-lock.json index 49b96cba..e9e072d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "muuri", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84c4fea7..4265a503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "muuri", - "version": "0.6.2", + "version": "0.6.3", "description": "Responsive, sortable, filterable and draggable grid layouts.", "keywords": [ "grid",