Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bryson committed Oct 21, 2012
1 parent 2683f6b commit c5350c6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,19 @@ https://github.com/cowgp/xui-touchSwipe


* **1.5.0** *2012-11-10*
- Added excludedElements, a jquery selector that specifies child elements that do NOT trigger swipes. By default, this is one select that removes all form, input select, button and anchor elements.
- Added `excludedElements`, a jquery selector that specifies child elements that do NOT trigger swipes. By default, this is one select that removes all form, input select, button and anchor elements.
* **1.4.0** *2012-04-10*
- Added pinch support, pinchIn and pinchOut
- Added pinch support, `pinchIn`, `pinchOut` and `pinchStatus`
* **1.3.3** *2012-09-08*
- Code tidy prep for minified version
* **1.3.2** *2012-29-07*
- Added fallbackToMouseEvents option to NOT capture mouse events on non touch devices.
- Added `fallbackToMouseEvents` option to NOT capture mouse events on non touch devices.
- Added "all" fingers value to the fingers property, so any combinatin of fingers triggers the swipe, allowing event handlers to check the finger count
* **1.3.1** *2012-05-06*
- Bug fixes - bind() with false as last argument is no longer supported in jQuery 1.6, also, if you just click, the duration is now returned correctly.
- Bug fixes
- bind() with false as last argument is no longer supported in jQuery 1.6, also, if you just click, the duration is now returned correctly.
* **1.3.0** *2012-06-06*
- Refactored whole plugin to allow for methods to be executed, as well as exposed defaults for user override. Added 'enable', 'disable', and 'destroy' methods
- Refactored whole plugin to allow for methods to be executed, as well as exposed defaults for user override. Added `enable`, `disable`, and `destroy` methods
* **1.2.8** *2012-05-06*
- Added the possibility to return a value like null or false in the trigger callback. In that way we can control when the touch start/move should take effect or not (simply by returning in some cases return null; or return false;) This effects the ontouchstart/ontouchmove event.
* **1.2.7** *2012-05-06*
Expand All @@ -50,10 +51,10 @@ https://github.com/cowgp/xui-touchSwipe
* **1.2.1** *2011-23-02*
- removed console log!
* **1.2.0** *2011-23-02*
- added click handler. This is fired if the user simply clicks and does not swipe. The event object and click target are passed to handler.
- added `click` handler. This is fired if the user simply clicks and does not swipe. The event object and click target are passed to handler.
- If you use the http://code.google.com/p/jquery-ui-for-ipad-and-iphone/ plugin, you can also assign jQuery mouse events to children of a touchSwipe object.
* **1.1.0** *2011-21-02*
- added allowPageScroll property to allow swiping and scrolling of page
- added `allowPageScroll` property to allow swiping and scrolling of page
- changed handler signatures so one handler can be used for multiple events
* **1.0.1** *2010-12-12*
- removed multibyte comments
Expand Down

0 comments on commit c5350c6

Please sign in to comment.