Skip to content

Releases: carlsednaoui/ouibounce

v0.0.12

14 Jun 15:09
Compare
Choose a tag to compare

v0.0.11

26 Oct 15:18
Compare
Choose a tag to compare

Add cookieName configuration #68

v0.0.10

17 Aug 21:40
Compare
Choose a tag to compare

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)

:shipit:

v0.0.9

31 May 00:39
Compare
Choose a tag to compare

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

14 May 00:55
Compare
Choose a tag to compare

Add config to allow subdomain cookies

Merges #36. Cleans up README.

v0.0.7

13 May 03:22
Compare
Choose a tag to compare

This release introduces:

  • the use of sitewide cookies (#32)
  • calling ouibounce without a dummy object (#30)
  • README cleanup

v0.0.6

02 May 22:18
Compare
Choose a tag to compare

Rename library: ouiBounce should read ouibounce - the capital B is confusing.

Relevant issue: #23

v0.0.5

02 May 05:39
Compare
Choose a tag to compare

Add support for location bar hotkey. Relevant PR: #21

v0.0.4

01 Apr 00:52
Compare
Choose a tag to compare

This release enables you to add cookie expiration (in days). Defaults to 30 days.

v0.0.3

25 Mar 03:05
Compare
Choose a tag to compare
  • Add public functions to fire and disable OuiBounce on demand
  • Refactor code to use newly available functions
  • Add comments to checkCookie fn