All Versions
10
Latest Version
Avg Release Cycle
102 days
Latest Release
2274 days ago

Changelog History

  • v2.1.2 Changes

    June 29, 2018
    • 🍱 🐞 Fixed EvEmitter AMD bug #456
    • 🍱 🐞 Fixed remove bug #448

    ⚡️ ⬆️ Update pkgd dependencies

    • jQuery Bridget v2.0.1
    • getSize v2.0.3
    • EvEmitter v1.1.0
    • matchesSelector v2.0.2
    • 💻 Fizzy UI Utils v2.0.7
    • Outlayer v2.1.1
  • v2.1.1 Changes

    June 13, 2016
    • 🍱 🐞 Fixed AMD path bug #372
    • 🍱 🐞 Fixed horizontal drag bug #365
  • v2.1.0 Changes

    April 27, 2016
    • 🛠 Add stagger option to stagger item transitions
    • 🍱 🐞 Only remove dropPlaceholder once. Fixes #333
  • v2.0.0 Changes

    February 16, 2016
    • 🍱 👇 All new drag behavior
      • items shift up/down. No more random movement. Fixed #55
      • Drop item into fit position. Fixed #165
      • add drop placeholder element. Fixed #190
    • 🍱 🔧 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 to option. Maintain backwards compatibility with old isOption names:
      • isHorizontal -> horizontal
      • isOriginLeft -> originLeft
      • isOriginTop -> originTop
      • isResizeBound -> resize
      • isInitLayout -> initLayout
    • 🍱 ⬆️ jquery-bridget v2. Changed jquery.bridget.js path to jquery-bridget.js
    • 🍱 ⬆️ get-size v2
    • 🍱 🍹 switched out Grunt for Gulp for tasks
  • v2.0.0-beta1

    January 27, 2016
  • v1.4.3 Changes

    December 21, 2015

    ⚡️ Updated Outlayer to v1.4.2 for percent position bug fixes. Fixed #284

  • v1.4.2 Changes

    December 21, 2015
    • ⚡️ 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 Changes

    December 21, 2015

    ✂ Removed instance argument from dragItemPositioned and fitComplete events

  • v1.4.0 Changes

    December 21, 2015
    • ⬆️ Upgraded Outlayer to v1.4.0
      • enabled percentPosition option. Fixed #236
      • removed instance argument from layoutComplete and removeComplete
    • 🛠 Fixed bugs with Draggabilly v1.2. Fixed #246
    • 🔄 Changed bower.json main to just js/packery.js
  • v1.3.2 Changes

    December 21, 2015

    ➕ Added 1px wiggle room in Rect.canFit and calculations with columnWidth & rowHeight to allow for pixel rounding errors and JS fractional quirkiness. #42, #227