Skip to content

Releases: uzairfarooq/arrive

arrive 2.4.1

04 Jun 13:06
Compare
Choose a tag to compare

Fixes:

  • Fix #54: unbindArrive by selector doesn't work.
  • Pass new element as argument in callback function. This is to support arrow functions as arrow functions ignore this
  • Minor changes to make jshint/lint pass without any change in behaviour

arrive v2.3.1

28 Feb 08:24
Compare
Choose a tag to compare

Bug fixes:

  • this is not guaranteed to be bound to the window object when using builders like gulp, webpack, etc.., therefore this is changed to window
  • Bug fix: when arrive callback is called for existing elements, the callback is not called in a truly asynchronous manner.
  • Bug fix: Arrive.unbindAllArrive() and Arrive.unbindAllLeave() functions not working.

arrive v2.3.0

03 Oct 17:36
Compare
Choose a tag to compare
  • Optional parameter options.existing to fire arrive event for existing elements
  • Arrive.unbindAllArrive() and Arrive.unbindAllLeave() functions
  • Publish library to npm
  • Bug fix: Callback never fires when event is binded on 'window'

arrive v2.2.0

11 May 02:44
Compare
Choose a tag to compare
  • onlyOnce option to fire arrive event only once. Refer to options for details.
  • Remove unused and undocumented ignore-arrive feature.

arrive v2.1.0

22 Feb 12:41
Compare
Choose a tag to compare
  • Performance improvements
  • Now install as a Bower package: $ bower install arrive --save

arrive v2.0.0

14 Jul 19:08
Compare
Choose a tag to compare
  • Adds an optional options object as 2nd argument to arrive event.
  • Fixed issue #9

arrive v1.1.2

17 Apr 15:37
Compare
Choose a tag to compare

Fixed issue #6

arrive v1.1.1

16 Apr 11:44
Compare
Choose a tag to compare

Fixes bug #3 and #4

arrive v1.1

23 Mar 18:16
Compare
Choose a tag to compare

Removed jQuery dependency. The library now works with or without jQuery, you can attach listeners to jQuery elements or pure DOM elements.

arrive v1.0

16 Mar 15:28
Compare
Choose a tag to compare

Initial release