Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Rämö committed Aug 7, 2018
1 parent c810467 commit cffa3d1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Muuri

[![gzip size](http://img.badgesize.io/https://unpkg.com/[email protected].2/dist/muuri.min.js?compression=gzip)](https://unpkg.com/[email protected].2/dist/muuri.min.js)
[![gzip size](http://img.badgesize.io/https://unpkg.com/[email protected].3/dist/muuri.min.js?compression=gzip)](https://unpkg.com/[email protected].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.
Expand Down Expand Up @@ -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/[email protected].2/dist/muuri.js) - for development (not minified, with comments).
* [muuri.min.js](https://unpkg.com/[email protected].2/dist/muuri.min.js) - for production (minified, no comments).
* [muuri.js](https://unpkg.com/[email protected].3/dist/muuri.js) - for development (not minified, with comments).
* [muuri.min.js](https://unpkg.com/[email protected].3/dist/muuri.min.js) - for production (minified, no comments).

Or link directly:

```html
<script src="https://unpkg.com/[email protected].2/dist/muuri.min.js"></script>
<script src="https://unpkg.com/[email protected].3/dist/muuri.min.js"></script>
```

Or install with [npm](https://www.npmjs.com/):
Expand Down
2 changes: 1 addition & 1 deletion dist/muuri.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/muuri.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muuri",
"version": "0.6.2",
"version": "0.6.3",
"description": "Responsive, sortable, filterable and draggable grid layouts.",
"keywords": [
"grid",
Expand Down

0 comments on commit cffa3d1

Please sign in to comment.