0.6.1 (commit log)
- Changed overloaded
classSet
methods intoclassSet{,1}{,M}
. - Styles now given to React in camel case. No more warnings.
ComponentOrNode
moved to test module and renamed toReactOrDomNode
.ReactTestUtils
now accept plain oldReactElement
s.- Added
Sel.findFirstIn
. - Added
simulateKeyDownUp
andsimulateKeyDownPressUp
toKeyboardEventData
in the test module. - In rare circumstances,
Simulation.run
targets can go out of date. Targets are now stored by-name.