Skip to content

Commit b159d28

Browse files
committed
HISTORY.md: Tweak
1 parent 4642caa commit b159d28

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

HISTORY.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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

0 commit comments

Comments
 (0)