Skip to content

Commit

Permalink
add percentPosition and fizzy-ui-utils; v3.3.0
Browse files Browse the repository at this point in the history
require Outlayer v1.4.0
use utils.indexOf
add fizzy-ui-utils to sandbox examples
  • Loading branch information
desandro committed Apr 8, 2015
1 parent e5894ca commit 843b498
Show file tree
Hide file tree
Showing 14 changed files with 624 additions and 449 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "masonry",
"version": "3.2.3",
"version": "3.3.0",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
"get-size": ">=1.1.4 <1.3",
"outlayer": "1.3.x"
"get-size": "~1.2.2",
"outlayer": "~1.4.0",
"fizzy-ui-utils": "~1.0.1"
},
"devDependencies": {
"jquery-bridget": "1.1.x",
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.3.0

+ Added `percentPosition` option. Fixed [#574](https://github.com/desandro/masonry/issues/574)
+ Added use of [fizzy-ui-utils](https://github.com/metafizzy/fizzy-ui-utils)

### v3.2.3

+ Fixed pixel rounding errors related to Firefox, gutters. Fixed [#580](https://github.com/desandro/masonry/pull/580)
Expand Down
Loading

0 comments on commit 843b498

Please sign in to comment.