File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11## 0.6.1 (unreleased)
22
3- * ` ComponentOrNode ` moved to test module. Renamed to ` ReactOrDomNode ` .
3+ ##### Core module
44* Changed overloaded ` classSet ` methods into ` classSet{,1}{,M} ` .
5+ * Styles now given to React in camel case. No more warnings.
6+
7+ ##### Test module
8+ * ` ComponentOrNode ` moved to test module and renamed to ` ReactOrDomNode ` .
9+ * ` ReactTestUtils ` now accept plain old ` ReactElement ` s.
10+ * Added ` Sel.findFirstIn ` .
511* Added ` simulateKeyDownUp ` and ` simulateKeyDownPressUp ` to ` KeyboardEventData ` in the test module.
612* In rare circumstances, ` Simulation.run ` targets can go out of date. Targets are now stored by-name.
7- * Added ` Sel.findFirstIn ` .
8- * ` ReactTestUtils ` now accept plain old ` ReactElement ` s.
9- * Styles now given to React in camel case. No more warnings.
1013
1114# 0.6.0 ([ commit log] ( https://github.com/japgolly/scalajs-react/compare/v0.5.4...v0.6.0 ) )
1215
You can’t perform that action at this time.
0 commit comments