UNPKG

jquery-beacons

Version:

React when elements scroll into view.

22 lines (20 loc) 849 B
# Change Log All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## Version 2 #### [unreleased] - Added this change log. - Removed default/shortcut binding. - Removed polling with setTimeout(). - Added binding with requestAnimationFrame(). - Removed support for IE9 and lower. - Removed global $.Beacons() function. - Removed continuous triggering with `handler`. - Changed beacon settings to `onenter` and `onexit`. - Removed throttle options. Unneeded with RAF. - Removed Saucelabs-related tests and tasks. - Added install option as CommonJS module. - Added install option as typical global jQuery plugin. - Removed all jQuery `beacon/*` events. - Removed global settings. Each beacon must now be configured individually. - Removed all TravisCI tasks and badges.