Skip to content

Releases: benjamincharity/angular-flickity

1.0.0

26 Feb 22:54
Compare
Choose a tag to compare
  • All events are sent as $emit on $rootScope
  • Button directives set to disabled="disabled" when functionality is disabled
  • Full Flickity API now accessible via FlickityService
  • Tweaked build process
  • Improved docs
  • Now available via NPM

0.1.4

20 Feb 17:26
Compare
Choose a tag to compare

Breaking changes.

  • Options are now passed in as an object rather than individual attributes.
  • Options can be set globally using the provider.
  • ID creation falls back to element ID if one exists

0.1.3

06 Jan 20:23
Compare
Choose a tag to compare
  • Removed lodash dependency
  • Fixed bug with how instances were found.

0.1.2

06 Jan 14:50
Compare
Choose a tag to compare
  • Added a service for Flickity api access
  • All directives using FlickityService
  • Directive now cleans up after itself
  • Module can handle multiple Flickity instances now
  • Cleanup docs
  • General refactoring and cleanup

0.1.1

03 Jan 15:10
Compare
Choose a tag to compare
  • Added next() and previous() method support via two child directives.
  • Added documentation around options.
  • Added documentation around methods.

0.1.0

30 Dec 14:27
Compare
Choose a tag to compare

First stable release with limited functionality (options support, no method support).