Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 615 Bytes

0.6.1.md

File metadata and controls

12 lines (10 loc) · 615 Bytes

0.6.1 (commit log)

Core module
  • Changed overloaded classSet methods into classSet{,1}{,M}.
  • Styles now given to React in camel case. No more warnings.
Test module
  • ComponentOrNode moved to test module and renamed to ReactOrDomNode.
  • ReactTestUtils now accept plain old ReactElements.
  • Added Sel.findFirstIn.
  • Added simulateKeyDownUp and simulateKeyDownPressUp to KeyboardEventData in the test module.
  • In rare circumstances, Simulation.run targets can go out of date. Targets are now stored by-name.