Releases: benjamincharity/angular-flickity
Releases · benjamincharity/angular-flickity
2.0.0
While this release should not contain breaking changes, I wanted to keep my major version aligned with the Flickity major version.
- ⬆️ Upgraded Flickity to
2.0.3
- ✨ Added support for new Flickity v2 features
- 🐛 Fixed annoying bug with pre-existing Flickity instances #49 (especially when dealing with UI Router)
- 🐛 No longer delaying destroy as this was causing odd issues when navigating quickly
- 💄 Consistent Promise rejects
1.1.6
- 🐛 Now correctly importing Flickity for webpack
1.1.5
- 📇 Added Flickity as a dependency to the package
- 📇 Updated attribution
- 📇 Removed version number from bower package
- 🐛 Removed incorrect parens
()
1.1.4
- Switched doc.ready out for
$timeout
- Updated dist
1.1.3
- 5adc793 added a code example for the remote data caveat
- 5aab8d8 updated docs to include the $destroy case
- 20facc8 reduced the delay prior to destroy
- 5079b6a changed demo links to not use embed links
- 5e4765d added a note about initializing with remote data, added link to remote data demo
- 6e4f3f3 switched console out for angular log
1.1.2
- Updated docs to better explain events and
$emit
.
1.1.1
- findIndex removed for IE <11 support
1.1.0
- Now passes all event data through the
$emit
1.0.2
Forgot bower requires a manual version update.
1.0.1
- Docs update.
- Added Angular dependency to
package.json