Releases: benjamincharity/angular-flickity
Releases · benjamincharity/angular-flickity
v3.1.4
v3.1.3
v3.1.2
3.1.1
- 🐛 Fixed bug where user options were not getting merged correctly
- 🔥 Refactored to remove controller + tests
- 🚨 Fixed tests for next/previous directives
3.1.0
3.0.0
NOTE: Bumped a major version release since Flickity is no longer bundled.
- 🚨 Now fully tested!! 🎆 (mostly)
- 🐛 ID now uses passed in ID then falls back to element.id and finally falls back to an assigned ID
- 🐛 Fixed bug in
_getFlickityIndex()
when an instance wasn't found - 💄 Now using native promises
- 🔥 Flickity no longer bundled - Check out the updated installation docs
- 🔥 No longer setting defaults that aren't defined by Flickity as defaults
- 📝 Added better install instructions
- Switched to the correct version of flickity-imagesloaded
2.1.0
- Service
create
method can accept null in place of an ID. This allows users to pass in options without needing to explicitly define an ID.
2.0.3
- ⬇️ Downgrade AngularJS dependency to allow 1.4.x and up
- ⬆️ Upgrade eslint config
- ⬆️ Upgrade Flickity dependency
- 🔥 Remove unused globals
- 👕 Eslint cleanup