Releases: carlsednaoui/ouibounce
Releases · carlsednaoui/ouibounce
v0.0.11
Add cookieName configuration #68
v0.0.10
In this release we:
- Added a link to a WordPress version of Ouibounce in the README #60
- Simplified our JS and got rid of
.reduce
: #53
- Fixed a bug where the modal appeared when entering the page #55
- Switch toGMTString to toUTCString (the former is deprecated)
v0.0.9
Update core logic, add more installation options
In this release:
- Ouibounce changed from
mouseout
to mouseleave
: #45
- We added Bower and NPM installation support: #42 & #44
High-fives all around! 👍
v0.0.8
Add config to allow subdomain cookies
Merges #36. Cleans up README.
v0.0.7
This release introduces:
- the use of sitewide cookies (#32)
- calling ouibounce without a dummy object (#30)
- README cleanup
v0.0.6
Rename library: ouiBounce should read ouibounce - the capital B is confusing.
Relevant issue: #23
v0.0.5
Add support for location bar hotkey. Relevant PR: #21
v0.0.4
This release enables you to add cookie expiration (in days). Defaults to 30 days.
v0.0.3
- Add public functions to fire and disable OuiBounce on demand
- Refactor code to use newly available functions
- Add comments to checkCookie fn