Skip to content

Releases: metafizzy/packery

v2.1.2

29 Jun 19:50
Compare
Choose a tag to compare
  • 🐞 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

13 Jun 21:02
Compare
Choose a tag to compare
  • 🐞 Fixed AMD path bug #372
  • 🐞 Fixed horizontal drag bug #365

v2.1.0 - stagger option

27 Apr 12:55
Compare
Choose a tag to compare
  • 🛠 Add stagger option to stagger item transitions
  • 🐞 Only remove dropPlaceholder once. Fixes #333

v2.0.0 - All new drag behavior; remove IE8 & 9 support

16 Feb 22:38
Compare
Choose a tag to compare
  • 👇 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

v1.4.3 - percentPosition fixes

21 Dec 19:25
Compare
Choose a tag to compare

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

v1.4.2 - jQuery events; Safari layout fixes

21 Dec 19:25
Compare
Choose a tag to compare
  • 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

21 Dec 19:24
Compare
Choose a tag to compare

Removed instance argument from dragItemPositioned and fitComplete events

v1.4.0 - percentPosition; single .js file in bower.json main

21 Dec 19:23
Compare
Choose a tag to compare
  • 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 - wiggle room for pixel rounding

21 Dec 19:19
Compare
Choose a tag to compare

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

v1.3.1 - update getSize for IE8 bug

21 Dec 19:17
Compare
Choose a tag to compare

Updated getSize to v1.2.1 to fix IE8 bug. See desandro/get-size#10