We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb54095 commit 86d21ceCopy full SHA for 86d21ce
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "outlayer",
3
- "version": "1.1.7",
+ "version": "1.1.8",
4
"description": "the brains and guts of a layout library",
5
"main": [
6
"item.js",
outlayer.js
@@ -1,5 +1,5 @@
/*!
- * Outlayer v1.1.7
+ * Outlayer v1.1.8
* the brains and guts of a layout library
*/
@@ -729,6 +729,7 @@ Outlayer.prototype.prepended = function( elems ) {
729
this.items = items.concat( previousItems );
730
// start new layout
731
this._resetLayout();
732
+ this._manageStamps();
733
// layout new stuff without transition
734
this.layoutItems( items, true );
735
this.reveal( items );
0 commit comments