gridstack.js/README.md

637 lines
22 KiB
Markdown
Raw Normal View History

2014-11-10 03:18:33 +01:00
gridstack.js
============
2016-02-22 19:34:35 +01:00
[![Build Status](https://travis-ci.org/troolee/gridstack.js.svg?branch=master)](https://travis-ci.org/troolee/gridstack.js)
2016-02-22 19:48:00 +01:00
[![Coverage Status](https://coveralls.io/repos/github/troolee/gridstack.js/badge.svg?branch=master)](https://coveralls.io/github/troolee/gridstack.js?branch=master)
2016-02-23 06:40:58 +01:00
[![Dependency Status](https://david-dm.org/troolee/gridstack.js.svg)](https://david-dm.org/troolee/gridstack.js)
[![devDependency Status](https://david-dm.org/troolee/gridstack.js/dev-status.svg)](https://david-dm.org/troolee/gridstack.js#info=devDependencies)
2016-03-01 20:26:28 +01:00
[![Stories in Ready](https://badge.waffle.io/troolee/gridstack.js.png?label=ready&title=Ready)](http://waffle.io/troolee/gridstack.js)
2016-02-22 19:34:35 +01:00
2016-02-11 04:07:55 +01:00
gridstack.js is a jQuery plugin for widget layout. This is drag-and-drop multi-column grid. It allows you to build
2016-02-17 04:31:42 +01:00
draggable responsive bootstrap v3 friendly layouts. It also works great with [knockout.js](http://knockoutjs.com), [angular.js](https://angularjs.org) and touch devices.
2014-11-10 03:41:05 +01:00
2016-08-07 07:54:41 +02:00
Inspired by [gridster.js](https://github.com/ducksboard/gridster.js). Built with love.
2014-11-10 03:41:05 +01:00
2016-02-11 03:45:59 +01:00
Join gridstack.js on Slack: https://gridstackjs.troolee.com
2016-02-10 08:46:33 +01:00
2016-02-11 03:45:59 +01:00
[![Slack Status](https://gridstackjs.troolee.com/badge.svg)](https://gridstackjs.troolee.com)
2016-02-10 08:46:33 +01:00
2015-01-19 10:32:18 +01:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2016-02-11 03:45:59 +01:00
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
2015-01-19 10:32:18 +01:00
- [Demo](#demo)
- [Usage](#usage)
- [Requirements](#requirements)
2016-08-20 22:32:51 +02:00
- [Using gridstack.js with jQuery UI](#using-gridstackjs-with-jquery-ui)
2016-02-16 08:12:06 +01:00
- [Install](#install)
2015-01-19 10:32:18 +01:00
- [Basic usage](#basic-usage)
2016-08-20 22:33:40 +02:00
- [Migrating to v0.3.0](#migrating-to-v030)
2016-02-18 03:41:10 +01:00
- [Migrating to v0.2.5](#migrating-to-v025)
2016-02-20 04:45:51 +01:00
- [API Documentation](#api-documentation)
2016-03-06 21:11:41 +01:00
- [Questions and Answers](#questions-and-answers)
2015-01-19 10:32:18 +01:00
- [Touch devices support](#touch-devices-support)
- [Use with knockout.js](#use-with-knockoutjs)
2016-02-11 02:33:35 +01:00
- [Use with angular.js](#use-with-angularjs)
- [Rails integration](#rails-integration)
2015-01-19 10:32:18 +01:00
- [Change grid width](#change-grid-width)
2015-06-20 07:02:42 +02:00
- [Extra CSS](#extra-css)
- [Different grid widths](#different-grid-widths)
2015-03-02 08:10:46 +01:00
- [Save grid to array](#save-grid-to-array)
2015-01-19 10:32:18 +01:00
- [Load grid from array](#load-grid-from-array)
2015-02-28 05:40:51 +01:00
- [Override resizable/draggable options](#override-resizabledraggable-options)
2015-03-02 07:32:45 +01:00
- [IE8 support](#ie8-support)
2016-03-01 07:05:28 +01:00
- [Use with require.js](#use-with-requirejs)
2015-03-09 06:28:51 +01:00
- [Nested grids](#nested-grids)
- [Resizing active grid](#resizing-active-grid)
2016-02-23 23:47:11 +01:00
- [Using AniJS](#using-anijs)
2016-02-23 06:41:06 +01:00
- [The Team](#the-team)
2015-01-19 10:32:18 +01:00
- [Changes](#changes)
2016-08-20 22:33:40 +02:00
- [v0.3.0-dev (Development Version)](#v030-dev-development-version)
2016-08-17 16:36:51 +02:00
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
2016-03-03 04:58:52 +01:00
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
2016-02-15 18:31:43 +01:00
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
2015-06-23 09:15:33 +02:00
- [v0.2.3 (2015-06-23)](#v023-2015-06-23)
2015-01-19 10:32:18 +01:00
- [v0.2.2 (2014-12-23)](#v022-2014-12-23)
- [v0.2.1 (2014-12-09)](#v021-2014-12-09)
- [v0.2.0 (2014-11-30)](#v020-2014-11-30)
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
- [License](#license)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2014-11-10 03:41:05 +01:00
Demo
====
2016-03-09 19:07:37 +01:00
Please visit http://troolee.github.io/gridstack.js/ for demo. Or check out [these example](http://troolee.github.io/gridstack.js/demo/).
2014-11-10 03:41:05 +01:00
Usage
=====
2014-11-10 05:14:22 +01:00
2014-11-12 06:21:21 +01:00
## Requirements
2016-04-23 00:46:14 +02:00
* [lodash.js](https://lodash.com) (>= 3.5.0, full build)
2016-08-10 03:53:51 +02:00
* [jQuery](http://jquery.com) (>= 3.1.0)
2014-11-10 05:17:33 +01:00
2015-03-11 07:26:44 +01:00
Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js
2016-08-20 22:32:51 +02:00
#### Using gridstack.js with jQuery UI
* [jQuery UI](http://jqueryui.com) (>= 1.12.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable
* (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support
2016-02-16 08:12:06 +01:00
## Install
2016-08-20 22:43:50 +02:00
```html
2016-08-20 22:45:17 +02:00
<link rel="stylesheet" href="gridstack.css" />
2016-08-20 22:43:50 +02:00
<script src="gridstack.js"></script>
<script src="gridstack.jQueryUI.js"></script>
```
2016-02-16 08:12:06 +01:00
* Using CDN:
```html
2016-08-17 20:46:57 +02:00
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6/gridstack.min.css" />
<script type="text/javascript" src='//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6/gridstack.min.js'></script>
2016-02-16 08:12:06 +01:00
```
* Using bower:
```bash
$ bower install gridstack
```
* Using npm:
2016-02-23 06:40:58 +01:00
[![NPM version](https://img.shields.io/npm/v/gridstack.svg)](https://www.npmjs.com/package/gridstack)
2016-02-16 08:12:06 +01:00
```bash
$ npm install gridstack
```
You can download files from `dist` directory as well.
2014-11-17 09:15:14 +01:00
## Basic usage
2016-02-17 00:46:42 +01:00
```html
2014-11-29 07:07:43 +01:00
<div class="grid-stack">
2016-02-11 04:07:55 +01:00
<div class="grid-stack-item"
data-gs-x="0" data-gs-y="0"
2014-11-29 07:07:43 +01:00
data-gs-width="4" data-gs-height="2">
<div class="grid-stack-item-content"></div>
2014-11-17 09:15:14 +01:00
</div>
2016-02-11 04:07:55 +01:00
<div class="grid-stack-item"
data-gs-x="4" data-gs-y="0"
2014-11-29 07:07:43 +01:00
data-gs-width="4" data-gs-height="4">
<div class="grid-stack-item-content"></div>
</div>
</div>
<script type="text/javascript">
$(function () {
var options = {
cellHeight: 80,
verticalMargin: 10
2014-11-29 07:07:43 +01:00
};
$('.grid-stack').gridstack(options);
});
</script>
2014-11-17 09:15:14 +01:00
```
2016-08-20 22:33:40 +02:00
## Migrating to v0.3.0
2016-08-20 21:48:02 +02:00
2016-08-20 23:02:58 +02:00
As of v0.3.0, gridstack introduces a new plugin system. The drag'n'drop functionality has been modified to take advantage of this system. Because of this, and to avoid dependency on core code from jQuery UI, the plugin was functionality was moved to a separate file.
2016-08-20 21:48:02 +02:00
To ensure gridstack continues to work, either include the additional `gridstack.jQueryUI.js` file into your HTML or use `gridstack.all.js`:
```html
<script src="gridstack.js"></script>
<script src="gridstack.jQueryUI.js"></script>
```
or
```html
<script src="gridstack.all.js"></script>
```
We're working on implementing support for other drag'n'drop libraries through the new plugin system.
2016-02-18 03:41:10 +01:00
## Migrating to v0.2.5
As of v0.2.5 all methods and parameters are in camel case to respect [JavaScript Style Guide and Coding Conventions](http://www.w3schools.com/js/js_conventions.asp).
All old methods and parameters are marked as deprecated and still available but a warning will be displayed in js console. They will be available until v1.0
when they will be completely removed.
2016-02-20 04:45:51 +01:00
## API Documentation
2014-11-17 09:58:57 +01:00
2016-02-20 04:45:51 +01:00
Please check out `doc/README.md` for more information about gridstack.js API.
2014-11-21 02:56:36 +01:00
2016-03-06 21:11:41 +01:00
## Questions and Answers
2016-03-06 21:09:51 +01:00
Please feel free to as a questions here in issues, using [Stackoverflow](http://stackoverflow.com/search?q=gridstack) or [Slack chat](https://gridstackjs.troolee.com).
We will glad to answer and help you as soon as we can.
Also please check our FAQ `doc/FAQ.md` before asking in case the answer is already there.
2015-01-09 04:41:07 +01:00
## Touch devices support
2015-01-09 04:43:03 +01:00
Please use [jQuery UI Touch Punch](https://github.com/furf/jquery-ui-touch-punch) to make jQuery UI Draggable/Resizable
2015-01-09 04:41:07 +01:00
working on touch-based devices.
2016-02-17 00:46:42 +01:00
```html
2015-03-11 07:26:44 +01:00
<script src="lodash.min.js"></script>
2015-01-09 08:13:36 +01:00
<script src="jquery.min.js"></script>
2015-01-09 04:47:15 +01:00
<script src="jquery-ui.min.js"></script>
<script src="jquery.ui.touch-punch.min.js"></script>
<script src="gridstack.js"></script>
```
2016-02-18 03:41:10 +01:00
Also `alwaysShowResizeHandle` option may be useful:
2015-01-09 04:41:07 +01:00
```javascript
$(function () {
var options = {
alwaysShowResizeHandle: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
2015-01-09 04:41:07 +01:00
};
$('.grid-stack').gridstack(options);
});
```
2016-08-17 21:50:34 +02:00
If you're still experiencing issues on touch devices please check [#444](https://github.com/troolee/gridstack.js/issues/444)
2016-08-17 21:48:22 +02:00
2014-11-12 04:24:48 +01:00
## Use with knockout.js
```javascript
ko.components.register('dashboard-grid', {
viewModel: {
2015-01-19 09:52:20 +01:00
createViewModel: function (controller, componentInfo) {
var ViewModel = function (controller, componentInfo) {
2014-11-12 04:24:48 +01:00
var grid = null;
2015-01-19 09:52:20 +01:00
this.widgets = controller.widgets;
2014-11-12 04:24:48 +01:00
this.afterAddWidget = function (items) {
2015-02-27 06:17:12 +01:00
if (grid == null) {
grid = $(componentInfo.element).find('.grid-stack').gridstack({
auto: false
}).data('gridstack');
}
var item = _.find(items, function (i) { return i.nodeType == 1 });
2016-02-18 03:41:10 +01:00
grid.addWidget(item);
2015-02-27 06:17:12 +01:00
ko.utils.domNodeDisposal.addDisposeCallback(item, function () {
2016-02-18 03:41:10 +01:00
grid.removeWidget(item);
2015-02-27 06:17:12 +01:00
});
2014-11-12 04:24:48 +01:00
};
};
2015-01-19 09:52:20 +01:00
return new ViewModel(controller, componentInfo);
2014-11-12 04:24:48 +01:00
}
},
2015-01-19 09:52:20 +01:00
template:
[
'<div class="grid-stack" data-bind="foreach: {data: widgets, afterRender: afterAddWidget}">',
' <div class="grid-stack-item" data-bind="attr: {\'data-gs-x\': $data.x, \'data-gs-y\': $data.y, \'data-gs-width\': $data.width, \'data-gs-height\': $data.height, \'data-gs-auto-position\': $data.autoPosition}">',
2015-02-27 06:17:12 +01:00
' <div class="grid-stack-item-content">...</div>',
2015-01-19 09:52:20 +01:00
' </div>',
2015-02-27 06:17:12 +01:00
'</div> '
].join('')
2015-01-19 09:52:20 +01:00
});
$(function () {
var Controller = function (widgets) {
this.widgets = ko.observableArray(widgets);
};
var widgets = [
{x: 0, y: 0, width: 2, height: 2},
{x: 2, y: 0, width: 4, height: 2},
{x: 6, y: 0, width: 2, height: 4},
{x: 1, y: 2, width: 4, height: 2}
];
ko.applyBindings(new Controller(widgets));
2014-11-12 04:24:48 +01:00
});
```
and HTML:
2016-02-17 00:46:42 +01:00
```html
2014-11-12 04:24:48 +01:00
<div data-bind="component: {name: 'dashboard-grid', params: $data}"></div>
```
2015-02-28 00:39:02 +01:00
See examples: [example 1](http://troolee.github.io/gridstack.js/demo/knockout.html), [example 2](http://troolee.github.io/gridstack.js/demo/knockout2.html).
2015-01-19 09:57:04 +01:00
2015-02-27 06:17:12 +01:00
**Notes:** It's very important to exclude training spaces after widget template:
2016-02-17 00:46:42 +01:00
```javascript
2015-02-27 06:18:31 +01:00
template:
[
'<div class="grid-stack" data-bind="foreach: {data: widgets, afterRender: afterAddWidget}">',
' <div class="grid-stack-item" data-bind="attr: {\'data-gs-x\': $data.x, \'data-gs-y\': $data.y, \'data-gs-width\': $data.width, \'data-gs-height\': $data.height, \'data-gs-auto-position\': $data.autoPosition}">',
2015-02-27 06:18:31 +01:00
' ....',
' </div>', // <-- NO SPACE **AFTER** </div>
'</div> ' // <-- NO SPACE **BEFORE** </div>
2016-02-11 04:07:55 +01:00
].join('') // <-- JOIN WITH **EMPTY** STRING
2015-02-27 06:17:12 +01:00
```
Otherwise `addDisposeCallback` won't work.
2015-01-19 09:57:04 +01:00
2016-02-11 02:33:35 +01:00
## Use with angular.js
Please check [gridstack-angular](https://github.com/kdietrich/gridstack-angular)
## Rails integration
For rails users, integration of gridstack.js and its dependencies can be done through [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
## Change grid width
2016-02-11 04:07:55 +01:00
To change grid width (columns count), to addition to `width` option, CSS rules
for `.grid-stack-item[data-gs-width="X"]` and `.grid-stack-item[data-gs-x="X"]` have to be changed accordingly.
2015-01-05 05:35:33 +01:00
For instance for 3-column grid you need to rewrite CSS to be:
```css
.grid-stack-item[data-gs-width="3"] { width: 100% }
.grid-stack-item[data-gs-width="2"] { width: 66.66666667% }
.grid-stack-item[data-gs-width="1"] { width: 33.33333333% }
.grid-stack-item[data-gs-x="2"] { left: 66.66666667% }
.grid-stack-item[data-gs-x="1"] { left: 33.33333333% }
```
For 4-column grid it should be:
```css
.grid-stack-item[data-gs-width="4"] { width: 100% }
.grid-stack-item[data-gs-width="3"] { width: 75% }
.grid-stack-item[data-gs-width="2"] { width: 50% }
.grid-stack-item[data-gs-width="1"] { width: 25% }
.grid-stack-item[data-gs-x="3"] { left: 75% }
.grid-stack-item[data-gs-x="2"] { left: 50% }
.grid-stack-item[data-gs-x="1"] { left: 25% }
```
2015-01-05 05:35:33 +01:00
and so on.
2015-03-02 18:07:27 +01:00
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/troolee/gridstack.js/issues/81)):
2016-02-17 00:46:42 +01:00
```sass
2015-03-02 18:07:27 +01:00
.grid-stack-item {
$gridstack-columns: 12;
@for $i from 1 through $gridstack-columns {
&[data-gs-width='#{$i}'] { width: (100% / $gridstack-columns) * $i; }
&[data-gs-x='#{$i}'] { left: (100% / $gridstack-columns) * $i; }
&.grid-stack-item[data-gs-min-width='#{$i}'] { min-width: (100% / $gridstack-columns) * $i; }
&.grid-stack-item[data-gs-max-width='#{$i}'] { max-width: (100% / $gridstack-columns) * $i; }
}
}
```
2015-06-20 07:02:42 +02:00
Or you can include `gridstack-extra.css`. See below for more details.
## Extra CSS
There are few extra CSS batteries in `gridstack-extra.css` (`gridstack-extra.min.css`).
2016-02-11 04:07:55 +01:00
2015-06-20 07:02:42 +02:00
### Different grid widths
You can use other than 12 grid width:
2016-02-17 00:46:42 +01:00
```html
2015-06-20 07:02:42 +02:00
<div class="grid-stack grid-stack-N">...</div>
```
```javascript
$('.grid-stack').gridstack({width: N});
```
See example: [2 grids demo](http://troolee.github.io/gridstack.js/demo/two.html)
2015-03-02 08:10:46 +01:00
## Save grid to array
Because gridstack doesn't track any kind of user-defined widget id there is no reason to make serialization to be part
2016-02-11 04:07:55 +01:00
of gridstack API. To serialize grid you can simply do something like this (let's say you store widget id inside `data-custom-id`
2015-03-02 08:10:46 +01:00
attribute):
```javascript
var res = _.map($('.grid-stack .grid-stack-item:visible'), function (el) {
el = $(el);
var node = el.data('_gridstack_node');
return {
id: el.attr('data-custom-id'),
x: node.x,
y: node.y,
width: node.width,
height: node.height
};
});
alert(JSON.stringify(res));
```
2015-03-10 05:39:21 +01:00
See example: [Serialization demo](http://troolee.github.io/gridstack.js/demo/serialization.html)
2016-02-11 04:07:55 +01:00
You can also use `onchange` event if you need to save only changed widgets right away they have been changed.
2015-03-02 08:10:46 +01:00
2015-01-16 18:05:36 +01:00
## Load grid from array
```javascript
var serialization = [
{x: 0, y: 0, width: 2, height: 2},
{x: 3, y: 1, width: 1, height: 2},
{x: 4, y: 1, width: 1, height: 1},
{x: 2, y: 3, width: 3, height: 1},
{x: 1, y: 4, width: 1, height: 1},
{x: 1, y: 3, width: 1, height: 1},
{x: 2, y: 4, width: 1, height: 1},
{x: 2, y: 5, width: 1, height: 1}
];
serialization = GridStackUI.Utils.sort(serialization);
var grid = $('.grid-stack').data('gridstack');
2016-02-18 03:41:10 +01:00
grid.removeAll();
2015-01-16 18:05:36 +01:00
_.each(serialization, function (node) {
2016-02-18 03:41:10 +01:00
grid.addWidget($('<div><div class="grid-stack-item-content" /></div>'),
2015-01-16 18:05:36 +01:00
node.x, node.y, node.width, node.height);
});
```
2015-03-10 05:39:21 +01:00
See example: [Serialization demo](http://troolee.github.io/gridstack.js/demo/serialization.html)
2015-03-02 08:10:46 +01:00
If you're using knockout there is no need for such method at all.
2015-02-28 05:40:51 +01:00
## Override resizable/draggable options
You can override default `resizable`/`draggable` options. For instance to enable other then bottom right resizing handle
you can init gridsack like:
```javascript
$('.grid-stack').gridstack({
resizable: {
handles: 'e, se, s, sw, w'
}
});
```
Note: It's not recommended to enable `nw`, `n`, `ne` resizing handles. Their behaviour may be unexpected.
2015-03-02 07:32:45 +01:00
## IE8 support
Support of IE8 is quite limited and is not a goal at this time. As far as IE8 doesn't support DOM Level 2 I cannot manipulate with
2015-03-02 07:42:08 +01:00
CSS stylesheet dynamically. As a workaround you can do the following:
2015-03-02 07:32:45 +01:00
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/troolee/6edfea5857f4cd73e6f1)).
- Include this CSS:
2016-02-17 00:46:42 +01:00
```html
2015-03-02 07:32:45 +01:00
<!--[if lt IE 9]>
<link rel="stylesheet" href="gridstack-ie8.css"/>
<![endif]-->
```
- You can use this python script to generate such kind of CSS:
```python
#!/usr/bin/env python
height = 60
margin = 20
N = 100
print '.grid-stack > .grid-stack-item { min-height: %(height)spx }' % {'height': height}
for i in range(N):
h = height * (i + 1) + margin * i
print '.grid-stack > .grid-stack-item[data-gs-height="%(index)s"] { height: %(height)spx }' % {'index': i + 1, 'height': h}
for i in range(N):
h = height * (i + 1) + margin * i
print '.grid-stack > .grid-stack-item[data-gs-min-height="%(index)s"] { min-height: %(height)spx }' % {'index': i + 1, 'height': h}
for i in range(N):
h = height * (i + 1) + margin * i
print '.grid-stack > .grid-stack-item[data-gs-max-height="%(index)s"] { max-height: %(height)spx }' % {'index': i + 1, 'height': h}
for i in range(N):
h = height * i + margin * i
print '.grid-stack > .grid-stack-item[data-gs-y="%(index)s"] { top: %(height)spx }' % {'index': i , 'height': h}
```
2016-02-11 04:07:55 +01:00
There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and
droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76
2015-03-02 07:32:45 +01:00
2016-03-01 07:05:28 +01:00
## Use with require.js
If you're using require.js and a single file jQueryUI please check out this
[Stackoverflow question](http://stackoverflow.com/questions/35582945/redundant-dependencies-with-requirejs) to get it
working properly.
2014-11-12 04:24:48 +01:00
2015-03-09 06:28:51 +01:00
## Nested grids
2016-02-11 04:07:55 +01:00
Gridstack may be nested. All nested grids have an additional class `grid-stack-nested` which is assigned automatically
during initialization.
2015-03-09 06:28:51 +01:00
See example: [Nested grid demo](http://troolee.github.io/gridstack.js/demo/nested.html)
## Resizing active grid
Resizing on-the-fly is possible, though experimental. This may be used to make gridstack responsive. gridstack will change the total number of columns and will attempt to update the width and x values of each widget to be more logical.
See example: [Responsive grid demo](http://troolee.github.io/gridstack.js/demo/responsive.html)
2016-02-23 23:47:11 +01:00
## Using AniJS
Using AniJS with gridstack is a breeze. In the following example, a listener is added that gets triggered by a widget being added.
See widgets wiggle! [AniJS demo](http://troolee.github.io/gridstack.js/demo/anijs.html)
2016-02-23 06:41:06 +01:00
The Team
========
gridstack.js is currently maintained by [Pavel Reznikov](https://github.com/troolee), [Dylan Weiss](https://github.com/radiolips)
and [Kevin Dietrich](https://github.com/kdietrich). And we appreciate [all contributors](https://github.com/troolee/gridstack.js/graphs/contributors)
for help.
2014-11-19 03:41:21 +01:00
Changes
=======
2016-08-20 22:33:40 +02:00
#### v0.3.0-dev (Development Version)
2016-08-17 18:39:52 +02:00
- add oneColumnModeClass option to grid.
- remove 768px CSS styles, moved to grid-stack-one-column-mode class.
- add max-width override on grid-stck-one-column-mode ([#462](https://github.com/troolee/gridstack.js/issues/462)).
2016-08-18 22:19:48 +02:00
- add internal function`isNodeChangedPosition`, minor optimization to move/drag.
2016-08-20 22:22:30 +02:00
- drag'n'drop plugin system. Move jQuery UI dependencies to separate plugin file.
2016-08-17 18:22:12 +02:00
#### v0.2.6 (2016-08-17)
2016-08-17 16:36:51 +02:00
2016-08-16 21:36:22 +02:00
- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).
2016-08-16 20:56:09 +02:00
- fix jQuery `size()` ([#486](https://github.com/troolee/gridstack.js/issues/486)).
2016-08-17 18:22:42 +02:00
- update `destroy([detachGrid])` call ([#422](https://github.com/troolee/gridstack.js/issues/422)).
- don't mutate options when calling `draggable` and `resizable`. ([#505](https://github.com/troolee/gridstack.js/issues/505)).
2016-08-16 21:00:19 +02:00
- update _notify to allow detach ([#411](https://github.com/troolee/gridstack.js/issues/411)).
2016-08-16 21:36:22 +02:00
- fix code that checks for jquery-ui ([#481](https://github.com/troolee/gridstack.js/issues/481)).
2016-08-17 07:06:05 +02:00
- fix `cellWidth` calculation on empty grid
2016-08-10 03:54:26 +02:00
2016-03-03 04:58:52 +01:00
#### v0.2.5 (2016-03-02)
2016-02-17 00:38:29 +01:00
2016-02-19 17:26:33 +01:00
- update names to respect js naming convention.
- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs).
2016-02-18 04:03:21 +01:00
- add `maxWidth`/`maxHeight` methods.
- add `enableMove`/`enableResize` methods.
2016-02-19 17:26:33 +01:00
- fix window resize issue #331.
- add options `disableDrag` and `disableResize`.
2016-02-20 03:17:46 +01:00
- fix `batchUpdate`/`commit` (Thank to @radiolips)
2016-02-20 08:32:16 +01:00
- remove dependency of FontAwesome
2016-02-20 09:11:06 +01:00
- RTL support
2016-02-20 09:55:33 +01:00
- `'auto'` value for `cellHeight` option
- fix `setStatic` method
2016-02-20 15:56:03 +01:00
- add `setAnimation` method to API
- add `setGridWidth` method ([#227](https://github.com/troolee/gridstack.js/issues/227))
2016-03-01 08:10:23 +01:00
- add `removable`/`removeTimeout` *(experimental)*
- add `detachGrid` parameter to `destroy` method ([#216](https://github.com/troolee/gridstack.js/issues/216)) (thanks @jhpedemonte)
- add `useOffset` parameter to `getCellFromPixel` method ([#237](https://github.com/troolee/gridstack.js/issues/237))
- add `minWidth`, `maxWidth`, `minHeight`, `maxHeight`, `id` parameters to `addWidget` ([#188](https://github.com/troolee/gridstack.js/issues/188))
2016-02-23 17:46:24 +01:00
- add `added` and `removed` events for when a widget is added or removed, respectively. ([#54](https://github.com/troolee/gridstack.js/issues/54))
2016-03-01 08:10:23 +01:00
- add `acceptWidgets` parameter. Widgets can now be draggable between grids or from outside *(experimental)*
2016-02-17 00:38:29 +01:00
2016-02-15 18:31:43 +01:00
#### v0.2.4 (2016-02-15)
2015-06-23 09:16:24 +02:00
2015-06-25 03:58:06 +02:00
- fix closure compiler/linter warnings
2015-07-17 03:49:28 +02:00
- add `static_grid` option.
- add `min_width`/`min_height` methods (Thanks to @cvillemure)
2015-07-22 08:34:45 +02:00
- add `destroy` method (Thanks to @zspitzer)
2016-02-11 04:14:44 +01:00
- add `placeholder_text` option (Thanks to @slauyama)
2016-02-15 22:51:36 +01:00
- add `handle_class` option.
- add `make_widget` method.
- lodash v 4.x support (Thanks to @andrewr88)
2015-06-25 03:58:06 +02:00
2015-06-23 09:08:58 +02:00
#### v0.2.3 (2015-06-23)
2015-01-09 04:41:07 +01:00
2015-06-20 07:02:42 +02:00
- gridstack-extra.css
2015-03-11 07:26:44 +01:00
- add support of lodash.js
2015-03-09 06:45:14 +01:00
- add `is_area_empty` method
2015-03-09 06:33:42 +01:00
- nested grids
2015-03-06 08:50:32 +01:00
- add `batch_update`/`commit` methods
2015-03-06 08:46:59 +01:00
- add `update` method
2015-02-28 05:40:51 +01:00
- allow to override `resizable`/`draggable` options
2015-02-18 08:21:34 +01:00
- add `disable`/`enable` methods
2015-01-28 17:59:02 +01:00
- add `get_cell_from_pixel` (thanks to @juchi)
2015-01-20 05:20:58 +01:00
- AMD support
2015-01-20 03:38:48 +01:00
- fix nodes sorting
2015-01-09 04:41:07 +01:00
- improved touch devices support
- add `always_show_resize_handle` option
2015-02-14 06:53:35 +01:00
- minor fixes and improvements
2015-01-09 04:41:07 +01:00
2014-12-24 01:22:09 +01:00
#### v0.2.2 (2014-12-23)
2014-12-12 06:01:30 +01:00
2014-12-20 02:37:44 +01:00
- fix grid initialization
2014-12-12 06:57:47 +01:00
- add `cell_height`/`cell_width` API methods
2014-12-12 06:01:30 +01:00
- fix boolean attributes (issue #31)
2014-12-09 23:48:40 +01:00
#### v0.2.1 (2014-12-09)
2014-12-02 02:50:53 +01:00
2014-12-06 05:31:53 +01:00
- add widgets locking (issue #19)
2014-12-06 03:37:50 +01:00
- add `will_it_fit` API method
- fix auto-positioning (issue #20)
2014-12-05 06:00:15 +01:00
- add animation (thanks to @ishields)
2014-12-02 03:15:11 +01:00
- fix `y` coordinate calculation when dragging (issue #18)
2014-12-02 02:53:59 +01:00
- fix `remove_widget` (issue #16)
2014-12-06 04:20:22 +01:00
- minor fixes
2014-12-02 02:50:53 +01:00
2014-11-30 20:05:45 +01:00
#### v0.2.0 (2014-11-30)
2014-11-20 05:57:06 +01:00
2014-11-29 06:57:24 +01:00
- add `height` option
2014-11-26 07:45:49 +01:00
- auto-generate css rules (widgets `height` and `top`)
2014-11-24 02:05:57 +01:00
- add `GridStackUI.Utils.sort` utility function
- add `remove_all` API method
2016-02-11 04:07:55 +01:00
- add `resize` and `move` API methods
2014-11-21 02:56:36 +01:00
- add `resizable` and `movable` API methods
- add `data-gs-no-move` attribute
2014-11-20 05:57:06 +01:00
- add `float` option
- fix default css rule for inner content
2014-11-29 06:57:24 +01:00
- minor fixes
2014-11-20 05:57:06 +01:00
2014-11-19 03:41:21 +01:00
#### v0.1.0 (2014-11-18)
2014-11-19 03:45:48 +01:00
Very first version.
2014-11-19 03:41:21 +01:00
2014-11-10 05:17:33 +01:00
License
=======
The MIT License (MIT)
2016-08-17 18:43:21 +02:00
Copyright (c) 2014-2016 Pavel Reznikov, Dylan Weiss
2014-11-10 05:17:33 +01:00
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.