Releases: metafizzy/packery
Releases · metafizzy/packery
v2.1.2
v2.1.1
v2.1.0 - stagger option
- 🛠 Add
stagger
option to stagger item transitions - 🐞 Only remove dropPlaceholder once. Fixes #333
v2.0.0 - All new drag behavior; remove IE8 & 9 support
- 👇 All new drag behavior
- 🔧 Added
shiftLayout
method. Shifts items vertically to reduce gaps, but keep structure - 📦 Resolved Webpack config. Fixed #239
- ✂️ Removed IE8 & 9 code
- ✂️ removed IE8 dependencies: classie, eventie, get-style-property
- ⬆️ outlayer v2.
- replaced EventEmitter with smaller ev-emitter
- use
[data-packery]
to init in HTML..js-packery
&data-packery-options
still works isOption
changed tooption
. Maintain backwards compatibility with oldisOption
names:isHorizontal
->horizontal
isOriginLeft
->originLeft
isOriginTop
->originTop
isResizeBound
->resize
isInitLayout
->initLayout
- ⬆️ jquery-bridget v2. Changed
jquery.bridget.js
path tojquery-bridget.js
- ⬆️ get-size v2
- 🍹 switched out Grunt for Gulp for tasks
v1.4.3 - percentPosition fixes
Updated Outlayer to v1.4.2 for percent position bug fixes. Fixed #284
v1.4.2 - jQuery events; Safari layout fixes
- Updated Outlayer to v1.4.1.
- Added jQuery event triggering.
- Safari layout and transition fixes
- Fixed bug with HTML5 drag & drop. Fixed #206
v1.4.1 - remove instance argument from `dragItemPositioned` and `fitComplete` events
Removed instance
argument from dragItemPositioned
and fitComplete
events
v1.4.0 - percentPosition; single .js file in bower.json main
v1.3.2 - wiggle room for pixel rounding
v1.3.1 - update getSize for IE8 bug
Updated getSize to v1.2.1 to fix IE8 bug. See desandro/get-size#10