Skip to content

Releases: benjamincharity/angular-flickity

2.0.0

13 Sep 12:17
Compare
Choose a tag to compare

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

27 Aug 18:34
Compare
Choose a tag to compare
  • 🐛 Now correctly importing Flickity for webpack

1.1.5

27 Aug 18:14
Compare
Choose a tag to compare
  • 📇 Added Flickity as a dependency to the package
  • 📇 Updated attribution
  • 📇 Removed version number from bower package
  • 🐛 Removed incorrect parens ()

1.1.4

05 Jul 13:07
Compare
Choose a tag to compare
  • Switched doc.ready out for $timeout
  • Updated dist

1.1.3

26 Jun 18:16
Compare
Choose a tag to compare
  • 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

23 May 18:28
Compare
Choose a tag to compare
  • Updated docs to better explain events and $emit.

1.1.1

14 May 06:12
Compare
Choose a tag to compare
  • findIndex removed for IE <11 support

1.1.0

14 May 02:34
Compare
Choose a tag to compare
  • Now passes all event data through the $emit

1.0.2

28 Mar 18:13
Compare
Choose a tag to compare

Forgot bower requires a manual version update.

1.0.1

28 Mar 18:07
Compare
Choose a tag to compare
  • Docs update.
  • Added Angular dependency to package.json