Releases: benjamincharity/angular-flickity
Releases · benjamincharity/angular-flickity
v3.1.4
20 Jun 21:32
Compare
Sorry, something went wrong.
No results found
Generate new build because I'm a cotton-headed-ninny-muggins and released without rebuilding dist/. This contains 3.1.2 and 3.1.3s changes.
v3.1.3
20 Jun 12:40
Compare
Sorry, something went wrong.
No results found
🐛 Next button not disabled when groupCells is enabled. #78 (Big thanks to @nhardy !)
v3.1.2
20 Jun 12:06
Compare
Sorry, something went wrong.
No results found
🐛 Change references to underlying library from Flickity to flickity which solves a bug for linux users. #77
3.1.1
15 Jan 18:14
Compare
Sorry, something went wrong.
No results found
🐛 Fixed bug where user options were not getting merged correctly
🔥 Refactored to remove controller + tests
🚨 Fixed tests for next/previous directives
3.1.0
16 Nov 16:13
Compare
Sorry, something went wrong.
No results found
✨ Add bglazyload support (thanks @kukac7 )
🔧 Add missing imagesloaded dependency to bower.json
📝 Docs updates / cleanup
🔥 Removed map from .min.js
3.0.0
09 Nov 05:47
Compare
Sorry, something went wrong.
No results found
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
27 Oct 15:48
Compare
Sorry, something went wrong.
No results found
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
26 Oct 23:30
Compare
Sorry, something went wrong.
No results found
⬇️ Downgrade AngularJS dependency to allow 1.4.x and up
⬆️ Upgrade eslint config
⬆️ Upgrade Flickity dependency
🔥 Remove unused globals
👕 Eslint cleanup
2.0.2
17 Oct 17:50
Compare
Sorry, something went wrong.
No results found
🐛 Fixed issue where user defined options were not being used when passed in via the attribute.
2.0.1
14 Oct 11:25
Compare
Sorry, something went wrong.
No results found
Directive no longer requires options to be passed in. #29