Skip to content

Commit 6a4c66f

Browse files
committed
HISTORY.md: Formatting
1 parent debc18b commit 6a4c66f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

HISTORY.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ History
66
##### New features
77
* Added `Simulation` for composition and abstraction of `ReactTestUtils.Simulate` procedures.
88
* Added `Sel` for easy DOM lookup in tests. Eg. `Sel(".inner a.active.new") findIn myComponent`.
9-
* Experimental Scala-based component mixins. Three mixins are included:
9+
* Experimental Scala-based component mixins. Three mixins are included. [See examples](https://github.com/japgolly/scalajs-react/blob/master/example/src/main/scala/japgolly/scalajs/react/example/ExperimentExamples.scala).
1010
* `OnUnmount` - Automatically run stuff when the component unmounts.
1111
* `SetInterval` - Same as JS `window.setInterval` but automatically calls `clearInterval` on unmount.
1212
* `Listenable` - A component is able to receive external data. Automatically registers to receive data on mount, and unregisters to stop on unmount.
13-
14-
See [ExperimentExamples](https://github.com/japgolly/scalajs-react/blob/master/example/src/main/scala/japgolly/scalajs/react/example/ExperimentExamples.scala) for a sample.
1513
* Added `ScalazReact.ReactS.liftR` of type `(S ⇒ ReactST[M,S,A]) ⇒ ReactST[M,S,A]`.
1614
* New method `ReactComponentB.domType` now allows you to specify the type returned by `.getDOMNode()` on your component.
1715

0 commit comments

Comments
 (0)