onscreen
Version:
A light library that does stuff when the matched elements enter or leave the viewport
63 lines (45 loc) • 4.03 kB
Markdown
# Change Log
## [v1.1.2](https://github.com/silvestreh/onScreen/tree/v1.1.2) (2016-05-07)
[Full Changelog](https://github.com/silvestreh/onScreen/compare/v1.1.1...v1.1.2)
## [v1.1.1](https://github.com/silvestreh/onScreen/tree/v1.1.1) (2016-05-07)
[Full Changelog](https://github.com/silvestreh/onScreen/compare/v1.1.0...v1.1.1)
**Implemented enhancements:**
- Touch move support [\#15](https://github.com/silvestreh/onScreen/issues/15)
- Programmatically trigger checkPos\(\) [\#14](https://github.com/silvestreh/onScreen/issues/14)
**Closed issues:**
- dist folder is missing [\#33](https://github.com/silvestreh/onScreen/issues/33)
## [v1.1.0](https://github.com/silvestreh/onScreen/tree/v1.1.0) (2016-05-05)
[Full Changelog](https://github.com/silvestreh/onScreen/compare/1.0...v1.1.0)
## [1.0](https://github.com/silvestreh/onScreen/tree/1.0) (2016-05-02)
**Implemented enhancements:**
- Does not trigger when container is resized [\#11](https://github.com/silvestreh/onScreen/issues/11)
- Tolerance [\#7](https://github.com/silvestreh/onScreen/issues/7)
- Scrollable containers [\#2](https://github.com/silvestreh/onScreen/pull/2) ([silvestreh](https://github.com/silvestreh))
**Fixed bugs:**
- Does not trigger when container is resized [\#11](https://github.com/silvestreh/onScreen/issues/11)
**Closed issues:**
- Uncaught TypeError: 'caller', [\#32](https://github.com/silvestreh/onScreen/issues/32)
- onScreen template? [\#31](https://github.com/silvestreh/onScreen/issues/31)
- To gain a real position, i've to know all my ancestors [\#30](https://github.com/silvestreh/onScreen/issues/30)
- trigger doIn\(\) only once per element [\#29](https://github.com/silvestreh/onScreen/issues/29)
- Request bower package or npm package [\#28](https://github.com/silvestreh/onScreen/issues/28)
- setInterval\(func, 5000\) not working [\#27](https://github.com/silvestreh/onScreen/issues/27)
- Can't remove event listener [\#26](https://github.com/silvestreh/onScreen/issues/26)
- onScreen doIn / doOut on init [\#24](https://github.com/silvestreh/onScreen/issues/24)
- Ajax help [\#23](https://github.com/silvestreh/onScreen/issues/23)
- No bower version available. [\#19](https://github.com/silvestreh/onScreen/issues/19)
- Is there a way to Programmatically make a div offScreen and trigger "doOut"? [\#18](https://github.com/silvestreh/onScreen/issues/18)
- Need ability to unbind [\#16](https://github.com/silvestreh/onScreen/issues/16)
- Events fired on page load [\#13](https://github.com/silvestreh/onScreen/issues/13)
- angular wrapper [\#9](https://github.com/silvestreh/onScreen/issues/9)
- Unexpected behavior with anchors [\#3](https://github.com/silvestreh/onScreen/issues/3)
- Runaway pollution of global namespace [\#1](https://github.com/silvestreh/onScreen/issues/1)
**Merged pull requests:**
- remove placeholder after image loads [\#22](https://github.com/silvestreh/onScreen/pull/22) ([TychosDrunkElk](https://github.com/TychosDrunkElk))
- Namespaced events and added a remove method to that you can unbind onScr... [\#17](https://github.com/silvestreh/onScreen/pull/17) ([uberllama](https://github.com/uberllama))
- Added bower file [\#10](https://github.com/silvestreh/onScreen/pull/10) ([agirton](https://github.com/agirton))
- Readability improvement [\#8](https://github.com/silvestreh/onScreen/pull/8) ([shinnn](https://github.com/shinnn))
- compare values with strict equal \(===\) operator instead of equal \(==\) operator [\#6](https://github.com/silvestreh/onScreen/pull/6) ([shinnn](https://github.com/shinnn))
- Exception for URLs with hash [\#5](https://github.com/silvestreh/onScreen/pull/5) ([silvestreh](https://github.com/silvestreh))
- add throttle calculation functionality, AMD and node modules support, impoved toggleClass option [\#4](https://github.com/silvestreh/onScreen/pull/4) ([legomushroom](https://github.com/legomushroom))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*