Skip to content

Latest commit

 

History

History
209 lines (104 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

209 lines (104 loc) · 5.66 KB

0.11.0 (2014-11-28)

Bug Fixes

  • deps: update to masonry ~3.2 ((19ec6c4d))

0.10.0 (2014-11-18)

0.9.0 (2014-07-25)

Bug Fixes

  • deps: upgrade jQuery and ImagesLoaded ((b9ee26c3), closes (#57))

Features

  • directive: add reload-on-show option ((1b6e2b0b))

0.8.1 (2014-03-08)

Bug Fixes

  • directive:
    • allow passing 'loadImages' ((3296b5a3))
    • allow selectors as columnWidth ((b5df5bbd))

0.8.0 (2014-03-02)

Bug Fixes

  • directive:

v0.7.0 (2013-12-09)

Features

  • directive: add preserveLayout option (a84e0aa0)

v0.6.0 (2013-11-10)

Bug Fixes

  • test: correct controller spy (eddff777)

Features

  • deps: Upgrade to Angular 1.2 (191efb40)

v0.5.1 (2013-10-29)

Bug Fixes

  • build: update build artifacts for v0.5.0 (e84f99ed)

v0.5.0 (2013-10-11)

Bug Fixes

  • app: watch $scope.$index and reloadItems (44a9ca29, closes #21)
  • directive: name anonymous functions (ca32c03f)

Features

  • app: add masonry.reload event (774f3fc0)

v0.4.0 (2013-09-03)

Features

Breaking Changes

  • Options can no longer be specified via the options attribute.

Before:

<masonry options="{my: 'option'}"></masonry>

After:

<masonry masonry-options="{my: 'option'}"></masonry>

(ad9b92e5)

v0.3.6 (2013-09-03)

Bug Fixes

  • app: pre-link instead of post-link (7fe3e85f, closes #11)

Features

  • app: emit create/destroy events (6adea921)

v0.3.5 (2013-08-21)

Features

  • app: emit create/destroy events (6adea921)

v0.3.4 (2013-08-20)

Features

  • build: include DI annotations in build (a1051997, closes #6)

v0.3.3 (2013-08-07)

Bug Fixes

  • app: add explicit DI annotationss (aea8e530)

Features

  • build: use ngmin instead of annotations (1eee22b9)

v0.3.2 (2013-08-04)

Bug Fixes

  • app: enforce new scope for each brick (ad854df4)

v0.3.1 (2013-08-04)

Features

  • app: expose scheduleMasonry(Once) methods (0fad6552)

v0.3.0 (2013-08-04)

Bug Fixes

  • app:
    • column width is an integer (f04d3a2e)
    • more careful relayout scheduling (9b215d6f)

Features

  • app: upgraded to masonry 3.1 (e73c3e62)

v0.2.0 (2013-07-22)

Bug Fixes

  • app: scheduled re-layout too early (a10b6522)

v0.2.0 (2013-07-17)

Bug Fixes

  • app:
    • remove executions on uninitialized masonry (ca961fec, closes #1)
    • removed loaded option (556af9f9)

Features

  • app: attributes for column-with, item-selector and options (75b65231)