- 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)