Skip to content

Releases: uzairfarooq/arrive

Release v2.5.2

19 Dec 14:10
3604235
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Arrive event with onceOnly not triggered in some cases by @uzairfarooq in #94

Full Changelog: v2.5.1...v2.5.2

v2.5.1

27 Nov 07:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.1

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