0.17.0 (2017-03-18)
- app: remove dependency on jQuery (70e6855)
- deps: update AngularJS to 1.6 (e53f7a9)
- package: Change entrypoint and add requires/exports for commonJS (like browserify) usage (3da4a25)
0.16.0 (2016-02-14)
- deps: update AngularJS to 1.5 (c043a9f)
0.15.0 (2016-01-23)
- deps: masonry v4, imagesloaded v4 (81ec0dc)
0.14.1 (2015-09-09)
- dist: fix missing build artifacts
0.14.0 (2015-12-03)
- directive: allow to prepend bricks (a5e73aa)
0.13.0 (2015-09-27)
- deps: upgrade to Masonry 3.3 (3267e4c)
0.12.0 (2015-09-09)
- test: make reload-on-resize tests more specific (bf280d0)
- bower: make the module compatible with angular 1.4 (38c9fee)
- directive: add
reload-on-resize
option (6065e18)
- app: reset to correct data type (fix #90) ((dad67c82))
- deps: update to masonry ~3.2 ((19ec6c4d))
- deps: upgrade jQuery and ImagesLoaded ((b9ee26c3), closes (#57))
- directive: add
reload-on-show
option ((1b6e2b0b))
- directive:
- allow passing 'loadImages' ((3296b5a3))
- allow selectors as columnWidth ((b5df5bbd))
- directive: add preserveLayout option (a84e0aa0)
- test: correct controller spy (eddff777)
- deps: Upgrade to Angular 1.2 (191efb40)
- build: update build artifacts for v0.5.0 (e84f99ed)
- app: watch $scope.$index and reloadItems (44a9ca29, closes #21)
- directive: name anonymous functions (ca32c03f)
- app: add masonry.reload event (774f3fc0)
- Options can no longer be specified via the
options
attribute.
Before:
<masonry options="{my: 'option'}"></masonry>
After:
<masonry masonry-options="{my: 'option'}"></masonry>
(ad9b92e5)
- app: emit create/destroy events (6adea921)
- app: emit create/destroy events (6adea921)
- app: add explicit DI annotationss (aea8e530)
- build: use ngmin instead of annotations (1eee22b9)
- app: enforce new scope for each brick (ad854df4)
- app: expose scheduleMasonry(Once) methods (0fad6552)
- app: upgraded to masonry 3.1 (e73c3e62)
- app: scheduled re-layout too early (a10b6522)
- app:
- app: attributes for column-with, item-selector and options (75b65231)