Changelog History
Page 1
-
v0.8.4 Changes
August 24, 2016- ๐ fixed; Actually include React 15.2+ compatability patches this time!
-
v0.8.3 Changes
August 07, 2016- ๐ fixed; React 15.2+ compatiblity patches from the last version were lost during build, correctly included in this version
-
v0.8.2 Changes
July 30, 2016- ๐ fixed; warnings from React 15.2+ about invalid dom attributes have been resolved, thanks Olivier Tassinari
- ๐ fixed; pinch angle calculations have been fixed, thanks Yusuke Shibata
- ๐ fixed;
detectScroll()
didn't work properly on Android, thanks Fangzhou Li - ๐ fixed;
ReactDOM
global is now used in thedist
build
-
v0.8.1 Changes
March 20, 2016โก๏ธ Updated to allow compatiblity with React 15.x
-
v0.8.0 Changes
December 28, 2015๐ Tappable now supports keyboard events; a
keyDown
event with thespace
orenter
keys followed by akeyUp
event will fire theonTap
handler.๐ New props
onKeyDown
andonKeyUp
have also been added; returnfalse
fromonKeyDown
to prevent event handling.โก๏ธ Thanks to Will Binns-Smith for this update.
-
v0.7.2 Changes
December 13, 2015- โ added; new
classes
prop (Object
) adds support for defining the complete className applied with the component isactive
orinactive
. Handy for use with css-modules, thanks Rudin Swagerman.
- โ added; new
-
v0.7.1 Changes
October 16, 2015- ๐ fixed; use
react-dom
forfindDOMNode
, thanks Daniel Cousens
- ๐ fixed; use
-
v0.7.0 Changes
October 13, 2015โก๏ธ Tappable is updated for React 0.14. If you're still using React 0.13, please continue to use
[email protected]
. There are no functional differences between v0.7.0 and v0.6.0. -
v0.6.0 Changes
July 31, 2015๐ This release contains a major refactor that makes
react-tappable
more modular, thanks to Naman GoelYou can now use just the
Tappable
component, or choose to use theTapAndPinchable
(default export). Instructions will be added to the Readme with more information soon. -
v0.5.7 Changes
July 30, 2015- ๐ fixed; removed former hacky attempts to handle the React eventpooling problem
- โ added; support for React
0.14.0-beta1