Releases: benjamincharity/angular-flickity
Releases · benjamincharity/angular-flickity
1.0.0
- 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
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
- Removed lodash dependency
- Fixed bug with how instances were found.
0.1.2
- 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
- Added
next()
andprevious()
method support via two child directives. - Added documentation around options.
- Added documentation around methods.
0.1.0
First stable release with limited functionality (options support, no method support).