History
============
0.0.9 (2015-09-15)
-----------------
- Sortables can now be nested

0.0.4 (2015-02-05)
-----------------
- Pure JS files for both client-side only use and webpack/Browserified bundles.
- Added `sensitivity` to Sortable to define how far from the center of an item you can drag before it re-sorts.
- Added `getPlaceholderContent()` for components with SortableItemMixin to replace placeholders with custom components (example in "simple").

0.0.3 (2015-02-04)
-----------------
- Horizontal sorting
- `sinkUndraggables` and `floatUndraggables` for modifying undraggable behavior
