All Versions
10
Latest Version
Avg Release Cycle
102 days
Latest Release
2129 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