Skip to content

Releases: metafizzy/outlayer

v2.1.0 - stagger option

27 Apr 11:27
Compare
Choose a tag to compare

Added stagger option to stagger item transitions

v2.0.1 - Fix iOS transition bug

08 Feb 14:31
Compare
Choose a tag to compare

Fixed iOS transition bug. Fixed #37

v2.0.0 - remove IE8 & 9 support

13 Jan 16:18
Compare
Choose a tag to compare

v1.4.2 - Fix percent transition bug

11 Jan 20:13
Compare
Choose a tag to compare

v1.4.1 - jQuery events

11 Jan 20:12
Compare
Choose a tag to compare
  • Trigger jQuery events. Fix #6
  • Fix Safari percentPosition bug by checking and using percent values. For desandro/masonry#698
  • Fix Safari bug with appended/prepended methods. For metafizzy/isotope#945
  • Fixed sizing bug with percentPosition and border on container element

v1.4.0

11 Jan 20:10
Compare
Choose a tag to compare
  • Added revealComplete and hideComplete events
  • Added hideItemElements and revealItemElement methods
  • Added percentPosition option
  • Removed instance argument from layoutComplete and removeComplete events
  • Changed bower.json main to just outlayer.js

v1.3.0 - CommonJS & Browserify support

11 Jan 20:10
Compare
Choose a tag to compare

v1.2.0 - resizeContainer; constructor.defaults

11 Jan 20:04
Compare
Choose a tag to compare
  • Add isResizingContainer option and resizeContainer method. Fix #7
  • Use constructor.defaults for default options
  • Use .once() with EventEmitter v4.2
  • Specify dependency versions in bower.json
  • Add needsResizeLayout. Fix #9
  • Fix #5 IE8 bug with destroy and resize

v1.1.10 - constructor

11 Jan 20:01
Compare
Choose a tag to compare
  • Use constructor for namespace, settings, and Item
  • Specify MIT license
  • Add item.isLayoutInstant for Isotope inserting
  • Use Object.create in IE8+
  • Add bower.json ignore

v1.1.9 - Fix hide bug

11 Jan 19:57
Compare
Choose a tag to compare

Hide item (display: none) if un-hidden then re-hidden during hide transition. For Isotope bug